benchtests: Remove duplicated loop in bench-bzero-walk.c

Remove one of 2 identical loops in bench-bzero-walk.c.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
H.J. Lu 2022-02-24 19:24:36 -08:00
parent 1c7a34567d
commit cf92721bef
1 changed files with 0 additions and 6 deletions

View File

@ -122,12 +122,6 @@ test_main (void)
do_test (&json_ctx, i + 1);
}
for (i = START_SIZE; i <= MIN_PAGE_SIZE; i <<= 1)
{
do_test (&json_ctx, i);
do_test (&json_ctx, i + 1);
}
json_array_end (&json_ctx);
json_attr_object_end (&json_ctx);
json_attr_object_end (&json_ctx);