File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 tool : cargo-codspeed
2828 - name : Build the benchmark target(s)
29- run : cargo codspeed build -p scroll-derivation-pipeline
29+ run : cargo codspeed build -p scroll-derivation-pipeline --profile profiling
3030 - name : Run the benchmarks
3131 uses : CodSpeedHQ/action@v3
3232 with :
Original file line number Diff line number Diff line change @@ -115,6 +115,13 @@ significant_drop_tightening = "allow"
115115too_long_first_doc_paragraph = " allow"
116116large_enum_variant = " allow"
117117
118+ # Use the `--profile profiling` flag to show symbols in release mode.
119+ # e.g. `cargo build --profile profiling`
120+ [profile .profiling ]
121+ inherits = " release"
122+ debug = " full"
123+ strip = " none"
124+
118125[workspace .dependencies ]
119126# alloy
120127alloy-chains = { version = " 0.2.5" , default-features = false }
You can’t perform that action at this time.
0 commit comments