public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] benchtests: Remove duplicated loop in bench-bzero-walk.c
@ 2022-02-25 15:07 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2022-02-25 15:07 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=cf92721befb557cecc82a862d3ac8cb6b47d4635

commit cf92721befb557cecc82a862d3ac8cb6b47d4635
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Feb 24 19:24:36 2022 -0800

    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>

Diff:
---
 benchtests/bench-bzero-walk.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/benchtests/bench-bzero-walk.c b/benchtests/bench-bzero-walk.c
index 4984f6e190..851a72b137 100644
--- a/benchtests/bench-bzero-walk.c
+++ b/benchtests/bench-bzero-walk.c
@@ -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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-25 15:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25 15:07 [glibc] benchtests: Remove duplicated loop in bench-bzero-walk.c H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).