summaryrefslogtreecommitdiffstats
path: root/commands/commands_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-20 20:55:26 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-20 20:55:26 +0100
commit35bfca3b14977eaebab4003b43b5236c1888d93d (patch)
tree89c7ab1c12e7d306f4ca70419013a11d174b220f /commands/commands_test.go
parent9cd54cab20a03475e34ca462bd943069111481ae (diff)
commands: Remove the benchmark command
It's not particulary useful, and when we start to get bug reports about it, it is easier to remove it. Closes #5543
Diffstat (limited to 'commands/commands_test.go')
-rw-r--r--commands/commands_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/commands_test.go b/commands/commands_test.go
index 9b9806694..a8cc1d927 100644
--- a/commands/commands_test.go
+++ b/commands/commands_test.go
@@ -165,7 +165,6 @@ func TestCommandsExecute(t *testing.T) {
{nil, []string{sourceFlag}, ""},
{nil, []string{sourceFlag, "--renderToMemory"}, ""},
{[]string{"config"}, []string{sourceFlag}, ""},
- {[]string{"benchmark"}, []string{sourceFlag, "-n=1"}, ""},
{[]string{"convert", "toTOML"}, []string{sourceFlag, "-o=" + filepath.Join(dirOut, "toml")}, ""},
{[]string{"convert", "toYAML"}, []string{sourceFlag, "-o=" + filepath.Join(dirOut, "yaml")}, ""},
{[]string{"convert", "toJSON"}, []string{sourceFlag, "-o=" + filepath.Join(dirOut, "json")}, ""},