Option to generate HTML report
Hi @coding-yogi please look at
https://github.com/upgundecha/bombardier/tree/html-report

I still need to refactor the report module.
How about adding few below things
- Date and Time of execution
- Collection file name which was executed
- Environment file name (to know on which env it was executed)
- Thread count
- Thread delay used
Table looks neat
But to get above few things correct in table we have to assume config.json was not changed between bombard and report command
Can try something like this

But to get above few things correct in table we have to assume
config.jsonwas not changed betweenbombardandreportcommand
How does the current report command considers this?
My suggestion would be to generate the report immediately after 'bombard'?
Current report command doesnt pull those details. We can generate report after execution and as a separate command as well