bench: reduce defaults for travis run.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2017-12-18 17:21:40 +10:30 committed by Christian Decker
parent a7eee0b669
commit bd27eba6f8

View File

@ -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);