Skip to content

Commit fcc272e

Browse files
committed
Update README.md to use direct raw.githubusercontent.com URLs for benchmark config
1 parent 1e24cd2 commit fcc272e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scenarios/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
571571
The 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

0 commit comments

Comments
 (0)