Skip to content

Benchmarks for #115339 (am11) #356

Open
@EgorBot

Description

@EgorBot

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions