Do not use generator in reader VU #118
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#118
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Even after #117 we still have a problem: generator is created in every thread.
We can share it between threads (albeit with a possible loss in perfomance -- now the returned slice must be copied, so the problem is not solved)
The problem is that there is no per-VU init stage, but maybe we can find some kludge.
Because we do not have per-VU init stage, I see 2 options:
setup
and use VU id so that each VU uses its own.