From f031c366fee891f97c14364a1e6943b8705bf8ec Mon Sep 17 00:00:00 2001 From: Drew Scoggins Date: Fri, 28 Apr 2017 15:56:36 -0700 Subject: [PATCH] Fix typo Commit migrated from https://github.com/dotnet/coreclr/commit/fe60f938c8dc8fd0f57e0b60dcb8e27bc61bc617 --- docs/coreclr/project-docs/performance-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/coreclr/project-docs/performance-guidelines.md b/docs/coreclr/project-docs/performance-guidelines.md index 5263e49..a2e15d5 100644 --- a/docs/coreclr/project-docs/performance-guidelines.md +++ b/docs/coreclr/project-docs/performance-guidelines.md @@ -50,7 +50,7 @@ Capturing a trace using PerfView will allow you to: PerfView is available at the [Microsoft Download Center](http://www.microsoft.com/en-us/download/details.aspx?id=28567 "Microsoft Download Center"). The help documentation is quite substantial and can help you get started. Clicking the blue links throughout PerfView's UI will also take you to the appropriate help topic. It is also recommended that you watch the [PerfView Tutorial Videos](http://channel9.msdn.com/Series/PerfView-Tutorial). -# Running the CoreCLR Performance Tests on Windows# +# Running the CoreCLR Performance Tests on Windows # 1. The first step to running the performance tests locally is to do a release build of CoreCLR and all of the performance tests. You can do this with the command `build.cmd x64 Release`, this will of course build the x64 runtime, and you should use x86 if you want to test x86. 2. After building the runtime you will need to generate a core root that contains all of the binaries we just built along with the required dependencies. This can be done with the command `tests\runtest.cmd Release x64 GenerateLayoutOnly`, with the same caveat that x86 should be used if that is the platform that you are testing. -- 2.7.4