[PATCH] D101844: [MicroBenchmarks] Add initial loop vectorization benchmarks.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 13 01:30:02 PDT 2021
fhahn added a comment.
In D101844#2755992 <https://reviews.llvm.org/D101844#2755992>, @Meinersbur wrote:
> In that case, either only enable it in benchmark mode or reduce the size to run below 10 seconds.
>
> I had discussion about this with @chandlerc and minutes-long execution times would definitely be too long for him.
I understand the motivation, but this seems directly opposed to how google-benchmarks works in general: one binary with lots of benchmarks, which as a consequence means the binary will take more time, even though each individual benchmark is much shorter. I guess I can disable the benchmarking part if `TEST_SUITE_RUN_TYPE=test/train` / `TEST_SUITE_BENCHMARKING_ONLY`
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