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

campaign: add cover for `hg annotate` to the release campaign

parent 01d43f8d264f
No related branches found
No related tags found
1 merge request!51Draft: augment the "release" campaign.
Pipeline #102087 passed
......@@ -243,5 +243,23 @@
new {key="files"; value="re:^default|all-list-filepath-shuffled$"}
}
}
//* Benchmarking annotate *//
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.annotate$"}
}
benchmark_variant_specs {
new {key="files"; value="re:.*"}
new {key="follow-copies"; value="re:^yes|no$"}
}
}
}
}
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