Hi,
The bigger the "count" is, the more there are collected items (and so for the time it needs).
Ex: it collects 4445 items
--count 5 -k mytest
```
Ex: it collects 4.445.000 items
--count 5000 -k mytest
I would expect a single test, even repeated x times, to be collected only once.
Is the some internal design constraint, or can it be configured somehow?
Thx.