Skip to content

Commit 86e9c29

Browse files
update readme
1 parent 5d53791 commit 86e9c29

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ 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.44ms | 69kps |
24-
| [graphql-crystal](https://github.com/graphql-crystal/graphql) | Crystal | Kemal | 3.10ms | 32kps |
25-
| [Juniper](https://github.com/graphql-rust/juniper) | Rust | Actix Web | 3.66ms | 27kps |
26-
| [gqlgen](https://github.com/99designs/gqlgen) | Go | net/http | 3.70ms | 27kps |
27-
| [async-graphql](https://github.com/async-graphql/async-graphql) | Rust | Actix Web | 4.24ms | 24kps |
28-
| [Hot Chocolate](https://github.com/ChilliCream/hotchocolate) | C# | ASP.NET | 6.48ms | 15kps |
29-
| [Mercurius](https://github.com/mercurius-js/mercurius) | Node.js | Fastify | 7.93ms | 13kps |
30-
| [agoo](https://github.com/ohler55/agoo) | Ruby/C | agoo | 9.35ms | 11kps |
31-
| [graphql-go](https://github.com/graphql-go/graphql) | Go | net/http | 10.49ms | 9.5kps |
32-
| [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 15.26ms | 6.5kps |
33-
| [Hono](https://github.com/honojs/graphql-server) | Bun | HonoJS | 15.41ms | 6.5kps |
34-
| [graphql-jit](https://github.com/zalando-incubator/graphql-jit) | Node.js | http | 18.67ms | 5.4kps |
35-
| [Absinthe](https://github.com/absinthe-graphql/absinthe) | Elixir | Phoenix | 22.11ms | 4.5kps |
36-
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 33.22ms | 3.0kps |
37-
| [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) | Ruby | Puma | 46.06ms | 2.8kps |
38-
| [graphql-js](https://github.com/graphql/graphql-js) | Node.js | http | 42.02ms | 2.4kps |
39-
| [Graphene](https://github.com/graphql-python/graphene) | Python | gunicorn | 99.31ms | 1,000ps |
40-
| [Strawberry](https://github.com/strawberry-graphql/strawberry) | Python | gunicorn | 101.32ms | 980ps |
41-
| [Sangria](https://github.com/sangria-graphql/sangria) | Scala | Akka HTTP | 139.53ms | 710ps |
23+
| [static-rust](https://actix.rs/) | Rust | Actix Web | 1.98ms | 50kps |
24+
| [graphql-crystal](https://github.com/graphql-crystal/graphql) | Crystal | Kemal | 4.04ms | 25kps |
25+
| [gqlgen](https://github.com/99designs/gqlgen) | Go | net/http | 6.86ms | 15kps |
26+
| [Juniper](https://github.com/graphql-rust/juniper) | Rust | Actix Web | 7.37ms | 14kps |
27+
| [async-graphql](https://github.com/async-graphql/async-graphql) | Rust | Actix Web | 7.57ms | 13kps |
28+
| [agoo](https://github.com/ohler55/agoo) | Ruby/C | agoo | 10.18ms | 9.8kps |
29+
| [Hot Chocolate](https://github.com/ChilliCream/hotchocolate) | C# | ASP.NET | 12.97ms | 7.9kps |
30+
| [graphql-go](https://github.com/graphql-go/graphql) | Go | net/http | 14.46ms | 6.9kps |
31+
| [Mercurius](https://github.com/mercurius-js/mercurius) | Node.js | Fastify | 14.68ms | 6.8kps |
32+
| [Hono](https://github.com/honojs/graphql-server) | Bun | HonoJS | 18.67ms | 5.4kps |
33+
| [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 25.62ms | 3.9kps |
34+
| [graphql-jit](https://github.com/zalando-incubator/graphql-jit) | Node.js | http | 26.98ms | 3.7kps |
35+
| [Absinthe](https://github.com/absinthe-graphql/absinthe) | Elixir | Phoenix | 32.08ms | 3.1kps |
36+
| [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) | Ruby | Puma | 55.67ms | 2.3kps |
37+
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 50.49ms | 2.0kps |
38+
| [graphql-js](https://github.com/graphql/graphql-js) | Node.js | http | 66.65ms | 1.5kps |
39+
| [Strawberry](https://github.com/strawberry-graphql/strawberry) | Python | gunicorn | 126.23ms | 780ps |
40+
| [Graphene](https://github.com/graphql-python/graphene) | Python | gunicorn | 126.85ms | 780ps |
41+
| [Sangria](https://github.com/sangria-graphql/sangria) | Scala | Akka HTTP | 180.79ms | 550ps |

0 commit comments

Comments
 (0)