-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Processing dotnet/runtime#117583 (comment) command:
Command
-amd -arm
using BenchmarkDotNet.Attributes;
public class Program
{
private static object[] Arr = new Program[10];
private static object Value = new Program();
[Benchmark]
public void Test()
{
var val = Value;
var arr = Arr;
arr[0] = val;
arr[1] = val;
arr[2] = val;
arr[3] = val;
arr[4] = val;
}
}
(EgorBot will reply in this issue)
Metadata
Metadata
Assignees
Labels
No labels