# HG changeset patch
# User Pierre-Yves David <pierre-yves.david@octobus.net>
# Date 1667576155 -3600
#      Fri Nov 04 16:35:55 2022 +0100
# Node ID bb9748fd80a68ed58234c664b66777ecaf607a70
# Parent  1fa178a906adadb0d8d03eee5d5db3c20417f662
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

diff --git a/suites/hg/benchmarks/perf-unbundle.pbd b/suites/hg/benchmarks/perf-unbundle.pbd
--- a/suites/hg/benchmarks/perf-unbundle.pbd
+++ b/suites/hg/benchmarks/perf-unbundle.pbd
@@ -28,11 +28,11 @@
 [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
-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]