Fix typo
authorDrew Scoggins <anscoggi@microsoft.com>
Fri, 28 Apr 2017 22:56:36 +0000 (15:56 -0700)
committerDrew Scoggins <anscoggi@microsoft.com>
Fri, 28 Apr 2017 22:56:36 +0000 (15:56 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/fe60f938c8dc8fd0f57e0b60dcb8e27bc61bc617

docs/coreclr/project-docs/performance-guidelines.md

index 5263e49..a2e15d5 100644 (file)
@@ -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.