Skip to content

Commit 98ffcfd

Browse files
author
Alex Peck
committed
revert runner
1 parent 430f6b4 commit 98ffcfd

File tree

1 file changed

+4
-4
lines changed
  • BitFaster.Caching.ThroughputAnalysis

1 file changed

+4
-4
lines changed

BitFaster.Caching.ThroughputAnalysis/Runner.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ private static void RunTest(Mode mode, int cacheSize)
3333

3434
var cachesToTest = new List<ICacheFactory>
3535
{
36-
//new ClassicLruFactory(capacity),
37-
//new MemoryCacheFactory(capacity),
38-
//new FastConcurrentLruFactory(capacity),
39-
//new ConcurrentLruFactory(capacity),
36+
new ClassicLruFactory(capacity),
37+
new MemoryCacheFactory(capacity),
38+
new FastConcurrentLruFactory(capacity),
39+
new ConcurrentLruFactory(capacity),
4040
new ConcurrentLfuFactory(capacity)
4141
};
4242

0 commit comments

Comments
 (0)