mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 18:12:48 +03:00
break benchmark intentionally to see if CI catches it
This commit is contained in:
parent
e1ece12768
commit
c754479cc5
@ -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]",
|
||||
|
Loading…
Reference in New Issue
Block a user