drill
drill copied to clipboard
Report only runs one iteration
What is the use of the --report option? It can only run one iteration. Wouldn't it be useful if the report contains the details of all the iterations, so that the client can perform other analysis with this data?
Also, if both --stats and --report options are used, then there is a panic thrown as he reports vector is empty when the report option is used.
The goal of --report option is to record just a single test plan. This execution is used later to be compared with --threshold option. This can help you to do performance tests in your CI to ensure, for example, that your API endpoint performs as always with ensuring that the difference is below the given threshold value.
On the other hand, I'm going to review this case you are mentioning about running --stats and --report together.
Hi,
I've faced the same. May you add some more documentation string to --help or add some example on how to use that options please?
--report --compare and --threshold
Sure, it is a pending task I have.