1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-31 11:32:07 +00:00

commented out benchmark test

This commit is contained in:
kay.one 2013-06-02 20:25:26 -07:00
parent bb677259e1
commit 77f7427230

View file

@ -8,7 +8,7 @@ namespace NzbDrone.Core.Test.Datastore.ReflectionStrategyFixture
[TestFixture]
public class Benchmarks
{
private const int iterations = 5000000;
/* private const int iterations = 5000000;
private object _target;
private IReflectionStrategy _simpleReflectionStrategy;
@ -37,7 +37,7 @@ namespace NzbDrone.Core.Test.Datastore.ReflectionStrategyFixture
{
}
}*/
}
}