Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.33 KB

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