Closed hoolioh closed 2 weeks ago
Benchmark execution time: 2024-10-16 15:10:44
Comparing candidate commit 938cd0e in PR branch julio/enable-codecov
with baseline commit f399485 in branch main
.
Found 1 performance improvements and 0 performance regressions! Performance is the same for 50 metrics, 2 unstable metrics.
execution_time
[-68.562ns; -60.837ns] or [-2.492%; -2.212%]Omitted due to size.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.81%. Comparing base (
67d4f7a
) to head (938cd0e
). Report is 17 commits behind head on main.
What does this PR do?
Code coverage started to malfunction due to some compatibility issue between current Rust and llvm-cov/nextest versions. This PR bumps llvm-cov and nextest to bring back code coverage.