Skip to content

Commit 6c0670e

Browse files
committed
Use graphql-core msgspec branch for benchmarking
Test graphql-core PR #249 which introduces significant performance improvements using msgspec.Struct for AST nodes. The PR claims: - 5.3x faster parsing - 13x faster serialization with msgpack - 4.7x faster deserialization See: graphql-python/graphql-core#249
1 parent 4d2881b commit 6c0670e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
]
1616
requires-python = ">=3.10,<4.0"
1717
dependencies = [
18-
"graphql-core>=3.2.0,<3.4.0",
18+
"graphql-core @ git+https://github.com/corydolphin/graphql-core.git@msgspec-performance",
1919
"typing-extensions>=4.5.0",
2020
"python-dateutil>=2.7",
2121
"packaging>=23",

0 commit comments

Comments
 (0)