[PATCH] D27311: [test-suite] Add XSBench

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 10:58:43 PST 2016


MatzeB accepted this revision.
MatzeB added a comment.

LGTM, if there is a way to further reduce the benchmark runtime that would be appreciated. I think Kristof Beyls measured that at around half a second measurement noise is good enough.



================
Comment at: MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/Makefile:6
+LDFLAGS  = 
+RUN_OPTIONS = -s
+include $(LEVEL)/MultiSource/Makefile.multisrc
----------------
Should this be -s small like the CMakeLists.txt?


https://reviews.llvm.org/D27311





More information about the llvm-commits mailing list