We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a3a00 commit 0bebcfaCopy full SHA for 0bebcfa
Cargo.toml
@@ -73,6 +73,12 @@ opt-level = "s" # optimize for size
73
[profile.release.package.datadog-serverless-trace-mini-agent]
74
strip = true
75
76
+[profile.bench]
77
+codegen-units = 1
78
+debug = false
79
+incremental = false
80
+opt-level = 3
81
+
82
# https://camshaft.github.io/bolero/library-installation.html
83
[profile.fuzz]
84
inherits = "dev"
0 commit comments