summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Performance/CodeTimers.cs
Commit message (Collapse)AuthorAgeFilesLines
* StyleCop clean.Andrew Arnott2011-05-031-21/+73
|
* Perf tests now compare results against a baseline produced on the test machine.Andrew Arnott2011-05-021-0/+349
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.