Skip to content

Commit 5b809ea

Browse files
update readme
1 parent 0f4458a commit 5b809ea

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ The API is served over HTTP using a common web server and load tested using [bom
2020

2121
| Name | Language | Server | Latency avg | Requests |
2222
| ---------------------------- | ------------- | --------------- | ---------------- | ------------- |
23-
| [static-rust](https://actix.rs/) | Rust | Actix Web | 1.81ms | 110kps |
24-
| [graphql-crystal](https://github.com/graphql-crystal/graphql) | Crystal | Kemal | 3.04ms | 66kps |
25-
| [gqlgen](https://github.com/99designs/gqlgen) | Go | net/http | 3.69ms | 54kps |
26-
| [async-graphql](https://github.com/async-graphql/async-graphql) | Rust | Actix Web | 4.48ms | 45kps |
27-
| [Juniper](https://github.com/graphql-rust/juniper) | Rust | Actix Web | 5.22ms | 38kps |
28-
| [Hot Chocolate](https://github.com/ChilliCream/hotchocolate) | C# | ASP.NET | 8.19ms | 25kps |
29-
| [Mercurius](https://github.com/mercurius-js/mercurius) | Node.js | Fastify | 8.23ms | 24kps |
30-
| [graphql-go](https://github.com/graphql-go/graphql) | Go | net/http | 10.04ms | 20kps |
31-
| [GraphqlD](https://github.com/burner/graphqld) | D | Vibe.d | 11.14ms | 18kps |
32-
| [agoo](https://github.com/ohler55/agoo) | Ruby/C | agoo | 12.25ms | 16kps |
33-
| [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 14.47ms | 14kps |
34-
| [graphql-jit](https://github.com/zalando-incubator/graphql-jit) | Node.js | http | 18.62ms | 11kps |
35-
| [Absinthe](https://github.com/absinthe-graphql/absinthe) | Elixir | Phoenix | 22.85ms | 8.8kps |
36-
| [Hono](https://github.com/honojs/graphql-server) | Bun | HonoJS | 24.86ms | 8.0kps |
37-
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 31.81ms | 6.3kps |
38-
| [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) | Ruby | Puma | 44.49ms | 5.8kps |
39-
| [graphql-js](https://github.com/graphql/graphql-js) | Node.js | http | 45.11ms | 4.4kps |
40-
| [nim-graphql](https://github.com/status-im/nim-graphql) | Nim | Chronos | 55.08ms | 3.7kps |
41-
| [Sangria](https://github.com/sangria-graphql/sangria) | Scala | Akka HTTP | 96.36ms | 2.1kps |
42-
| [Strawberry](https://github.com/strawberry-graphql/strawberry) | Python | gunicorn | 115.14ms | 1.7kps |
43-
| [Graphene](https://github.com/graphql-python/graphene) | Python | gunicorn | 115.77ms | 1.7kps |
23+
| [static-rust](https://actix.rs/) | Rust | Actix Web | 1.82ms | 110kps |
24+
| [graphql-crystal](https://github.com/graphql-crystal/graphql) | Crystal | Kemal | 3.22ms | 62kps |
25+
| [gqlgen](https://github.com/99designs/gqlgen) | Go | net/http | 3.67ms | 54kps |
26+
| [async-graphql](https://github.com/async-graphql/async-graphql) | Rust | Actix Web | 4.56ms | 44kps |
27+
| [Juniper](https://github.com/graphql-rust/juniper) | Rust | Actix Web | 5.17ms | 39kps |
28+
| [Hot Chocolate](https://github.com/ChilliCream/hotchocolate) | C# | ASP.NET | 8.03ms | 25kps |
29+
| [Mercurius](https://github.com/mercurius-js/mercurius) | Node.js | Fastify | 8.33ms | 24kps |
30+
| [graphql-go](https://github.com/graphql-go/graphql) | Go | net/http | 9.83ms | 20kps |
31+
| [GraphqlD](https://github.com/burner/graphqld) | D | Vibe.d | 11.29ms | 18kps |
32+
| [agoo](https://github.com/ohler55/agoo) | Ruby/C | agoo | 11.44ms | 18kps |
33+
| [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 13.25ms | 15kps |
34+
| [graphql-jit](https://github.com/zalando-incubator/graphql-jit) | Node.js | http | 18.70ms | 11kps |
35+
| [Absinthe](https://github.com/absinthe-graphql/absinthe) | Elixir | Phoenix | 23.17ms | 8.6kps |
36+
| [Hono](https://github.com/honojs/graphql-server) | Bun | HonoJS | 27.07ms | 7.4kps |
37+
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 31.57ms | 6.3kps |
38+
| [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) | Ruby | Puma | 45.45ms | 5.7kps |
39+
| [graphql-js](https://github.com/graphql/graphql-js) | Node.js | http | 49.42ms | 4.0kps |
40+
| [nim-graphql](https://github.com/status-im/nim-graphql) | Nim | Chronos | 54.00ms | 3.7kps |
41+
| [Sangria](https://github.com/sangria-graphql/sangria) | Scala | Akka HTTP | 97.18ms | 2.0kps |
42+
| [Graphene](https://github.com/graphql-python/graphene) | Python | gunicorn | 116.08ms | 1.7kps |
43+
| [Strawberry](https://github.com/strawberry-graphql/strawberry) | Python | gunicorn | 116.92ms | 1.7kps |

0 commit comments

Comments
 (0)