Skip to content

Commit 6dd083f

Browse files
committed
0.0.0-alpha.109
1 parent 53cc00a commit 6dd083f

File tree

36 files changed

+9686
-4450
lines changed

36 files changed

+9686
-4450
lines changed

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/backend",
3-
"version": "0.0.0-alpha.108",
3+
"version": "0.0.0-alpha.109",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"files": [

apps/collector-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/collector-proxy",
3-
"version": "0.0.0-alpha.108",
3+
"version": "0.0.0-alpha.109",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"files": [

apps/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-debugger/ui",
3-
"version": "0.0.0-alpha.108",
3+
"version": "0.0.0-alpha.109",
44
"main": "./src/index.ts",
55
"types": "./src/index.ts",
66
"files": [

benchmarks/README.md

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

2121
### Results
2222

23-
| Name | Language | Server | Latency avg | Requests |
24-
| ---------------------------- | ------------- | --------------- | ---------------- | ------------- |
25-
| [yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 14.78ms | 14kps |
26-
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 32.48ms | 6.2kps |
27-
| [yoga-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 34.13ms | 5.9kps |
28-
| [helix](https://github.com/contra/graphql-helix) | Node.js | http | 45.21ms | 4.4kps |
29-
| [yoga-debugger](https://graphql-debugger.com/docs/plugins/yoga) | Node.js | http | 51.27ms | 3.9kps |
30-
| [apollo-debugger](https://graphql-debugger.com/docs/plugins/apollo) | Node.js | Express | 53.14ms | 3.8kps |
31-
| [apollo-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | Express | 54.79ms | 3.6kps |
32-
| [helix-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 75.75ms | 2.6kps |
33-
| [helix-debugger](https://github.com/rocket-connect/graphql-debugger) | Node.js | http | 80.56ms | 2.5kps |
23+
| Name | Language | Server | Latency avg | Requests |
24+
| -------------------------------------------------------------------- | -------- | ------- | ----------- | -------- |
25+
| [yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 14.78ms | 14kps |
26+
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 32.48ms | 6.2kps |
27+
| [yoga-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 34.13ms | 5.9kps |
28+
| [helix](https://github.com/contra/graphql-helix) | Node.js | http | 45.21ms | 4.4kps |
29+
| [yoga-debugger](https://graphql-debugger.com/docs/plugins/yoga) | Node.js | http | 51.27ms | 3.9kps |
30+
| [apollo-debugger](https://graphql-debugger.com/docs/plugins/apollo) | Node.js | Express | 53.14ms | 3.8kps |
31+
| [apollo-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | Express | 54.79ms | 3.6kps |
32+
| [helix-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 75.75ms | 2.6kps |
33+
| [helix-debugger](https://github.com/rocket-connect/graphql-debugger) | Node.js | http | 80.56ms | 2.5kps |

benchmarks/apollo-debugger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"apollo-server": "3.13.0"
88
},
99
"type": "module",
10-
"version": "0.0.0-alpha.108"
10+
"version": "0.0.0-alpha.109"
1111
}

benchmarks/apollo-otel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"apollo-server": "3.13.0"
1313
},
1414
"type": "module",
15-
"version": "0.0.0-alpha.108"
15+
"version": "0.0.0-alpha.109"
1616
}

benchmarks/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"apollo-server": "3.13.0"
77
},
88
"type": "module",
9-
"version": "0.0.0-alpha.108"
9+
"version": "0.0.0-alpha.109"
1010
}

benchmarks/helix-debugger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"@graphql-debugger/adapter-proxy": "workspace:^"
1010
},
1111
"type": "module",
12-
"version": "0.0.0-alpha.108"
12+
"version": "0.0.0-alpha.109"
1313
}

benchmarks/helix-otel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"graphql-helix": "1.13.0"
1414
},
1515
"type": "module",
16-
"version": "0.0.0-alpha.108"
16+
"version": "0.0.0-alpha.109"
1717
}

benchmarks/helix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"graphql-helix": "1.13.0"
88
},
99
"type": "module",
10-
"version": "0.0.0-alpha.108"
10+
"version": "0.0.0-alpha.109"
1111
}

0 commit comments

Comments
 (0)