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

campaign: add some rev-to-rev `hg status` to the release campaign

parent 12833bb7
No related branches found
No related tags found
No related merge requests found
Pipeline #102084 passed
......@@ -186,6 +186,29 @@
}
}
}
//* Benchmarking `hg status` between revision *//
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.status$"}
}
benchmark_variant_specs {
new {key="list-copies"; value="re:*"}
// the repository state is not really relevant here
new {key="repo-state"; value="clean"}
// XXX consider reducing the number of case tested.
// the from-rev-0-to-tip is important for copy tracing
new {key="rage"; value="re:^from-rev-0-to-tip|from-1000th-tiprev-to-tip|change-tip|change-1000th-tiprev$"}
}
}
//* Benchmarking `hg cat` *//
new {
versions = new {v}
......
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