mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
bench: reduce defaults for travis run.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
a7eee0b669
commit
bd27eba6f8
@ -153,7 +153,7 @@ int main(int argc, char *argv[])
|
||||
static const struct sha256_double zerohash;
|
||||
const tal_t *ctx = trc = tal_tmpctx(NULL);
|
||||
struct routing_state *rstate;
|
||||
size_t num_nodes = 10000, num_runs = 100;
|
||||
size_t num_nodes = 100, num_runs = 1;
|
||||
struct timemono start, end;
|
||||
size_t num_success;
|
||||
struct pubkey me = nodeid(0);
|
||||
|
Loading…
Reference in New Issue
Block a user