diff --git a/README.md b/README.md index 9697763..8c3963f 100644 --- a/README.md +++ b/README.md @@ -20,24 +20,24 @@ 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 | 1.82ms | 110kps | -| [graphql-crystal](https://github.com/graphql-crystal/graphql) | Crystal | Kemal | 2.92ms | 69kps | -| [gqlgen](https://github.com/99designs/gqlgen) | Go | net/http | 3.68ms | 54kps | -| [async-graphql](https://github.com/async-graphql/async-graphql) | Rust | Actix Web | 4.48ms | 45kps | +| [static-rust](https://actix.rs/) | Rust | Actix Web | 1.87ms | 110kps | +| [graphql-crystal](https://github.com/graphql-crystal/graphql) | Crystal | Kemal | 2.94ms | 68kps | +| [gqlgen](https://github.com/99designs/gqlgen) | Go | net/http | 3.73ms | 54kps | +| [async-graphql](https://github.com/async-graphql/async-graphql) | Rust | Actix Web | 4.51ms | 44kps | | [Juniper](https://github.com/graphql-rust/juniper) | Rust | Actix Web | 5.20ms | 38kps | -| [Hot Chocolate](https://github.com/ChilliCream/hotchocolate) | C# | ASP.NET | 7.84ms | 25kps | -| [Mercurius](https://github.com/mercurius-js/mercurius) | Node.js | Fastify | 8.29ms | 24kps | -| [graphql-go](https://github.com/graphql-go/graphql) | Go | net/http | 10.18ms | 20kps | -| [GraphqlD](https://github.com/burner/graphqld) | D | Vibe.d | 11.37ms | 18kps | -| [agoo](https://github.com/ohler55/agoo) | Ruby/C | agoo | 11.52ms | 17kps | -| [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 13.43ms | 15kps | -| [graphql-jit](https://github.com/zalando-incubator/graphql-jit) | Node.js | http | 19.45ms | 10kps | -| [Absinthe](https://github.com/absinthe-graphql/absinthe) | Elixir | Phoenix | 23.11ms | 8.7kps | -| [Hono](https://github.com/honojs/graphql-server) | Bun | HonoJS | 27.42ms | 7.3kps | -| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 31.71ms | 6.3kps | -| [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) | Ruby | Puma | 44.47ms | 5.8kps | -| [graphql-js](https://github.com/graphql/graphql-js) | Node.js | http | 46.33ms | 4.3kps | -| [nim-graphql](https://github.com/status-im/nim-graphql) | Nim | Chronos | 52.55ms | 3.8kps | -| [Sangria](https://github.com/sangria-graphql/sangria) | Scala | Akka HTTP | 90.96ms | 2.2kps | -| [Strawberry](https://github.com/strawberry-graphql/strawberry) | Python | gunicorn | 115.04ms | 1.7kps | -| [Graphene](https://github.com/graphql-python/graphene) | Python | gunicorn | 118.57ms | 1.7kps | +| [Hot Chocolate](https://github.com/ChilliCream/hotchocolate) | C# | ASP.NET | 8.02ms | 25kps | +| [Mercurius](https://github.com/mercurius-js/mercurius) | Node.js | Fastify | 8.57ms | 23kps | +| [graphql-go](https://github.com/graphql-go/graphql) | Go | net/http | 9.98ms | 20kps | +| [GraphqlD](https://github.com/burner/graphqld) | D | Vibe.d | 11.44ms | 18kps | +| [agoo](https://github.com/ohler55/agoo) | Ruby/C | agoo | 12.30ms | 16kps | +| [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 14.21ms | 14kps | +| [graphql-jit](https://github.com/zalando-incubator/graphql-jit) | Node.js | http | 23.04ms | 8.7kps | +| [Absinthe](https://github.com/absinthe-graphql/absinthe) | Elixir | Phoenix | 23.81ms | 8.4kps | +| [Hono](https://github.com/honojs/graphql-server) | Bun | HonoJS | 27.44ms | 7.3kps | +| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 32.69ms | 6.1kps | +| [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) | Ruby | Puma | 45.06ms | 5.7kps | +| [graphql-js](https://github.com/graphql/graphql-js) | Node.js | http | 47.89ms | 4.2kps | +| [nim-graphql](https://github.com/status-im/nim-graphql) | Nim | Chronos | 54.58ms | 3.8kps | +| [Sangria](https://github.com/sangria-graphql/sangria) | Scala | Akka HTTP | 94.52ms | 2.1kps | +| [Graphene](https://github.com/graphql-python/graphene) | Python | gunicorn | 115.72ms | 1.7kps | +| [Strawberry](https://github.com/strawberry-graphql/strawberry) | Python | gunicorn | 119.25ms | 1.7kps |