mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.
7 lines
282 B
Plaintext
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.
|