bombardier icon indicating copy to clipboard operation
bombardier copied to clipboard

Option to generate HTML report

Open upgundecha opened this issue 4 years ago • 6 comments

upgundecha avatar Apr 17 '20 02:04 upgundecha

Hi @coding-yogi please look at

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

image

I still need to refactor the report module.

upgundecha avatar Apr 18 '20 08:04 upgundecha

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

coding-yogi avatar Apr 18 '20 10:04 coding-yogi

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

coding-yogi avatar Apr 18 '20 10:04 coding-yogi

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 avatar Apr 18 '20 11:04 upgundecha

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

upgundecha avatar Apr 18 '20 11:04 upgundecha

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

coding-yogi avatar Apr 18 '20 14:04 coding-yogi