diff options
Diffstat (limited to 'lib/ccan/htable/tools/stringspeed.c')
-rw-r--r-- | lib/ccan/htable/tools/stringspeed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ccan/htable/tools/stringspeed.c b/lib/ccan/htable/tools/stringspeed.c index 2bc1524ea0..53ac4da650 100644 --- a/lib/ccan/htable/tools/stringspeed.c +++ b/lib/ccan/htable/tools/stringspeed.c @@ -59,6 +59,7 @@ int main(int argc, char *argv[]) NULL), "\n"); htable_str_init(&ht); num = talloc_array_length(words) - 1; + /* Note that on my system, num is just > 98304, where we double! */ printf("%zu words\n", num); /* Append and prepend last char for miss testing. */ |