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 6de8fa6 commit aeae236Copy full SHA for aeae236
BitFaster.Caching.Benchmarks/Lru/LruJustGetOrAdd.cs
@@ -66,8 +66,8 @@ Microsoft.Extensions.Caching.Memory.MemoryCache exMemoryCache
66
[GlobalSetup]
67
public void GlobalSetup()
68
{
69
- memoryCache.Set(key.ToString(), "test", new System.Runtime.Caching.CacheItemPolicy());
70
- exMemoryCache.Set(key, "test");
+ memoryCache.Set(key.ToString(), 1, new System.Runtime.Caching.CacheItemPolicy());
+ exMemoryCache.Set(key, 1);
71
}
72
73
[GlobalCleanup]
0 commit comments