gitbutler/crates/gitbutler-branch-actions/benches
2024-08-21 19:28:11 +02:00
..
branches.rs add benchmark just for revwalking 2024-08-21 19:28:11 +02:00
README.md add benchmark for branch-listing 2024-08-07 20:10:02 +02:00

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