-
-
Notifications
You must be signed in to change notification settings - Fork 56
Stress Transfer-Encoding: chunked implementations of frameworks #784
Copy link
Copy link
Open
Labels
next-roundWill not be implemented right now to keep the test results stable.Will not be implemented right now to keep the test results stable.platformEverything related to benchmark exection, including the PR workflow.Everything related to benchmark exection, including the PR workflow.testsAbout test design, issues with tests etc.About test design, issues with tests etc.
Description
Metadata
Metadata
Assignees
Labels
next-roundWill not be implemented right now to keep the test results stable.Will not be implemented right now to keep the test results stable.platformEverything related to benchmark exection, including the PR workflow.Everything related to benchmark exection, including the PR workflow.testsAbout test design, issues with tests etc.About test design, issues with tests etc.
Currently,
baselineuses a chunked encoded body for some of the requests, in a form, where gcannon writes the whole request to the request buffer at once. This is fairly simple for frameworks to handle, so we cover only a small set of LOC of the framework parsers. As efficiently reading chunked encoded bodies can be tricky, we should further stress the frameworks in that regard, for example by using chunked encoding foruploadin some of the requests.