Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephenmichaelf <stephenmichaelf@gmail.com>2017-05-02 03:23:58 +0300
committerKarel Zikmund <karelz@microsoft.com>2017-05-02 03:23:58 +0300
commit0c379b25aecb4d0bfe4a02b60cc337f22b68f6d1 (patch)
tree030d78b9211b6b695f40a1b75b1babb8195fdbdf /Documentation
parent293c97818278c27dbcd13ffb19ebc2164a9b9cdc (diff)
Update performance-tests.md (#19158)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/performance-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/performance-tests.md b/Documentation/project-docs/performance-tests.md
index b39b73a508..f9d48cc4b7 100644
--- a/Documentation/project-docs/performance-tests.md
+++ b/Documentation/project-docs/performance-tests.md
@@ -22,7 +22,7 @@ Running the tests
### Windows
Performance test files (if present) are stored within a library's ```tests/Performance``` directory and contain test methods that are all marked with a perf-specific *Benchmark* attribute. The performance tests will only be run if the ```performance``` property is set to ```true```.
-To build and run the tests using msbuild for a project, run ```msbuild /t:BuildAndTest /p:Performance=true /p:ConfigurationGroup=Release /p:TargetOS=Windows_NT``` from the tests directory. If the v5.0 assemblies aren't installed on your system, an error will be raised and no tests will be run.
+To build and run the tests using msbuild for a project, run ```msbuild /t:BuildAndTest /p:Performance=true /p:ConfigurationGroup=Release /p:TargetOS=Windows_NT``` from the Performance directory with Admin privileges. If the v5.0 assemblies aren't installed on your system, an error will be raised and no tests will be run.
Note: Because build.cmd runs tests concurrently, it's not recommended that you execute the perf tests using it.