Skip to content

Commit da37160

Browse files
update readme
1 parent 6bbe442 commit da37160

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.84ms | 110kps |
24-
| [graphql-crystal](https://github.com/graphql-crystal/graphql) | Crystal | Kemal | 2.96ms | 67kps |
25-
| [gqlgen](https://github.com/99designs/gqlgen) | Go | net/http | 3.71ms | 54kps |
26-
| [async-graphql](https://github.com/async-graphql/async-graphql) | Rust | Actix Web | 4.43ms | 45kps |
27-
| [Juniper](https://github.com/graphql-rust/juniper) | Rust | Actix Web | 5.28ms | 38kps |
28-
| [Hot Chocolate](https://github.com/ChilliCream/hotchocolate) | C# | ASP.NET | 7.89ms | 26kps |
29-
| [Mercurius](https://github.com/mercurius-js/mercurius) | Node.js | Fastify | 8.50ms | 24kps |
30-
| [graphql-go](https://github.com/graphql-go/graphql) | Go | net/http | 9.86ms | 20kps |
31-
| [agoo](https://github.com/ohler55/agoo) | Ruby/C | agoo | 10.82ms | 19kps |
32-
| [GraphqlD](https://github.com/burner/graphqld) | D | Vibe.d | 10.87ms | 18kps |
33-
| [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 13.49ms | 15kps |
34-
| [graphql-jit](https://github.com/zalando-incubator/graphql-jit) | Node.js | http | 18.97ms | 11kps |
35-
| [Absinthe](https://github.com/absinthe-graphql/absinthe) | Elixir | Phoenix | 23.51ms | 8.5kps |
36-
| [Hono](https://github.com/honojs/graphql-server) | Bun | HonoJS | 25.82ms | 7.7kps |
37-
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 32.46ms | 6.2kps |
38-
| [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) | Ruby | Puma | 45.47ms | 5.6kps |
39-
| [nim-graphql](https://github.com/status-im/nim-graphql) | Nim | Chronos | 52.89ms | 3.8kps |
40-
| [graphql-js](https://github.com/graphql/graphql-js) | Node.js | http | 54.79ms | 3.6kps |
41-
| [Sangria](https://github.com/sangria-graphql/sangria) | Scala | Akka HTTP | 97.27ms | 2.0kps |
42-
| [Graphene](https://github.com/graphql-python/graphene) | Python | gunicorn | 116.15ms | 1.7kps |
43-
| [Strawberry](https://github.com/strawberry-graphql/strawberry) | Python | gunicorn | 116.57ms | 1.7kps |
23+
| [static-rust](https://actix.rs/) | Rust | Actix Web | 1.79ms | 110kps |
24+
| [graphql-crystal](https://github.com/graphql-crystal/graphql) | Crystal | Kemal | 2.93ms | 68kps |
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.44ms | 45kps |
27+
| [Juniper](https://github.com/graphql-rust/juniper) | Rust | Actix Web | 5.16ms | 39kps |
28+
| [Hot Chocolate](https://github.com/ChilliCream/hotchocolate) | C# | ASP.NET | 8.14ms | 25kps |
29+
| [Mercurius](https://github.com/mercurius-js/mercurius) | Node.js | Fastify | 8.55ms | 23kps |
30+
| [graphql-go](https://github.com/graphql-go/graphql) | Go | net/http | 9.96ms | 20kps |
31+
| [GraphqlD](https://github.com/burner/graphqld) | D | Vibe.d | 11.04ms | 18kps |
32+
| [agoo](https://github.com/ohler55/agoo) | Ruby/C | agoo | 12.53ms | 16kps |
33+
| [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 13.66ms | 15kps |
34+
| [graphql-jit](https://github.com/zalando-incubator/graphql-jit) | Node.js | http | 19.11ms | 10kps |
35+
| [Absinthe](https://github.com/absinthe-graphql/absinthe) | Elixir | Phoenix | 23.16ms | 8.6kps |
36+
| [Hono](https://github.com/honojs/graphql-server) | Bun | HonoJS | 27.55ms | 7.3kps |
37+
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 32.27ms | 6.2kps |
38+
| [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) | Ruby | Puma | 44.76ms | 5.7kps |
39+
| [nim-graphql](https://github.com/status-im/nim-graphql) | Nim | Chronos | 54.42ms | 3.8kps |
40+
| [graphql-js](https://github.com/graphql/graphql-js) | Node.js | http | 52.83ms | 3.8kps |
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.19ms | 1.7kps |
43+
| [Strawberry](https://github.com/strawberry-graphql/strawberry) | Python | gunicorn | 117.29ms | 1.7kps |

0 commit comments

Comments
 (0)