Bound5 Report for Exhaust

April 20, 2026 · View on GitHub

These results are from Exhaust v0.3.15, April 20th, 2026.

Normalization

Exhaust produced 1 distinct counterexample across 1000 test runs:

PrevalenceCounterexample
100%([], [], [], [-32768], [-1])

See the first 50 failing inputs before shrinking.

Performance

MetricMinMaxMedianMean95% CI
Evaluations63.0266.0122.0124.5123.3–125.6
Reduction time (ms)0.916.951.621.671.65–1.69
Iterations to failure5.023.07.07.57.3–7.6

Reproduction

From the exhaust/src folder, run the following command:

swift run ExhaustRunner --challenge bound5 --iterations 1000

The reduction time reflects running on an M4 Max running macOS 26.4. This is an unoptimised debug build, mirroring the experience of using Exhaust inside a swift test target rather than a best-case release benchmark.