Add araara framework entries#904
Open
gdiazlo wants to merge 4 commits into
Open
Conversation
Owner
|
/benchmark -f araara |
Contributor
|
👋 |
Contributor
Benchmark ResultsFramework:
Full log |
Owner
|
/benchmark -f araara-standard |
Contributor
|
👋 |
Contributor
Benchmark ResultsFramework:
Full log |
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.
Description
Adds two experimental araara framework entries:
araara: tuned modearaara-standard: standard mode, using HCS server defaults where possibleBoth Dockerfiles build from araara's opam repository:
opam repo add araara git+https://tangled.org/gdiazlo.tngl.sh/repo opam source --dir hcs hcs.0.16.1The tuned entry sets
EIO_BACKEND=io-uringandHCS_H2_MAX_STREAMS=64. The standard entry applies a small source patch to the released HCS benchmark server so it can run withHCS_ARENA_MODE=standardand keepHcs.Server.default_configvalues where the HttpArena harness does not require listener-specific fields.Subscribed profiles: baseline, pipelined, limited-conn, json, json-comp, json-tls, upload, static, async-db, crud, api-4, api-16, baseline-h2, static-h2, baseline-h2c, json-h2c, echo-ws.
Not included: HTTP/3, gRPC, gateway-64, production-stack.
Validation performed locally:
python3 -m json.tool frameworks/araara/meta.jsonpython3 -m json.tool frameworks/araara-standard/meta.jsongit diff --check origin/main...HEADdocker build --no-cache -t httparena-araara frameworks/araaradocker build --no-cache -t httparena-araara-standard frameworks/araara-standardVALIDATE_TIMEOUT=1200 ./scripts/validate.sh araarabuilt the image successfully, then failed before starting araara because this local machine already has services bound to host-network sidecar ports (5432and6379), preventing HttpArena's Postgres/Redis validation sidecars from becoming ready.Per the PR template, maintainers can run: