gitbutler/crates/gitbutler-branch-actions/benches
Sebastian Thiel b92407a5df
branch-listing benchmarks now work again
They type system is more strict now, rejecting an invalid branch name outright.
2024-08-09 21:53:42 +02:00
..
branches.rs branch-listing benchmarks now work again 2024-08-09 21:53:42 +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