Skip to content

Commit

Permalink
params
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Peck committed Nov 27, 2024
1 parent 91ee099 commit d2b0bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BitFaster.Caching.Benchmarks/Lfu/SketchFrequency.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class SketchFrequency
private CmSketchNoPin<int, DetectIsa> blockAvxNoPin;
private CmSketchCore<int, DetectIsa> blockAvx;

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

[GlobalSetup]
Expand Down

0 comments on commit d2b0bc1

Please sign in to comment.