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 91ee099 commit d2b0bc1Copy full SHA for d2b0bc1
BitFaster.Caching.Benchmarks/Lfu/SketchFrequency.cs
@@ -28,7 +28,7 @@ public class SketchFrequency
28
private CmSketchNoPin<int, DetectIsa> blockAvxNoPin;
29
private CmSketchCore<int, DetectIsa> blockAvx;
30
31
- [Params(512, 1024, 32_768, 524_288, 8_388_608, 134_217_728)]
+ [Params(32_768, 524_288, 8_388_608, 134_217_728)]
32
public int Size { get; set; }
33
34
[GlobalSetup]
0 commit comments