Commit ef4d669
committed
Add social network benchmark for async execution
This benchmark provides a realistic test of async GraphQL execution with:
- Nested object types (User -> Posts -> Comments -> Author)
- List fields with multiple items
- All async resolvers to properly test the async execution path
- Various query complexities from simple (4 fields) to complex (150+ resolvers)
Test cases:
- simple: Single user with basic scalar fields
- medium: User with posts (5 posts, 5 fields each)
- network: User with followers and following lists
- deep: 4-level nested query
- complex: User -> posts -> comments -> authors
- feed: 10 posts with authors and comments (typical feed query)1 parent 0f6b105 commit ef4d669
1 file changed
+476
-0
lines changed
0 commit comments