Closed danielsn closed 1 week ago
Benchmark execution time: 2024-11-14 20:55:43
Comparing candidate commit 3cd888a3 in PR branch dsn/reduce-fuzz-time
with baseline commit 0ded7063 in branch main
.
Found 0 performance improvements and 0 performance regressions! Performance is the same for 51 metrics, 2 unstable metrics.
Omitted due to size.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.60%. Comparing base (
0ded706
) to head (3cd888a
).
What does this PR do?
Reduces the time per fuzz test from 1min -> 30s for PRs.
Motivation
The "profiling" fuzz tests take 18 min. This is over our desired 10min CI budget.
Additional Notes
This lowers coverage. We should add a nightly job that runs the latest main for longer to get coverage back.
How to test the change?
Describe here in detail how the change can be validated.