Skip to content

Commit d2b0bc1

Browse files
author
Alex Peck
committed
params
1 parent 91ee099 commit d2b0bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BitFaster.Caching.Benchmarks/Lfu/SketchFrequency.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class SketchFrequency
2828
private CmSketchNoPin<int, DetectIsa> blockAvxNoPin;
2929
private CmSketchCore<int, DetectIsa> blockAvx;
3030

31-
[Params(512, 1024, 32_768, 524_288, 8_388_608, 134_217_728)]
31+
[Params(32_768, 524_288, 8_388_608, 134_217_728)]
3232
public int Size { get; set; }
3333

3434
[GlobalSetup]

0 commit comments

Comments
 (0)