chore(cargo): only use 1 codegen unit when benchmarking
This commit is contained in:
@@ -64,6 +64,10 @@ runtime = [
|
||||
nightly = []
|
||||
__internal_flaky_tests = []
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
incremental = false
|
||||
|
||||
[[example]]
|
||||
name = "client"
|
||||
path = "examples/client.rs"
|
||||
|
||||
Reference in New Issue
Block a user