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: https://github.com/graphql-python/graphql-core/pull/249