Skip to content
Snippets Groups Projects
Commit 12833bb7 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

campaign: add some `hg files` benchmark to the release campaign

We let some regression slip in for 7.0, so lets make sure it is covered.
parent a6e404b7
No related branches found
No related tags found
1 merge request!51augment the "release" campaign.
......@@ -203,5 +203,22 @@
new {key="files"; value="re:^all-root$"}
}
}
//* Benchmarking `hg files` *//
new {
versions = new {v}
data_env_specs {
...data["modern"]
...data["all-public"]
when (!v.is_rust) {
...data["no-rust"]
}
}
benchmark_name_specs {
new {value="re:^hg.command.files$"}
}
benchmark_variant_specs {
new {key="files"; value="re:^default|all-list-filepath-shuffled$"}
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment