Open
Description
Processing dotnet/runtime#115339 (comment) command:
Command
-windows_intel -use32bit
using BenchmarkDotNet.Attributes;
public class Bench
{
[Benchmark]
public double[] AllocDoubleArray(int size) => new double[size];
[Benchmark]
public double[] AllocDoubleArrayFixed() => new double[32];
}
(EgorBot will reply in this issue)
Metadata
Metadata
Assignees
Labels
No labels