[PATCH] D101844: [MicroBenchmarks] Add initial loop vectorization benchmarks.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 09:02:17 PDT 2021


Meinersbur added a comment.

In D101844#2750168 <https://reviews.llvm.org/D101844#2750168>, @fhahn wrote:

> Unfortunately I cannot share any detailed absolute numbers about runtime. Also, the total runtime will depend on how long it takes for google-benchmark to determine that the results are stable.

I am mainly asking because in the past we mandated that the execution time per program remains below 10 seconds to limit the execution time of the test-suite, and not give a disproportional weight to single benchmarks. Of course the execution time varies depending on the platform, like the other Google benchmarks already in the test-suite, but this shouldn't stop giving a ballpark number of a typical execution times, as we did for others (e.g. D36582 <https://reviews.llvm.org/D36582>, D43319 <https://reviews.llvm.org/D43319>, D47675 <https://reviews.llvm.org/D47675>, D49503 <https://reviews.llvm.org/D49503>)


Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101844/new/

https://reviews.llvm.org/D101844



More information about the llvm-commits mailing list