frameworks/httpbeast: add benchmark implementation - #1175
Closed
nigrosimone wants to merge 4 commits into
Closed
Conversation
nigrosimone
requested review from
Kaliumhexacyanoferrat and
MDA2AV
as code owners
August 15, 2026 19:21
…er only reads Content-Length
Contributor
Author
|
/benchmark --save |
Contributor
|
👋 Benchmark request received. A collaborator will review and approve the run. |
Contributor
|
|
Contributor
Author
|
Merged main into the branch, validate is green again. /benchmark --save |
Contributor
|
👋 Benchmark request received. A collaborator will review and approve the run. |
Contributor
Benchmark ResultsFramework:
Full log |
Owner
|
Just one note here, httpbeast seems to be an abandoned project (last commit 3 years ago), did they move from github or something? |
Contributor
Author
|
I don't know 🥲 |
MDA2AV
previously approved these changes
Aug 16, 2026
MDA2AV
reviewed
Aug 16, 2026
| @@ -0,0 +1,73 @@ | |||
| diff --git a/src/httpbeast.nim b/src/httpbeast.nim | |||
Owner
There was a problem hiding this comment.
xD We can't merge this, merge this patch on the main repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds HttpBeast, and with it Nim, which is not on the board at all.
modeistuned: HttpBeast has no response compression, so json-comp gzips by hand.Six profiles: baseline, pipelined, limited-conn, json, json-comp, upload.
Verified locally: docker build, then the six profiles replayed against this repo's own
data/dataset.json, byte identical to express and fastify for the same requests.Written with Claude Opus 5.