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