about summary refs log tree commit diff
path: root/benchtests/bench-bzero-walk.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchtests/bench-bzero-walk.c')
-rw-r--r--benchtests/bench-bzero-walk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchtests/bench-bzero-walk.c b/benchtests/bench-bzero-walk.c
index 00226f80b8..4984f6e190 100644
--- a/benchtests/bench-bzero-walk.c
+++ b/benchtests/bench-bzero-walk.c
@@ -113,6 +113,9 @@ test_main (void)
   json_array_end (&json_ctx);
 
   json_array_begin (&json_ctx, "results");
+  for (i = 1; i <= 64; i++)
+    do_test (&json_ctx, i);
+
   for (i = START_SIZE; i <= MIN_PAGE_SIZE; i <<= 1)
     {
       do_test (&json_ctx, i);