Before running my load tests I need some to create some records using a post method, so that the test data is dynamic. Normally I would expect that all the requests made in setup function to not be accounted for when displaying (metrics.http_req) since they're not part of the test (or the default function).
The time to prepare data is accounted for in the results
is there anyway to not have this since it affects the benchmarks of our API, beside using statically generated data ? Thank you
Hi, thanks for reporting this. It's a known issue: see #891 and #1321, particularly the workaround with tags mentioned in #891.
So I'll close this as duplicate, but feel free to follow those issues for updates. Currently the team is focused on a big upcoming release, but this feature is one of the top priorities after that.
@imiric Thank you for your response :)