Skip to content

rocket-connect/benchmarks

 
 

Repository files navigation

GraphQL Debugger Benchmarks

https://www.graphql-debugger.com

Graphql server benchmarks in many frameworks.

All servers implement a simple schema:

type Query {
  hello: String!
}

The returned string is always world.

The API is served over HTTP using a common web server and load tested using bombardier.

Results

Name Language Server Latency avg Requests
yoga Node.js http 15.33ms 13kps
apollo Node.js Express 34.00ms 5.9kps
yoga-otel Node.js http 35.39ms 5.7kps
helix Node.js http 49.67ms 4.0kps
yoga-debugger Node.js http 92.52ms 2.1kps
apollo-debugger Node.js Express 104.32ms 1.9kps
helix-debugger Node.js http 107.91ms 1.8kps

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.9%
  • Crystal 36.1%
  • Nix 7.0%
  • Dockerfile 4.0%