Skip to content

Commit 6187def

Browse files
authored
Clarify VPN requirement in Wasm.Performance README.md (#62907)
VPN is required for connecting to the benchmark server.
1 parent bcfa508 commit 6187def

File tree

1 file changed

+1
-1
lines changed
  • src/Components/benchmarkapps/Wasm.Performance

1 file changed

+1
-1
lines changed

src/Components/benchmarkapps/Wasm.Performance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See https://github.com/aspnet/Benchmarks#benchmarks for usage guidance on using
77

88
The TestApp is a regular BlazorWASM project and can be run using `dotnet run`. The Driver is an app that uses Playwright to launch a browser and run the test app, reporting benchmark results in Crank's protocol format. You generally do not need to run the Driver locally, you can do so if needed via `dotnet run`.
99

10-
The benchmark app can also be run using [Crank](https://github.com/dotnet/crank?tab=readme-ov-file). To run the benchmark app in the Benchmark server, follow the Crank installation steps and then run:
10+
The benchmark app can also be run using [Crank](https://github.com/dotnet/crank?tab=readme-ov-file). To run the benchmark app in the Benchmark server, follow the Crank installation steps, connect to the VPN and then run:
1111

1212
```
1313
crank --config https://github.com/dotnet/aspnetcore/blob/main/src/Components/benchmarkapps/Wasm.Performance/benchmarks.compose.json?raw=true --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true --scenario blazorwasmbenchmark --profile aspnet-perf-lin

0 commit comments

Comments
 (0)