Skip to content

Stress Transfer-Encoding: chunked implementations of frameworks #784

@Kaliumhexacyanoferrat

Description

@Kaliumhexacyanoferrat

Currently, baseline uses 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 for upload in some of the requests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    platformEverything related to benchmark exection, including the PR workflow.testsAbout test design, issues with tests etc.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions