summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Performance
Commit message (Collapse)AuthorAgeFilesLines
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-052-4/+4
| | | | Fixes #66
* Removed quiet CPU test step.Andrew Arnott2011-05-031-3/+3
|
* Made quiet CPU requirement during perf tests more lenient.Andrew Arnott2011-05-031-1/+1
|
* Fix (hopefully) the Win32Exception thrown on the build server during unit tests.Andrew Arnott2011-05-031-1/+2
|
* Moved the performance measuring method into TestBase.Andrew Arnott2011-05-031-32/+4
|
* Hid more implementation details of perf measurements.Andrew Arnott2011-05-033-129/+118
|
* StyleCop clean.Andrew Arnott2011-05-035-383/+194
|
* Perf tests now compare results against a baseline produced on the test machine.Andrew Arnott2011-05-024-0/+862
This uses portions of MeasureIt, which normalizes perf measurements in terms of the machine's speed. We also do other things to reduce noise: * set process and thread priority * wait for the CPU to quiet down before beginning. * set power management to High Performance * wake the CPU up if it's in a low power mode.