benchmark-action / github-action-benchmark

GitHub Action for continuous benchmarking to keep performance
https://benchmark-action.github.io/github-action-benchmark/dev/bench/
MIT License
1.02k stars 152 forks source link

Support sub-nanosecond precision on Cargo benchmarks #244

Closed ktrz closed 6 months ago

ktrz commented 6 months ago

In https://github.com/rust-lang/rust/pull/124774, Rust changed the output of benchmarks to contain sub-nanosecond precision. This was first published in nightly-2024-05-11 which started breaking CI that used github-action-benchmark since it couldn't find any benchmarks in an output file.

https://github.com/benchmark-action/github-action-benchmark/pull/243#issue-2292982944

ktrz commented 6 months ago

released in v1.20.2