Skip to content

Commit

Permalink
revert runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Peck committed Nov 17, 2024
1 parent 430f6b4 commit 98ffcfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BitFaster.Caching.ThroughputAnalysis/Runner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ private static void RunTest(Mode mode, int cacheSize)

var cachesToTest = new List<ICacheFactory>
{
//new ClassicLruFactory(capacity),
//new MemoryCacheFactory(capacity),
//new FastConcurrentLruFactory(capacity),
//new ConcurrentLruFactory(capacity),
new ClassicLruFactory(capacity),
new MemoryCacheFactory(capacity),
new FastConcurrentLruFactory(capacity),
new ConcurrentLruFactory(capacity),
new ConcurrentLfuFactory(capacity)
};

Expand Down

0 comments on commit 98ffcfd

Please sign in to comment.