File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ These scenarios are running [dotnet micro benchmarks](https://github.com/dotnet/
560560### Sample
561561
562562```
563- crank --config https://github. com/aspnet/benchmarks/blob/ main/scenarios/dotnet.benchmarks.yml?raw=true --scenario linq --profile aspnet-perf-win
563+ crank --config https://raw.githubusercontent. com/aspnet/benchmarks/main/scenarios/dotnet.benchmarks.yml --scenario linq --profile aspnet-perf-win
564564```
565565
566566### Available scenarios
@@ -571,7 +571,7 @@ crank --config https://github.com/aspnet/benchmarks/blob/main/scenarios/dotnet.b
571571The scenario named ` custom ` can be used to pass any custom filter variable like so:
572572
573573```
574- crank --config https://github. com/aspnet/benchmarks/blob/ main/scenarios/dotnet.benchmarks.yml?raw=true --scenario custom --profile aspnet-perf-win --variable filter=*LinqBenchmarks*
574+ crank --config https://raw.githubusercontent. com/aspnet/benchmarks/main/scenarios/dotnet.benchmarks.yml --scenario custom --profile aspnet-perf-win --variable filter=*LinqBenchmarks*
575575```
576576
577577## FAQ
You can’t perform that action at this time.
0 commit comments