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
8d9567b5
Commit
8d9567b5
authored
4 months ago
by
Pierre-Yves David
Browse files
Options
Downloads
Patches
Plain Diff
benchmark: benchmarl status on a wider range of history changes
We have serious regression in this area that went undetected.
parent
d7a58b3f
No related branches found
No related tags found
2 merge requests
!42
benchmark: benchmarl status on a wider range of history changes
,
!40
clone git too
Pipeline
#94728
passed
4 months ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
suites/hg/benchmarks/status.pbd
+42
-0
42 additions, 0 deletions
suites/hg/benchmarks/status.pbd
suites/hg/benchmarks/status.pkl
+26
-0
26 additions, 0 deletions
suites/hg/benchmarks/status.pkl
tests/test-benchmark-listing.t
+15
-0
15 additions, 0 deletions
tests/test-benchmark-listing.t
with
83 additions
and
0 deletions
suites/hg/benchmarks/status.pbd
+
42
−
0
View file @
8d9567b5
...
...
@@ -60,3 +60,45 @@
[simple-command.variants.dimensions.repo-state.modified-and-copied]
cwd = "DATA-VARS:mercurial.working-copy.modified-and-copied"
[simple-command.variants.dimensions.range.working-copy]
default = true
[simple-command.variants.dimensions.range.change-tip]
extend-command = " --change tip"
[simple-command.variants.dimensions.range.change-1000th-tiprev-]
extend-command = " --change -10000"
[simple-command.variants.dimensions.range.change-1000th-rev]
extend-command = " --change 10000"
[simple-command.variants.dimensions.range.from-null-to-tip]
extend-command = " --rev null --rev tip"
[simple-command.variants.dimensions.range.from-tip-to-null]
extend-command = " --rev null --rev null"
[simple-command.variants.dimensions.range.from-rev-0-to-tip]
extend-command = " --rev 0 --rev tip"
[simple-command.variants.dimensions.range.from-1000th-tiprev-to-tip]
extend-command = " --rev -1000 --rev tip"
[simple-command.variants.dimensions.range.from-null-to-1000th]
extend-command = " --rev null --rev 1000"
[simple-command.variants.dimensions.range.from-rev-0-to-1000th]
extend-command = " --rev 0 --rev 1000"
[simple-command.variants.dimensions.range.from-null]
extend-command = " --rev null"
[simple-command.variants.dimensions.range.from-tip]
extend-command = " --rev null"
[simple-command.variants.dimensions.range.from-rev-0]
extend-command = " --rev 0"
[simple-command.variants.dimensions.range.from-1000th-tiprev]
extend-command = " --rev -1000"
This diff is collapsed.
Click to expand it.
suites/hg/benchmarks/status.pkl
+
26
−
0
View file @
8d9567b5
...
...
@@ -29,5 +29,31 @@
["repo-state"] = (v.simple_command["repo-state"]) {
default_key = "clean"
}
["range"] {
default_key = "working-copy"
cases {
["working-copy"] {}
["change-tip"] {extend_command = " --change tip"}
// XXX we should get data-env vars for these, but good enough for
// now
["change-1000th-tiprev-"] {extend_command = " --change -10000"}
["change-1000th-rev"] {extend_command = " --change 10000"}
["from-null-to-tip"] {extend_command = " --rev null --rev tip"}
["from-tip-to-null"] {extend_command = " --rev null --rev null"}
// That one drive the copy tracing tracy because all the added files
["from-rev-0-to-tip"] {extend_command = " --rev 0 --rev tip"}
["from-1000th-tiprev-to-tip"] {extend_command = " --rev -1000 --rev tip"}
["from-null-to-1000th"] {extend_command = " --rev null --rev 1000"}
["from-rev-0-to-1000th"] {extend_command = " --rev 0 --rev 1000"}
// combine with the working copy
["from-null"] {extend_command = " --rev null"}
["from-tip"] {extend_command = " --rev null"}
// That one drive the copy tracing tracy because all the added files
["from-rev-0"] {extend_command = " --rev 0"}
["from-1000th-tiprev"] {extend_command = " --rev -1000"}
}
}
}
This diff is collapsed.
Click to expand it.
tests/test-benchmark-listing.t
+
15
−
0
View file @
8d9567b5
...
...
@@ -97,6 +97,21 @@
-
mard
-
mardu
-
mardui
*
range:
-
working
-
copy
(
default
)
-
change
-
tip
-
change
-
1000
th
-
tiprev
-
-
change
-
1000
th
-
rev
-
from
-
null
-
to
-
tip
-
from
-
tip
-
to
-
null
-
from
-
rev
-
0
-
to
-
tip
-
from
-
1000
th
-
tiprev
-
to
-
tip
-
from
-
null
-
to
-
1000
th
-
from
-
rev
-
0
-
to
-
1000
th
-
from
-
null
-
from
-
tip
-
from
-
rev
-
0
-
from
-
1000
th
-
tiprev
*
repo
-
state:
-
modified
-
clean
(
default
)
...
...
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