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
This commit is contained in:
Bjørn Erik Pedersen
2018-12-20 20:55:26 +01:00
parent 9cd54cab20
commit 35bfca3b14
3 changed files with 0 additions and 117 deletions

View File

@@ -48,7 +48,6 @@ func (b *commandsBuilder) addAll() *commandsBuilder {
newEnvCmd(),
newConfigCmd(),
newCheckCmd(),
b.newBenchmarkCmd(),
newConvertCmd(),
b.newNewCmd(),
newListCmd(),