Skip to content

Commit 8f52243

Browse files
authored
Update README.md
1 parent 2c1b9ed commit 8f52243

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

scenarios/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,19 @@ crank --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenario
510510
- `--variable useDefaultRequestHeaders=false` (default)
511511
- `--variable useDefaultRequestHeaders=true`
512512

513+
## Blazor benchmarks
514+
515+
These scenarios provide benchmarks for Blazor.
516+
517+
### Sample
518+
519+
```
520+
crank --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/blazor.benchmarks.yml --scenario ssr --profile aspnet-perf-lin
521+
```
522+
### Available scenarios
523+
524+
- `ssr`: Server-side rendering
525+
513526
## Micro benchmarks
514527

515528
These scenarios are running [dotnet micro benchmarks](https://github.com/dotnet/performance) from the https://github.com/dotnet/performance repository.

0 commit comments

Comments
 (0)