Skip to content
Snippets Groups Projects

benchmark: also benchmark `hg files` without explicit files

Merged Pierre-Yves David requested to merge topic/default/files into branch/default
2 files
+ 16
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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