@@ -8,7 +8,7 @@ Continuous benchmarking results are available on [this PowerBI dashboard](https:
88
99## Requirements
1010
11- These jobs can be executed using the .NET Crank global tool.
11+ These jobs can be executed using the .NET Crank global tool.
1212[ .NET Core] ( < http://dot.net > ) is required to install the global tool.
1313
1414Install ` crank ` with the following command:
@@ -62,7 +62,7 @@ crank --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenario
6262
6363### Available scenarios
6464
65- - ` plaintext ` : Middleware implementation
65+ - ` plaintext ` : Middleware implementation
6666- ` https ` : Middleware implementation, using HTTPS
6767- ` endpoint ` : Middleware implementation with Endpoint routing
6868- ` mvc ` : Controller implementation
@@ -85,7 +85,7 @@ crank --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenario
8585
8686### Available scenarios
8787
88- - ` json ` : Middleware implementation
88+ - ` json ` : Middleware implementation
8989- ` https ` : Middleware implementation, using HTTPS
9090- ` mvc ` : Controller implementation
9191- ` mapaction ` : Endpoint routing implementation
@@ -125,8 +125,8 @@ The following scenarios are using ASP.NET CORE MVC
125125- ` fortunes_ef_mvc_https `
126126
127127The suffixes represent different database access strategies:
128-
129- - No suffix: Raw ADO.NET
128+
129+ - No suffix: Raw ADO.NET
130130- "ef" suffix: Entity Framework Core
131131- "dapper" suffix: Dapper
132132
@@ -159,7 +159,7 @@ crank --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenario
159159
160160These scenarios are running several web proxies, including [ YARP] ( https://github.com/microsoft/reverse-proxy ) .
161161
162- The downstream service returns a variable size content. By default the result is 10 bytes.
162+ The downstream service returns a variable size content. By default the result is 10 bytes.
163163
164164### Sample
165165
@@ -261,7 +261,7 @@ crank --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenario
261261These scenarios measure the performance of different Grpc server and clients implementations.
262262
263263- Go
264- - Native (C)
264+ - Native (C)
265265- ASP.NET
266266
267267### Sample
@@ -287,13 +287,13 @@ crank --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenario
287287
288288#### Arguments
289289
290- - Number of streams:
290+ - Number of streams:
291291 - ` --variable streams=1 `
292292 - ` --variable streams=70 `
293- - Number of connections:
293+ - Number of connections:
294294 - ` --variable connections=1 `
295295 - ` --variable connections=28 `
296- - Protocol:
296+ - Protocol:
297297 - ` --variable protocol=h2 `
298298 - ` --variable protocol=h3 `
299299 - ` --variable protocol=h2c `
@@ -345,15 +345,15 @@ crank --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenario
345345
346346#### Arguments
347347
348- - Scenario:
348+ - Scenario:
349349 - ` --variable scenario=broadcast `
350350 - ` --variable scenario=echo `
351351 - ` --variable scenario=echoAll `
352- - Transport:
352+ - Transport:
353353 - ` --variable transport=websockets `
354354 - ` --variable transport=serversentevents `
355355 - ` --variable transport=longpolling `
356- - Protocol:
356+ - Protocol:
357357 - ` --variable protocol=json `
358358 - ` --variable protocol=messagepack `
359359
@@ -397,7 +397,7 @@ crank --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenario
397397
398398These scenarios are running various distributed cache benchmarks.
399399
400- For all the scenarios, the store is initialized with ` CacheCount ` cache entries. Each request will issue a read or a write based on the ` WriteRatio `
400+ For all the scenarios, the store is initialized with ` CacheCount ` cache entries. Each request will issue a read or a write based on the ` WriteRatio `
401401argument choosing a key randomly. The HTTP response won't contain the cache entry data so that it doesn't impact the raw store perf measurement.
402402
403403### Sample
@@ -512,6 +512,9 @@ crank --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenario
512512- Enable multiple HTTP/2.0 connections:
513513 - ` --variable http20EnableMultipleConnections=true ` (default)
514514 - ` --variable http20EnableMultipleConnections=false `
515+ - Enable multiple HTTP/3.0 connections (from .NET 9.0):
516+ - ` --variable http30EnableMultipleConnections=true ` (default)
517+ - ` --variable http30EnableMultipleConnections=false `
515518- Whether to use WinHttpHandler instead of SocketsHttpHandler:
516519 - ` --variable useWinHttpHandler=false ` (default)
517520 - ` --variable useWinHttpHandler=true ` -- * requires Windows*
@@ -538,7 +541,7 @@ These scenarios provide benchmarks to help improve the performance of the .NET G
538541### Sample
539542
540543```
541- crank --config https://raw.githubusercontent.com/dotnet/performance/main/src/benchmarks/gc/scenarios/CrankConfiguration.yaml --scenario 2gb-pinning --profile aspnet-citrine-win --application.framework net9.0
544+ crank --config https://raw.githubusercontent.com/dotnet/performance/main/src/benchmarks/gc/scenarios/CrankConfiguration.yaml --scenario 2gb-pinning --profile aspnet-citrine-win --application.framework net9.0
542545```
543546### Available scenarios
544547
0 commit comments