comment
authorJoey Hess <joeyh@joeyh.name>
Tue, 20 Dec 2022 18:30:18 +0000 (14:30 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 20 Dec 2022 18:30:18 +0000 (14:30 -0400)
doc/git-annex-benchmark/comment_2_3d8dcde00f8df7961490ef81f5400824._comment [new file with mode: 0644]

diff --git a/doc/git-annex-benchmark/comment_2_3d8dcde00f8df7961490ef81f5400824._comment b/doc/git-annex-benchmark/comment_2_3d8dcde00f8df7961490ef81f5400824._comment
new file mode 100644 (file)
index 0000000..ae2cccf
--- /dev/null
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2022-12-20T18:20:01Z"
+ content="""
+That --list turns out to come from the criterion library, and you can
+actually use it but only if you provide the mandatory "-- command"
+parameters too. For example:
+
+       git-annex benchmark --list -- version
+       version
+
+That's not useful at all, since all if can list is the same benchmark you
+provide on input. But this is a consequence of supporting other criterion
+options like --iters and --csv that can be useful.
+
+`git-annex benchmark` does not use a canned set of benchmarks; it
+benchmarks a git-annex subcommand or subcommands that you specify.
+"""]]