Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 09df67b

Browse files
authoredJul 9, 2024··
fix(deps): update dependency graphql to v16
1 parent 3353b89 commit 09df67b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
 

‎graphql/graphql_jit/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎graphql/graphql_jit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"axios": "^1.7.2",
1414
"dataloader": "^2.2.2",
1515
"express": "^4.19.2",
16-
"graphql": "^15.9.0",
16+
"graphql": "^16.0.0",
1717
"graphql-jit": "^0.8.6"
1818
}
1919
}

1 commit comments

Comments
 (1)

github-actions[bot] commented on Jul 22, 2024

@github-actions[bot]
Contributor
Query Server Requests/sec Latency (ms) Relative
1 { posts { id userId title user { id name email }}}
[Tailcall] 30,784.20 3.23 107.33x
[async-graphql] 1,755.95 57.09 6.12x
[Caliban] 1,582.29 62.88 5.52x
[Hasura] 1,524.76 65.35 5.32x
[GraphQL JIT] 1,438.21 73.01 5.01x
[Gqlgen] 784.03 126.54 2.73x
[Netflix DGS] 360.68 226.62 1.26x
[Apollo GraphQL] 286.83 343.03 1.00x
2 { posts { title }}
[Tailcall] 63,900.00 1.56 42.80x
[Caliban] 9,488.68 10.89 6.36x
[async-graphql] 8,759.26 11.59 5.87x
[Hasura] 2,529.08 39.52 1.69x
[Gqlgen] 2,211.12 46.70 1.48x
[Apollo GraphQL] 1,788.02 55.84 1.20x
[Netflix DGS] 1,608.10 69.13 1.08x
[GraphQL JIT] 1,492.95 68.06 1.00x
3 { greet }
[Caliban] 70,415.50 1.07 26.54x
[Tailcall] 66,399.80 1.52 25.02x
[async-graphql] 49,815.80 2.13 18.77x
[Gqlgen] 49,156.40 4.93 18.53x
[Netflix DGS] 8,189.38 14.70 3.09x
[Apollo GraphQL] 8,029.53 12.77 3.03x
[GraphQL JIT] 5,457.59 25.77 2.06x
[Hasura] 2,653.39 37.67 1.00x
This repository has been archived.