This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/1] benchtest: Run benchmark only once for each input


This patch addresses the change proposed to the benchtest framework in the
following discussion.

https://sourceware.org/ml/libc-alpha/2017-06/msg00540.html

Basically this patch avoids running the benchmark for each input in a loop.
Instead it runs the benchmark only once for each input, so that the effects
of branches, caches etc. are not nullified.

Ashwin Sekhar T K (1):
  benchtest: Run benchmark only once for each input

 benchtests/bench-skeleton.c | 47 +++++++++++++++++++++------------------------
 benchtests/scripts/bench.py | 12 ++++++++++--
 2 files changed, 32 insertions(+), 27 deletions(-)

-- 
2.12.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]