coding-yogi / bombardier

Rust based HTTP load testing tool using yaml files
Apache License 2.0
45 stars 5 forks source link

Option to generate HTML report #11

Open upgundecha opened 4 years ago

upgundecha commented 4 years ago

Hi @coding-yogi please look at

https://github.com/upgundecha/bombardier/tree/html-report

image

I still need to refactor the report module.

coding-yogi commented 4 years ago

How about adding few below things

Table looks neat

coding-yogi commented 4 years ago

But to get above few things correct in table we have to assume config.json was not changed between bombard and report command

upgundecha commented 4 years ago

Can try something like this

image

But to get above few things correct in table we have to assume config.json was not changed between bombard and report command

How does the current report command considers this?

upgundecha commented 4 years ago

My suggestion would be to generate the report immediately after 'bombard'?

coding-yogi commented 4 years ago

Current report command doesnt pull those details. We can generate report after execution and as a separate command as well