Skip to content

Update trillium#788

Open
jbr wants to merge 4 commits into
MDA2AV:mainfrom
jbr:update-trillium
Open

Update trillium#788
jbr wants to merge 4 commits into
MDA2AV:mainfrom
jbr:update-trillium

Conversation

@jbr
Copy link
Copy Markdown
Contributor

@jbr jbr commented Jun 2, 2026

Description

  • Updates trillium
  • Reworks implementation
  • Replaces the trillium-as-proxy gateway impl with a standard gateway (caddy)
  • Adds a grpc implementation with trillium-grpc

A further note: Trillium has a gateway/reverse proxy implementation of its own (end-to-end trillium http implementation across all protocols). Is there a way to enter that in HttpArena? Should that be infrastructure or engine?


PR Commands — comment on this PR to trigger (requires collaborator approval):

Command Description
/benchmark -f <framework> Run all benchmark tests
/benchmark -f <framework> -t <test> Run a specific test
/benchmark -f <framework> --save Run and save results (updates leaderboard on merge)

Always specify -f <framework>. Results are automatically compared against the current leaderboard.


Run benchmarks locally

You can validate and benchmark your framework locally with the lite script — no CPU pinning, fixed connection counts, all load generators run in Docker.

./scripts/validate.sh <framework>
./scripts/benchmark-lite.sh <framework> baseline
./scripts/benchmark-lite.sh --load-threads 4 <framework>

Requirements: Docker Engine on Linux. Load generators (gcannon, h2load, h2load-h3, wrk, ghz) are built as self-contained Docker images on first run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant