break benchmark intentionally to see if CI catches it

This commit is contained in:
Sebastian Thiel 2024-08-08 16:15:47 +02:00
parent e1ece12768
commit c754479cc5
No known key found for this signature in database
GPG Key ID: 9CB5EE7895E8268B

View File

@ -8,7 +8,7 @@ pub fn fixture_project(name: &str, script: &str) -> Project {
}
pub fn benchmark_list_branches(c: &mut Criterion) {
const NUM_BRANCHES: u64 = 300;
const NUM_BRANCHES: u64 = "invalid";
for (bench_name, num_references, (repo_name, script_name)) in [
(
"list-branches[many local branches]",