Open pekkah opened 1 month ago
Add new benchmarks for additional scenarios and performance testing.
ExecutionBenchmarks.cs
Query_with_large_response
Mutation_with_large_payload
Subscription_with_high_frequency
AdditionalBenchmarks.cs
AdditionalBenchmarks
ComplexQuery_with_multiple_fragments
Mutation_with_nested_inputs
Subscription_with_large_payload
Setup
PerformanceBenchmarks.cs
PerformanceBenchmarks
Query_with_deeply_nested_fields
Mutation_with_large_array
Subscription_with_high_throughput
GraphQL.Benchmarks.csproj
README.md
Utils.cs
InitializeLargeQuery
InitializeLargeMutation
InitializeHighFrequencySubscription
For more details, open the Copilot Workspace session.
Add new benchmarks for additional scenarios and performance testing.
ExecutionBenchmarks.cs
Query_with_large_response
,Mutation_with_large_payload
, andSubscription_with_high_frequency
.AdditionalBenchmarks.cs
AdditionalBenchmarks
.ComplexQuery_with_multiple_fragments
,Mutation_with_nested_inputs
, andSubscription_with_large_payload
.Setup
method to initialize benchmark documents.PerformanceBenchmarks.cs
PerformanceBenchmarks
.Query_with_deeply_nested_fields
,Mutation_with_large_array
, andSubscription_with_high_throughput
.Setup
method to initialize benchmark documents.GraphQL.Benchmarks.csproj
AdditionalBenchmarks.cs
andPerformanceBenchmarks.cs
to the project.README.md
Utils.cs
InitializeLargeQuery
,InitializeLargeMutation
, andInitializeHighFrequencySubscription
.For more details, open the Copilot Workspace session.