Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EgorBot for jkotas in #110627 #206

Open
EgorBot opened this issue Dec 17, 2024 · 1 comment
Open

EgorBot for jkotas in #110627 #206

EgorBot opened this issue Dec 17, 2024 · 1 comment

Comments

@EgorBot
Copy link
Owner

EgorBot commented Dec 17, 2024

Processing dotnet/runtime#110627 (comment) command:

Command

-windows_intel

using System;
using BenchmarkDotNet.Attributes;

public class Bench
{
    Type fromType = typeof(string);
    Type toType = typeof(object);

    [Benchmark]
    public bool IsAssignableFrom() => toType.IsAssignableFrom(fromType);
}

(EgorBot will reply in this issue)

@EgorBot
Copy link
Owner Author

EgorBot commented Dec 17, 2024

Benchmark results on windows_azure_cascadelake

BenchmarkDotNet v0.14.0, Windows 11 (10.0.26100.2314) (Hyper-V)
azure_cascadelake
  Job-OSMMRR : .NET 10.0.0 (42.42.42.42424), X64 RyuJIT AVX-512F+CD+BW+DQ+VL+VBMI
  Job-UXPLIO : .NET 10.0.0 (42.42.42.42424), X64 RyuJIT AVX-512F+CD+BW+DQ+VL+VBMI
Method Job Toolchain Mean Error Ratio
IsAssignableFrom Job-OSMMRR \core_root_base\corerun.exe 4.477 ns 0.1289 ns 1.00
IsAssignableFrom Job-UXPLIO \core_root_diff\corerun.exe 4.531 ns 0.0117 ns 1.01

BDN_Artifacts.zip

cc @jkotas (agent_logs.txt). EgorBot manual: link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant