From c7ca68d5bda0b49e7b7bc6a997a4140e6197bf11 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Mon, 6 Oct 2008 15:24:43 +0200 Subject: [PATCH] we need a bit more time to have accurate stats Signed-off-by: Pierre Habouzit --- common/tst-trie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tst-trie.c b/common/tst-trie.c index 31d6c1b..df9e1d2 100644 --- a/common/tst-trie.c +++ b/common/tst-trie.c @@ -132,7 +132,7 @@ int main(int argc, char *argv[]) trie = create_trie_from_file(argv[1]); trie_inspect(trie, false); if (argc > 2) { - const uint32_t how_many = 2 * 1000 * 1000; + const uint32_t how_many = 8 * 1000 * 1000; struct timeval start, end; double diff; -- 2.20.1