-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(benchmark): updated Julia/HTTP.jl benchmark #8370
Closed
Closed
Conversation
This file contains 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
pankgeorg
changed the title
[WIP] feat(benchmark): updated Julia/HTTP.jl benchmark
feat(benchmark): updated Julia/HTTP.jl benchmark
Aug 28, 2023
@nbrady-techempower could you approve the workflow? |
This reverts commit 17ddf1b.
Closing as this seems out of date. Feel free to re-open if you have time to work on it. |
True, I haven't been able to push this enough to get a version that is performant enough to pass the tests. |
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.
Shared with the Julia Community: https://discourse.julialang.org/t/julia-could-be-better-at-doing-web-a-benchmark/103300
This is a submission for the "plain" julia benchmark, based of (but improved upon) the Jewelia benchmark.
./tfb --mode verify --test http-jl
passes, but./tfb --mode benchmark --test http-jl
crashes at some point.I'm hoping to create an actional checklist of performance improvements within the Julia ecosystem (and I'm really grateful for the work you've done that bootstrapped my efforts!)
Additionally, this benchmark can be the baseline for benchmarking Julia web frameworks that are very likely built on top on the same (low-level) libraries.