projects
/
apps
/
pfixtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92dc834
)
we need a bit more time to have accurate stats
author
Pierre Habouzit
<madcoder@debian.org>
Mon, 6 Oct 2008 13:24:43 +0000
(15:24 +0200)
committer
Pierre Habouzit
<madcoder@debian.org>
Mon, 6 Oct 2008 13:24:43 +0000
(15:24 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
common/tst-trie.c
patch
|
blob
|
history
diff --git
a/common/tst-trie.c
b/common/tst-trie.c
index
31d6c1b
..
df9e1d2
100644
(file)
--- 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;