feat: benchmark new best opt-level
All checks were successful
Code quality / check (pull_request) Successful in 1m50s
Publish nightly release / build (push) Successful in 2m22s

This commit is contained in:
Naxdy 2024-04-25 10:31:38 +02:00
parent 417c4a677a
commit c8a31df648
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -58,7 +58,7 @@ codegen-units = 1
debug = 2 debug = 2
debug-assertions = true debug-assertions = true
incremental = false incremental = false
opt-level = 1 opt-level = 2
lto = "fat" lto = "fat"
overflow-checks = true overflow-checks = true
@ -71,7 +71,7 @@ incremental = false
lto = 'fat' lto = 'fat'
# opt level needs to be benchmarked after every major feature # opt level needs to be benchmarked after every major feature
# due to the changes in binary size and alignment # due to the changes in binary size and alignment
opt-level = 1 opt-level = 2
overflow-checks = false overflow-checks = false
# do not optimize proc-macro crates = faster builds from scratch # do not optimize proc-macro crates = faster builds from scratch