From c754479cc5406cb37cc6a453840a12d914103f1f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 8 Aug 2024 16:15:47 +0200 Subject: [PATCH] break benchmark intentionally to see if CI catches it --- crates/gitbutler-branch-actions/benches/branches.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gitbutler-branch-actions/benches/branches.rs b/crates/gitbutler-branch-actions/benches/branches.rs index 1098799c8..0f15c2b39 100644 --- a/crates/gitbutler-branch-actions/benches/branches.rs +++ b/crates/gitbutler-branch-actions/benches/branches.rs @@ -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]",