X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fhtable%2Ftools%2Fstringspeed.c;fp=ccan%2Fhtable%2Ftools%2Fstringspeed.c;h=53ac4da650a377a0f0b27e8f74f83b2828664ac0;hp=2bc1524ea09d040b8786b14f0c37ea8f64079eec;hb=95757f0e9d979e7c653e9b53bb640deb4f0ea1f9;hpb=0e5d0e30b30bb07b6605843e5ff224210d8083d8 diff --git a/ccan/htable/tools/stringspeed.c b/ccan/htable/tools/stringspeed.c index 2bc1524e..53ac4da6 100644 --- a/ccan/htable/tools/stringspeed.c +++ b/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. */