Support of variable object size for single xk6 run #161
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#161
Loading…
Add table
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?
Customer who has known payload (e.g. dump of object to upload) asks to estimate upload of objects of variable object size.
sample task sounds like:
Test upload of the dataset:
upload objects in size range 2k - 8k, 700 streams
upload objects in size range 8k - 64k, 500 streams
upload objects in size range 64k - 512k, 240 streams
upload objects in size range 512k - 4000k, 24 streams
To support this request it is required to add variable object size (randomized in specific range or array of values).
WRITE_OBJ_SIZE
should accept2000..8000
or2000-8000
syntax.The distribution should be uniform, we can customize it later, if there will be a necessity.
The implementation should reuse the existing datagen buffering (probably with the max size) and only use variable at
read
stages.Also, see how this is done in warp https://github.com/minio/warp?tab=readme-ov-file#random-file-sizes