Browse Source

Fix double occurence of AppendPrependBenchmark.

Daniel C. Weber 7 years ago
parent
commit
a2113c20f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Rx.NET/Source/benchmarks/Benchmarks.System.Reactive/Program.cs

+ 0 - 1
Rx.NET/Source/benchmarks/Benchmarks.System.Reactive/Program.cs

@@ -22,7 +22,6 @@ namespace Benchmarks.System.Reactive
                 typeof(RangeBenchmark),
                 typeof(ToObservableBenchmark),
                 typeof(RepeatBenchmark),
-                typeof(AppendPrependBenchmark),
                 typeof(ComparisonBenchmark),
                 typeof(ComparisonAsyncBenchmark)
 #if (CURRENT)