Upload speed (#18442)

(cherry picked from commit 257bfff316)
This commit is contained in:
holisticode
2019-01-17 11:25:27 -05:00
committed by Rafael Matias
parent afb65f6ace
commit 7383db4dac
2 changed files with 102 additions and 0 deletions

View File

@ -148,6 +148,12 @@ func main() {
Usage: "feed update generate, upload and sync",
Action: cliFeedUploadAndSync,
},
{
Name: "upload_speed",
Aliases: []string{"u"},
Usage: "measure upload speed",
Action: cliUploadSpeed,
},
}
sort.Sort(cli.FlagsByName(app.Flags))