bazelbuild / bazelbuild/rules_rust
Add separate rust_benchmark rule again?
Open
needs-triage
- Dominant language
- Starlark
- Stars
- 843
- Forks
- 651
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 15
Description
Sometimes `bench` targets are run in a different context than a regular unit test and integration test -- for example, you might have a benchmark test to be run separately that requires external internet access with a different connection or configuration than an "isolated" integration test.
It would be useful to have a top-level definition to auto-tag + create a separate test suite meant for benchmarks.
Contributor guide
Assessment
This issue has not been assessed yet.