Allow to specify sizes with units #111
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#111
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?
We have
WRITE_OBJ_SIZE
which is in bytes and now also #110 which is in gigabytes.It can be confusing, and could be better if we did
WRITE_OBJ_SIZE=100k
. The default would be bytes.WRITE_OBJ_SIZE
in KB.@dstepanov-yadro now you see, I am confused.
Then the default would be kb, to be backwards compatible.