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

hg-suite: align the unbundle benchmark variant on bundling one

lets user 40 000 instead of 35 000 since perf-bundle do use 40 000 already
parent 1fa178a906ad
No related branches found
No related tags found
1 merge request!18various small improvements
Pipeline #57955 passed
......@@ -28,5 +28,5 @@
[hg-perf-ext.variants.dimensions.revs.last-100000.constraints.graph]
visible-revision-count.min=100000
[hg-perf-ext.variants.dimensions.revs.last-35000]
[hg-perf-ext.variants.dimensions.revs.last-40000]
default=true
......@@ -32,7 +32,7 @@
default=true
setup-script = "hg bundle --type none-v2 ../tmp-bundle.hg --rev 'last(all(), 35000)' --base 'not last(all(), 35000)' ; hg --config extensions.strip= strip --no-backup 'last(all(), 35000)'; hg debugupdatecache"
[hg-perf-ext.variants.dimensions.revs.last-35000.constraints.graph]
visible-revision-count.min=35000
setup-script = "hg bundle --type none-v2 ../tmp-bundle.hg --rev 'last(all(), 40000)' --base 'not last(all(), 40000)' ; hg --config extensions.strip= strip --no-backup 'last(all(), 40000)'; hg debugupdatecache"
[hg-perf-ext.variants.dimensions.revs.last-40000.constraints.graph]
visible-revision-count.min=40000
[hg-perf-ext.variants.dimensions.revs.last-10000]
......
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