X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Ftst-trie.c;h=df9e1d27bc23de2d33c4493f014adbcb7a640959;hb=8429bd1157d8a6ccb8e15b8c02b84d1ad548902b;hp=31d6c1b47dbe28b85a7fc2cd7a0b1298d252e2a5;hpb=532da4822cac72c87be0268864ca87dd130a5fba;p=apps%2Fpfixtools.git 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;