[PATCH] D36717: [test-suite] Add SPEC CPU 2017

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 17 22:56:03 PDT 2017


kristof.beyls added a comment.

In https://reviews.llvm.org/D36717#844930, @Meinersbur wrote:

> One more remark: The 'ref' dataset of 638.imagick_s on all the computers I tried on took between 2 and 3 hours. Submitted results to SPEC <https://www.spec.org/cpu2017/results/res2017q2/cpu2017-20161026-00017.html> are in a similar range. Unfortunately `timeit.py` has a 7200 seconds (2 hours) limit hardcoded (for `--limit-cpu` __and__ `--timeout`). I had to remove that limit to be able to have a successful run.
>
> Can we make the limit configurable or set higher?


Let's make it configurable. There isn't any hard-coded value that will work well in all situations.


https://reviews.llvm.org/D36717





More information about the llvm-commits mailing list