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

benchmark: add a progress variant to stream consumption

This match the change I am making into core.
parent a5a715d4
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,10 @@
--type \"none-v2;stream=v3-exp\"
--config experimental.stream-v3=yes
../tmp-bundle.hg"""
[hg-perf-ext.variants.dimensions.progress.yes]
args = [ "--unbundle-progress" ]
[hg-perf-ext.variants.dimensions.progress.no]
default = true
args = [ "--no-unbundle-progress" ]
......@@ -31,4 +31,11 @@
}
}
}
["progress"] {
default_key = "no"
cases {
["yes"] { args { "--unbundle-progress" } }
["no"] { args { "--no-unbundle-progress" } }
}
}
}
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