Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Poulpe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
octobus
Poulpe
Commits
9c8a6918
Commit
9c8a6918
authored
2 years ago
by
Pierre-Yves David
Browse files
Options
Downloads
Patches
Plain Diff
benchmark: add issue6528 variants to perf-unbundle
This has a significant impact of performance, so we should test it.
parent
58e411c9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#57287
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
suites/hg/benchmarks/perf-unbundle.pbd
+11
-0
11 additions, 0 deletions
suites/hg/benchmarks/perf-unbundle.pbd
with
11 additions
and
0 deletions
suites/hg/benchmarks/perf-unbundle.pbd
+
11
−
0
View file @
9c8a6918
...
...
@@ -11,6 +11,17 @@
cwd="DATA-VARS:mercurial.main-repo-path"
args = ['../tmp-bundle.hg']
[hg-perf-ext.variants.dimensions.issue6528.default]
default=true
[hg-perf-ext.variants.dimensions.issue6528.fix-incoming]
args = ['--config', 'storage.revlog.issue6528.fix-incoming=yes']
constraints.compatible-revision-range="2813d406b036::"
[hg-perf-ext.variants.dimensions.issue6528.disabled]
args = ['--config', 'storage.revlog.issue6528.fix-incoming=no']
constraints.compatible-revision-range="2813d406b036::"
[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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment