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

runner: document the data-env copy option and fix its usage in the benchmarks

oops
parent 86b7b95d
No related branches found
No related tags found
No related merge requests found
Pipeline #56280 passed
......@@ -39,6 +39,15 @@
:simple-command: benchmarking the run of a single shell command.
:mercurial-perf-extension: using Mercurial perf extensions to run benchmarks
section: "run"
--------------
copy-data-env
~~~~~~~~~~~~~
When true, the benchmark is run a copy of the data-environment. Any alteration
will be destroyed at the end of the iteration.
Simple-command configuration
============================
......
......@@ -4,7 +4,7 @@
method="mercurial-perf-extension"
[run]
run.copy-data-env = false
copy-data-env = false
[hg-perf-ext]
command="perf::bundle"
......
......@@ -4,7 +4,7 @@
method="mercurial-perf-extension"
[run]
run.copy-data-env = false
copy-data-env = false
[hg-perf-ext]
command="perf::startup"
......
......@@ -4,7 +4,7 @@
method = "simple-command"
[run]
run.copy-data-env = false
copy-data-env = false
[simple-command]
command = "hg status"
......
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