From 97e7f7fd73682afa93c6c68996c2921aacba7279 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 04:17:02 +0000 Subject: [PATCH] update readme --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index d2b89b04..b80a7143 100644 --- a/README.md +++ b/README.md @@ -20,22 +20,22 @@ The API is served over HTTP using a common web server and load tested using [bom | Name | Language | Server | Latency avg | Requests | | ---------------------------- | ------------- | --------------- | ---------------- | ------------- | -| [static-rust](https://actix.rs/) | Rust | Actix Web | 2.53ms | 39kps | -| [graphql-crystal](https://github.com/graphql-crystal/graphql) | Crystal | Kemal | 6.29ms | 16kps | -| [gqlgen](https://github.com/99designs/gqlgen) | Go | net/http | 6.52ms | 15kps | -| [Juniper](https://github.com/graphql-rust/juniper) | Rust | Actix Web | 7.29ms | 14kps | -| [async-graphql](https://github.com/async-graphql/async-graphql) | Rust | Actix Web | 8.04ms | 12kps | -| [agoo](https://github.com/ohler55/agoo) | Ruby/C | agoo | 12.11ms | 8.3kps | -| [Hot Chocolate](https://github.com/ChilliCream/hotchocolate) | C# | ASP.NET | 13.95ms | 7.2kps | -| [Mercurius](https://github.com/mercurius-js/mercurius) | Node.js | Fastify | 14.73ms | 6.8kps | -| [graphql-go](https://github.com/graphql-go/graphql) | Go | net/http | 15.63ms | 6.4kps | -| [Hono](https://github.com/honojs/graphql-server) | Bun | HonoJS | 27.82ms | 3.6kps | -| [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 28.70ms | 3.5kps | -| [graphql-jit](https://github.com/zalando-incubator/graphql-jit) | Node.js | http | 31.07ms | 3.2kps | -| [Absinthe](https://github.com/absinthe-graphql/absinthe) | Elixir | Phoenix | 35.34ms | 2.8kps | -| [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) | Ruby | Puma | 64.05ms | 2.0kps | -| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 54.67ms | 1.8kps | -| [graphql-js](https://github.com/graphql/graphql-js) | Node.js | http | 62.49ms | 1.6kps | -| [Strawberry](https://github.com/strawberry-graphql/strawberry) | Python | gunicorn | 150.98ms | 650ps | -| [Graphene](https://github.com/graphql-python/graphene) | Python | gunicorn | 152.58ms | 650ps | -| [Sangria](https://github.com/sangria-graphql/sangria) | Scala | Akka HTTP | 246.26ms | 400ps | +| [static-rust](https://actix.rs/) | Rust | Actix Web | 1.56ms | 64kps | +| [graphql-crystal](https://github.com/graphql-crystal/graphql) | Crystal | Kemal | 3.57ms | 28kps | +| [gqlgen](https://github.com/99designs/gqlgen) | Go | net/http | 4.27ms | 23kps | +| [Juniper](https://github.com/graphql-rust/juniper) | Rust | Actix Web | 4.40ms | 23kps | +| [async-graphql](https://github.com/async-graphql/async-graphql) | Rust | Actix Web | 5.29ms | 19kps | +| [Hot Chocolate](https://github.com/ChilliCream/hotchocolate) | C# | ASP.NET | 8.24ms | 12kps | +| [agoo](https://github.com/ohler55/agoo) | Ruby/C | agoo | 9.20ms | 11kps | +| [Mercurius](https://github.com/mercurius-js/mercurius) | Node.js | Fastify | 9.66ms | 10kps | +| [graphql-go](https://github.com/graphql-go/graphql) | Go | net/http | 12.02ms | 8.3kps | +| [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 18.71ms | 5.3kps | +| [Hono](https://github.com/honojs/graphql-server) | Bun | HonoJS | 19.71ms | 5.1kps | +| [graphql-jit](https://github.com/zalando-incubator/graphql-jit) | Node.js | http | 22.23ms | 4.5kps | +| [Absinthe](https://github.com/absinthe-graphql/absinthe) | Elixir | Phoenix | 27.42ms | 3.6kps | +| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 40.65ms | 2.5kps | +| [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) | Ruby | Puma | 53.94ms | 2.4kps | +| [graphql-js](https://github.com/graphql/graphql-js) | Node.js | http | 51.08ms | 1.9kps | +| [Graphene](https://github.com/graphql-python/graphene) | Python | gunicorn | 121.46ms | 810ps | +| [Strawberry](https://github.com/strawberry-graphql/strawberry) | Python | gunicorn | 124.35ms | 790ps | +| [Sangria](https://github.com/sangria-graphql/sangria) | Scala | Akka HTTP | 172.94ms | 560ps |