Skip to content

Commit

Permalink
Merge pull request #848 from Cysharp/feature/benchmark
Browse files Browse the repository at this point in the history
chore: Benchmark client enable EnableMultipleHttp2Connections
  • Loading branch information
guitarrapc authored Oct 2, 2024
2 parents 5e68374 + 09a1e51 commit 40c7d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perf/BenchmarkApp/PerformanceTest.Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ public GrpcChannel CreateChannel()
{
UseProxy = false,
AllowAutoRedirect = false,
EnableMultipleHttp2Connections = true,
};

// allow server's self cert
Expand Down

0 comments on commit 40c7d40

Please sign in to comment.