We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bff4a1 commit 357a264Copy full SHA for 357a264
scenarios/rejection.benchmarks.yml
@@ -1,3 +1,7 @@
1
+# Contains test to compare HTTP.SYS and Kestrel performance on some specific scenarios,
2
+# where servers (probably) should reject the request early (i.e. mismatching `Host` header)
3
+# to make request processing as performant as possible
4
+
5
imports:
6
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
7
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
0 commit comments