-
Notifications
You must be signed in to change notification settings - Fork 3
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
baseline http vs conductor overhead benchmark #622
base: master
Are you sure you want to change the base?
Conversation
🚨 Rust Panic Audit: 342 Potential Panic Points Detected 🚨Crate: ``📊 Total Usages: 239
Crate:
|
🐋 This PR was built and pushed to the following Docker images: Docker Bake metadata{
"conductor": {
"buildx.build.provenance": {
"buildType": "https://mobyproject.org/buildkit@v1",
"materials": [
{
"uri": "pkg:docker/debian@12.5?platform=linux%2Famd64",
"digest": {
"sha256": "a92ed51e0996d8e9de041ca05ce623d2c491444df6a535a566dabd5cb8336946"
}
},
{
"uri": "pkg:docker/rust@1.77.2?platform=linux%2Famd64",
"digest": {
"sha256": "83101f6985c93e1e6501b3375de188ee3d2cbb89968bcc91611591f9f447bd42"
}
}
],
"invocation": {
"configSource": {
"entryPoint": "Dockerfile"
},
"parameters": {
"frontend": "dockerfile.v0",
"args": {
"label:org.opencontainers.image.authors": "The Guild <contact@the-guild.dev>",
"label:org.opencontainers.image.description": "Conductor is a robust GraphQL Gateway.",
"label:org.opencontainers.image.docs": "https://the-guild.dev/graphql/gateway",
"label:org.opencontainers.image.licenses": "MIT",
"label:org.opencontainers.image.revision": "c845e2ed9514caa425bc72ff5e1fc6ef4d5bbfbf",
"label:org.opencontainers.image.source": "https://github.com/the-guild-org/conductor",
"label:org.opencontainers.image.title": "Conductor",
"label:org.opencontainers.image.url": "https://the-guild.dev/graphql/gateway",
"label:org.opencontainers.image.vendor": "The Guild",
"label:org.opencontainers.image.version": ""
},
"locals": [
{
"name": "context"
},
{
"name": "dockerfile"
}
]
},
"environment": {
"platform": "linux/amd64"
}
}
},
"buildx.build.ref": "builder-af8e143d-af81-4a40-8ad8-88f365234828/builder-af8e143d-af81-4a40-8ad8-88f3652348280/fpt4tjpnbhxpsp9qt1yeua86u",
"containerimage.config.digest": "sha256:1ce7dd1b3f8b008d04218e281e037bf989c2e84ca1815be3147ea62b58bbc8f8",
"containerimage.descriptor": {
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"digest": "sha256:d3071b2137b6c88ce39fe0905b8feb320b296d59e98df95105fc81bc44f3040d",
"size": 902,
"platform": {
"architecture": "amd64",
"os": "linux"
}
},
"containerimage.digest": "sha256:d3071b2137b6c88ce39fe0905b8feb320b296d59e98df95105fc81bc44f3040d",
"image.name": "ghcr.io/the-guild-org/conductor/conductor:c845e2ed9514caa425bc72ff5e1fc6ef4d5bbfbf"
}
} |
✅ Benchmark Results
|
Pure HTTP vs Conductor Overhead Benchmark Results
|
introduces a benchmark between the purest form of an http layer in Rust (Actix Web) against Conductor's implementation, comparing their performance (requests per second and P95 latency) under load, then results are posted as a comment on PRs.