chore(cargo): only use 1 codegen unit when benchmarking

This commit is contained in:
Sean McArthur
2018-05-30 13:18:23 -07:00
parent 2415ce96e1
commit 2051d5c04a

View File

@@ -64,6 +64,10 @@ runtime = [
nightly = []
__internal_flaky_tests = []
[profile.release]
codegen-units = 1
incremental = false
[[example]]
name = "client"
path = "examples/client.rs"