We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430f6b4 commit 98ffcfdCopy full SHA for 98ffcfd
BitFaster.Caching.ThroughputAnalysis/Runner.cs
@@ -33,10 +33,10 @@ private static void RunTest(Mode mode, int cacheSize)
33
34
var cachesToTest = new List<ICacheFactory>
35
{
36
- //new ClassicLruFactory(capacity),
37
- //new MemoryCacheFactory(capacity),
38
- //new FastConcurrentLruFactory(capacity),
39
- //new ConcurrentLruFactory(capacity),
+ new ClassicLruFactory(capacity),
+ new MemoryCacheFactory(capacity),
+ new FastConcurrentLruFactory(capacity),
+ new ConcurrentLruFactory(capacity),
40
new ConcurrentLfuFactory(capacity)
41
};
42
0 commit comments