From 77f7427230158140c11ac7ff041393eac1f46d7d Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Sun, 2 Jun 2013 20:25:26 -0700 Subject: [PATCH] commented out benchmark test --- .../Datastore/ReflectionStrategyFixture/Benchmarks.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NzbDrone.Core.Test/Datastore/ReflectionStrategyFixture/Benchmarks.cs b/NzbDrone.Core.Test/Datastore/ReflectionStrategyFixture/Benchmarks.cs index 94569ce04..b5f76c124 100644 --- a/NzbDrone.Core.Test/Datastore/ReflectionStrategyFixture/Benchmarks.cs +++ b/NzbDrone.Core.Test/Datastore/ReflectionStrategyFixture/Benchmarks.cs @@ -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 { - } + }*/ } } \ No newline at end of file