Improve reading VUs to work with objects produced by writing VUs #9

Open
opened 2025-12-28 18:13:34 +00:00 by sami · 0 comments
Owner

Originally created by @vdomnich-yadro on GitHub (Sep 22, 2022).

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.

Originally created by @vdomnich-yadro on GitHub (Sep 22, 2022). 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/xk6-neofs#9
No description provided.