You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Actual Behavior
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
The text was updated successfully, but these errors were encountered:
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.
Environment
Expected Behavior
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).
Actual Behavior
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
The text was updated successfully, but these errors were encountered: