modified results and metrics

This commit is contained in:
Senad Uka
2013-11-07 11:27:05 +00:00
parent 441a898718
commit 681a7f2d02
3 changed files with 85 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ func report(reporter, input, output string) error {
rep = vegeta.ReportJSON
case "plot":
rep = vegeta.ReportPlot
case "csv":
rep = vegeta.ReportCSV
default:
log.Println("Reporter provided is not supported. Using text")
rep = vegeta.ReportText