<#20067 Validate benchmarks run successfully in CI...
# github-notifications
c
#20067 Validate benchmarks run successfully in CI Issue created by huonw It seems like the benchmark tests aren't currently run in CI, and thus can degrade. For instance #20057. I believe that
cargo test --benches
(or something along those lines) allows running benchmarks in "test mode" where they only execute once to provide some sort of assurance that they're functional. I wonder if we could do that too and how big of an impact on CI time it would be. Originally posted by @huonw in #20057 (review) pantsbuild/pants