codesenberg / bombardier

Fast cross-platform HTTP benchmarking tool written in Go
MIT License
6.03k stars 315 forks source link

feature: different output formats #26

Closed codesenberg closed 6 years ago

codesenberg commented 6 years ago

As a follow-up to #24 and #25, the next feature to resolve #24 is to implement a flag to control output format and some formats (like JSON, XML (?), etc.). The flag will most likely be named --format and a shorthand is -o (though, this is discussable). I also think it would be great to add support for user-defined templates, since it would be quite bothersome to add templates for all possible formats into the code base.

answerquest commented 5 years ago

I also think it would be great to add support for user-defined templates, since it would be quite bothersome to add templates for all possible formats into the code base.

Any work on that? I'm looking for a CSV output. Thanks for this great tool!

codesenberg commented 4 years ago

@answerquest the feature is implemented. If you want to add default template for CSV be my guest and send a PR 😉