You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/benchmarks/gc/GC.Infrastructure/Notebooks/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This directory contains notebooks that either provide examples or functionality
4
4
5
5
## Prerequisites
6
6
7
-
1. Install the latest version of VSCode from [here](https://code.visualstudio.com/).
7
+
1. Install the latest version of [VSCode](https://code.visualstudio.com/).
8
8
2. Install the [Polyglot Notebooks](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode) Extension. To learn more about installing Notebook Extensions refer to [this](https://code.visualstudio.com/learn/get-started/extensions) page.
1. crank can be installed by invoking: ``dotnet tool install Microsoft.Crank.Controller --version "0.2.0-*" --global``.
23
23
3. Ensure that your machine can connected to Corp Net for the ASP.NET Scenarios. You can still run GCPerfSim and Microbenchmark test suites without being connected to Corp Net.
@@ -82,7 +82,7 @@ To run GCPerfSim on the ASP.NET Machines, do the following:
2. Then run the crank-agent by invoking ``crank-agent`` locally.
84
84
85
-
The list of machines you can choose to run the configuration can be found [here](https://github.com/aspnet/Benchmarks/tree/main/scenarios#profiles).
85
+
The list of machines you can choose to run the configuration can be found in the [ASP.NET Core Benchmark Scenarios documentation](https://github.com/aspnet/Benchmarks/tree/main/scenarios#profiles).
86
86
87
87
##### Microbenchmarks
88
88
@@ -139,7 +139,7 @@ To run the infrastructure on a specific set of ASP.NET Benchmarks, do the follow
More details about running and troubleshooting ASP.NET benchmarks can be found [here](./docs/ASPNETBenchmarks.md).
142
+
More details about running and troubleshooting ASP.NET benchmarks can be found in the [ASP.NET Benchmarks guide](./docs/ASPNETBenchmarks.md).
143
143
144
144
###### Uploading Your Own Binaries
145
145
@@ -181,7 +181,7 @@ runs:
181
181
182
182
###### Updating Which Benchmarks to Run
183
183
184
-
The file that dictates which ASP.NET benchmarks to run is a CSV file and can be configured based on what test you need to run; an example of this file can be found [here](./Configurations/ASPNetBenchmarks/ASPNetBenchmarks.csv).
184
+
The file that dictates which ASP.NET benchmarks to run is a CSV file and can be configured based on what test you need to run; an example is provided in [ASPNetBenchmarks.csv](./Configurations/ASPNetBenchmarks/ASPNetBenchmarks.csv).
185
185
186
186
You can update this file by changing the following field:
187
187
@@ -197,7 +197,7 @@ The format of this file is:
197
197
where:
198
198
199
199
1. Legend column should contain the name of the ASP.NET benchmark followed by an underscore and the name of the OS.
200
-
2. The Base CommandLine is the base crank command that's run. More details about how to appropriately set this can be found [here](#how-to-add-new-benchmarks).
200
+
2. The Base CommandLine is the base crank command that's run. More details about how to appropriately set this can be found in the next section.
201
201
202
202
It's worth noting that if you have specified Linux based binaries in the corerun path, the Windows based ASP.NET benchmarks will exhibit undefined behavior.
0 commit comments