mirror of
https://github.com/aaru-dps/AaruBenchmark.git
synced 2025-12-16 19:24:36 +00:00
Fix SpamSum not being called when running under .NET Core 3.1.
This commit is contained in:
@@ -584,6 +584,9 @@ namespace AaruBenchmark
|
|||||||
[Benchmark]
|
[Benchmark]
|
||||||
public void AaruNative() => Checksums.AaruNative.SpamSum();
|
public void AaruNative() => Checksums.AaruNative.SpamSum();
|
||||||
#else
|
#else
|
||||||
|
[Benchmark]
|
||||||
|
public void Aaru() => Checksums.Aaru.SpamSum();
|
||||||
|
|
||||||
[Benchmark]
|
[Benchmark]
|
||||||
public void Aaru6() => throw new NotImplementedException();
|
public void Aaru6() => throw new NotImplementedException();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user