mirror of https://github.com/Sonarr/Sonarr
commented out benchmark test
This commit is contained in:
parent
bb677259e1
commit
77f7427230
|
@ -8,7 +8,7 @@ namespace NzbDrone.Core.Test.Datastore.ReflectionStrategyFixture
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class Benchmarks
|
public class Benchmarks
|
||||||
{
|
{
|
||||||
private const int iterations = 5000000;
|
/* private const int iterations = 5000000;
|
||||||
private object _target;
|
private object _target;
|
||||||
private IReflectionStrategy _simpleReflectionStrategy;
|
private IReflectionStrategy _simpleReflectionStrategy;
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ namespace NzbDrone.Core.Test.Datastore.ReflectionStrategyFixture
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
}
|
}*/
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue