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
Service Desk
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
Merge requests
!49
benchmark: also benchmark `hg files` without explicit files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
benchmark: also benchmark `hg files` without explicit files
topic/default/files
into
branch/default
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Pierre-Yves David
requested to merge
topic/default/files
into
branch/default
1 week ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
We benchmarked various patterns, but it is also worthwhile to benchmark the default case.
0
0
Merge request reports
Compare
branch/default
branch/default (base)
and
latest version
latest version
d80556db
1 commit,
1 week ago
2 files
+
16
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
suites/hg/benchmarks/files.pbd
+
6
−
3
Options
@@ -43,9 +43,6 @@
[simple-command.variants.dimensions.output.json.environment]
TEMPLATE = "--template json"
[simple-command.variants.dimensions.files.all-root]
default = true
[simple-command.variants.dimensions.files.all-root.environment]
FILES = "."
@@ -69,3 +66,9 @@
[simple-command.variants.dimensions.files.all-list-pattern-shuffled.environment]
FILES = "set:listfile:../all_suffled.pattern"
[simple-command.variants.dimensions.files.default]
default = true
[simple-command.variants.dimensions.files.default.environment]
FILES = ""
Loading