mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
bench: reduce defaults for travis run.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
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);
|
||||
|
||||
Reference in New Issue
Block a user