Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Moved the performance measuring method into TestBase. | Andrew Arnott | 2011-05-03 | 1 | -32/+4 |
| | |||||
* | Hid more implementation details of perf measurements. | Andrew Arnott | 2011-05-03 | 1 | -43/+7 |
| | |||||
* | StyleCop clean. | Andrew Arnott | 2011-05-03 | 1 | -77/+34 |
| | |||||
* | Perf tests now compare results against a baseline produced on the test machine. | Andrew Arnott | 2011-05-02 | 1 | -0/+163 |
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. |