boa-dev / criterion-compare-action

⚡️📊 Compare the performance of Rust project branches
ISC License
63 stars 26 forks source link

Run custom command between benchmark #113

Open wcampbell0x2a opened 10 months ago

wcampbell0x2a commented 10 months ago

I use my benchmarks to test the binaries my code creates, but to do this and test two different versions like this action allows I need to run a command before benchmarking the new branch.

See https://github.com/wcampbell0x2a/backhand/blob/fd4d8fa829de78f023082b8dc27a3ba235872f9a/.github/workflows/benchmark.yml#L15