Do not store all payload in memory #115
No reviewers
TrueCloudLab/storage-services-committers
TrueCloudLab/storage-services-developers
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#115
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/xk6-frostfs:streaming_payload"
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?
Close #114
The number of parameters continues to grow, the future looks grim, so #116 was created.
TBD all the testing
2f726c59b2
toca26da827c
ca26da827c
toee6af36ee8
@ -102,3 +102,3 @@
const data = {
field: uuidv4(),
file: http.file(payload, "random.data"),
file: http.file(payload, "random.data"), // FIXME
This is so annoying, haven't yet come up with a solution, will fix in this PR, thus WIP
04a8119ef3/js/modules/k6/http/file.go (L25)
Decided to avoid streaming for http scenario.
Do not store all payload in memoryto WIP: Do not store all payload in memoryee6af36ee8
to62e754b649
62e754b649
tod36517d9fe
d36517d9fe
tofda5e5b3ca
fda5e5b3ca
to51f86ec2c6
WIP: Do not store all payload in memoryto Do not store all payload in memory51f86ec2c6
to339e4e52ec