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

benchmarks: adds a 100 000 revision version of unbundle

We can go bigger now.
parent 1c8e5246
No related branches found
No related tags found
1 merge request!15basic data-setup
......@@ -11,6 +11,12 @@
cwd="DATA-VARS:mercurial.main-repo-path"
args = ['../tmp-bundle.hg']
[hg-perf-ext.variants.dimensions.revs.last-100000]
setup-script = "hg bundle --type none-v2 ../tmp-bundle.hg --rev 'last(all(), 100000)' --base 'not last(all(), 100000)' ; hg --config extensions.strip= strip --no-backup 'last(all(), 100000)'; hg debugupdatecache"
[hg-perf-ext.variants.dimensions.revs.last-100000.constraints.graph]
visible-revision-count.min=100000
[hg-perf-ext.variants.dimensions.revs.last-35000]
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"
......
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