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

benchmark: also benchmark `hg files` without explicit files

We benchmarked various patterns, but it is also worthwhile to benchmark the
default case.
parent 9875caa9
No related branches found
No related tags found
1 merge request!49benchmark: also benchmark `hg files` without explicit files
Pipeline #102079 passed
......@@ -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 = ""
......@@ -27,5 +27,14 @@
}
}
["output"] = v.simple_command["rev-reading-output-format"]
["files"] = v.simple_command["rev-reading-files"]
["files"] = (v.simple_command["rev-reading-files"]) {
default_key = "default"
cases {
["default"] {
environment {
["FILES"] = ""
}
}
}
}
}
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