Hi!
I noticed that -benchmem is among the unsupported options
|
UNSUPPORTED FLAGS (will be warned about): |
|
-benchmem, -count, -cpu, -cpuprofile, -memprofile, -trace, etc." |
What would it take for this to be supported? I am not sure if this is a Go-specific limitation or if codspeed as a whole does not support memory benchmarking. If the latter, is there a better place where I can request this?
Hi!
I noticed that
-benchmemis among the unsupported optionscodspeed-go/go-runner/src/cli.rs
Lines 85 to 86 in c2e15c1
What would it take for this to be supported? I am not sure if this is a Go-specific limitation or if codspeed as a whole does not support memory benchmarking. If the latter, is there a better place where I can request this?