[PATCH] D21590: nbench: Eliminate timing and re-running related code
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 18:42:03 PDT 2016
MatzeB created this revision.
MatzeB added a reviewer: bkramer.
MatzeB added subscribers: llvm-commits, cmatthews, kristof.beyls.
MatzeB set the repository for this revision to rL LLVM.
Herald added a subscriber: mcrosier.
nbench is by far the noisiest benchmark in the test-suite for me. This
seems to be caused by the benchmark running a variable number of
iterations internally based on its own time measurements. Even though the
original commit to the test-suite claims this was disabled.
This commit shortcuts all the re-running logic and removes
all time measurement code just to be sure.
Repository:
rL LLVM
http://reviews.llvm.org/D21590
Files:
MultiSource/Benchmarks/nbench/nbench0.c
MultiSource/Benchmarks/nbench/sysspec.c
MultiSource/Benchmarks/nbench/sysspec.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21590.61486.patch
Type: text/x-patch
Size: 4092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160622/8ad026cc/attachment.bin>
More information about the llvm-commits
mailing list