Files
swift-mirror/validation-test/benchmark/run-benchmarks.test-sh
Jordan Rose 05e5eff482 [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.
2019-01-10 09:08:33 -08:00

7 lines
282 B
Plaintext

// RUN: %Benchmark_O --num-iters=1 --num-samples=1
// REQUIRES: benchmark
// Run all the benchmarks to make sure they don't crash, or uncover any stdlib
// issues. This is most useful in +Asserts builds of the stdlib, which isn't a
// useful configuration for actual benchmarking.