Skip to content

Commit 05e5eff

Browse files
authored
[test] Run all the benchmarks once as a validation test (#21751)
This is most useful in +Asserts builds of the stdlib, which isn't a useful configuration for actual benchmarking, but could still uncover issues in the implementation.
1 parent 345c6db commit 05e5eff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// RUN: %Benchmark_O --num-iters=1 --num-samples=1
2+
// REQUIRES: benchmark
3+
4+
// Run all the benchmarks to make sure they don't crash, or uncover any stdlib
5+
// issues. This is most useful in +Asserts builds of the stdlib, which isn't a
6+
// useful configuration for actual benchmarking.

0 commit comments

Comments
 (0)