mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-11 10:32:54 +03:00
.. | ||
branches.rs | ||
README.md |
To run benchmarks, add the benches
feature.
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.
cargo bench --bench branches --features benches