summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/patree_bench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/patree_bench.c b/test/patree_bench.c
index cdd40c8..8af9f9b 100644
--- a/test/patree_bench.c
+++ b/test/patree_bench.c
@@ -52,7 +52,7 @@ main(int argc, char** argv)
return test_fail("Failed to open file %s\n", file);
}
- size_t max_n_strings = 500000;
+ size_t max_n_strings = 100000;
/* Read input strings */
char** strings = NULL;