Open
Description
Processing dotnet/runtime#110627 (comment) command:
Command
-windows_intel
using System;
using BenchmarkDotNet.Attributes;
public class Bench
{
Type fromType = typeof(object);
Type toType = typeof(string);
[Benchmark]
public bool IsAssignableFrom() => toType.IsAssignableFrom(fromType);
}
(EgorBot will reply in this issue)
Metadata
Metadata
Assignees
Labels
No labels