feat: benchmark new best opt-level

This commit was merged in pull request #17.
This commit is contained in:
2024-04-25 10:31:38 +02:00
parent 417c4a677a
commit c8a31df648

View File

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