-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance regression in Rust 1.71 #33
Comments
bisection is crude, but ran 3x produces the same commit:
rust-lang/rust#110705 says performance tradeoffs were already weighed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like a performance regression introduced by the compiler in x86 linux:
1.70:
frost$ hyperfine -w 5 "./target/release/frost info frost/tests/fixtures/test_large.bag" Benchmark 1: ./target/release/frost info frost/tests/fixtures/test_large.bag Time (mean ± σ): 580.8 ms ± 0.9 ms [User: 311.6 ms, System: 269.4 ms] Range (min … max): 579.7 ms … 582.2 ms 10 runs
1.71
1.72:
frost$ hyperfine -w 5 "./target/release/frost info frost/tests/fixtures/test_large.bag" Benchmark 1: ./target/release/frost info frost/tests/fixtures/test_large.bag Time (mean ± σ): 716.9 ms ± 5.2 ms [User: 452.5 ms, System: 263.8 ms] Range (min … max): 711.8 ms … 730.0 ms 10 runs
Test bag can be made by uncommenting https://github.com/dantheman3333/frost/blob/master/frost/tests/scripts/generate.sh#L22
The text was updated successfully, but these errors were encountered: