gitbutler/crates/gitbutler-branch-actions/benches
2024-09-02 20:53:19 +03:00
..
branches.rs Replace all relevant occurrences of integration with workspace 2024-09-02 20:53:19 +03: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