X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fhtable%2Ftools%2Fstringspeed.c;h=53ac4da650a377a0f0b27e8f74f83b2828664ac0;hp=2bc1524ea09d040b8786b14f0c37ea8f64079eec;hb=6abc867fce8c3eba40eb26092d31e34b47dd9165;hpb=0c3590dc33d644f73bb8587db454c491830aaf26 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. */