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 87f9d4b commit a7b2a70Copy full SHA for a7b2a70
BitFaster.Caching.Benchmarks/Lfu/SketchFrequency.cs
@@ -49,7 +49,7 @@ public int FrequencyFlat()
49
return count;
50
}
51
52
- //[Benchmark(OperationsPerInvoke = iterations)]
+ [Benchmark(OperationsPerInvoke = iterations)]
53
public int FrequencyFlatAvx()
54
{
55
int count = 0;
BitFaster.Caching.Benchmarks/Lfu/SketchIncrement.cs
@@ -47,7 +47,7 @@ public void IncFlat()
47
48
public void IncFlatAvx()
for (int i = 0; i < iterations; i++)
0 commit comments