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:
authorIan Hays <ianha@microsoft.com>2015-09-18 03:55:54 +0300
committerIan Hays <ianha@microsoft.com>2015-09-24 20:01:40 +0300
commit11ea534258ced35948e53a4ece8fb1284698bf8a (patch)
treefb01cbb2ec05b51b4ec860f5ae95ec9050050ce7 /Documentation/README.md
parent0c2c555bf485835c2ccd675e19d030c6a90683ed (diff)
Added performance microbenchmarks
- Added "Performance" folders containing perf xunit tests to a number of highly-used libraries (determined by Usage data) - Two sets of usage data from store apps; I added a test for every function used in more than 5% of the covered assemblies in both data sets. - This is a first-round pass of the most highly used libraries and does not include: abstract classes, interfaces, or Attributes - Created a static utility class for commonly used functions across perf tests, stored in src\Common\tests\Performance. - These tests will run using ```msbuild /t:BuildAndTest /p:performance=true``` from the projects test directory - Added conditional properties that check if v5.0 is installed on the user's computer when running perf tests. If it isn't, a detailed error is thrown with a link to a performance-test github page that I've also added.
Diffstat (limited to 'Documentation/README.md')
-rw-r--r--Documentation/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index cda8094b2b..049103e0db 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -23,6 +23,7 @@ Project Docs
============
- [Developer Guide](project-docs/developer-guide.md)
+- [Performance Testing](project-docs/performance-tests.md)
- [Project priorities](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/project-priorities.md)
- [Contributing to CoreFX](project-docs/contributing.md)
- [Contributing to .NET Core](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing.md)