I\'m working on a project which is in serious need of some performance tuning.
How do I write a test that fails if my optimizations do not in improve the speed of the pr
Record the running time of the current code.
if (newCode.RunningTime >= oldCode.RunningTime) Fail