diff --git a/suites/hg/campaigns/release-campaign.pkl b/suites/hg/campaigns/release-campaign.pkl index a6e404b796b237b29c0e28ce540f26dfc4742b9c_c3VpdGVzL2hnL2NhbXBhaWducy9yZWxlYXNlLWNhbXBhaWduLnBrbA==..2cd8a88aaa407ab115b4c2a353b75d7568ba0644_c3VpdGVzL2hnL2NhbXBhaWducy9yZWxlYXNlLWNhbXBhaWduLnBrbA== 100644 --- a/suites/hg/campaigns/release-campaign.pkl +++ b/suites/hg/campaigns/release-campaign.pkl @@ -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} @@ -203,5 +226,40 @@ 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$"} + } + } + //* 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$"} + } + } } }