Improve reading VUs to work with objects produced by writing VUs #20
Labels
I4
No visible changes
performance
More of something per second
S3
Minimally significant
U4
Nothing urgent
Currently reading VUs are reading a fixed set of objects that were pre-generated before K6 run. As result, readers are sending requests that are covering very narrow set of data in neoFS. More realistic scenario would be if reading VUs attempted to read the objects that have been created by writing VUs within the same load session.
We can achieve this by storing objects in registry (in writing functions) and then picking them up with
ObjSelector
in reading VUs.The text was updated successfully, but these errors were encountered: