gitbutler/crates/gitbutler-branch-actions/benches/README.md
2024-08-07 20:10:02 +02:00

14 lines
280 B
Markdown

To run benchmarks, add the `benches` feature.
```shell
cargo bench --features benches
```
It's used to get past a safety check in `gitbutler-git`.
For faster compile times, specify the benchmark file directly, i.e.
```shell
cargo bench --bench branches --features benches
```