We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Processing dotnet/runtime#99200 (comment) command:
-intel
using System; using System.Diagnostics; using System.Reflection.Emit; using BenchmarkDotNet.Attributes; public class Bench { [Benchmark] public void DummyDynamicMethod() { DynamicMethod dm = new DynamicMethod("Dummy", typeof(void), null); ILGenerator il = dm.GetILGenerator(); il.Emit(OpCodes.Ret); Action a = dm.CreateDelegate<Action>(); a(); } }
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered:
Intel
BenchmarkDotNet v0.14.0, Ubuntu 24.04 LTS (Noble Numbat) Intel Xeon Platinum 8488C, 1 CPU, 8 logical and 4 physical cores Job-ZQQLSI : .NET 10.0.0 (42.42.42.42424), X64 RyuJIT AVX-512F+CD+BW+DQ+VL+VBMI Job-QURJGU : .NET 10.0.0 (42.42.42.42424), X64 RyuJIT AVX-512F+CD+BW+DQ+VL+VBMI RatioSD=0.02
BDN_Artifacts.zip
Sorry, something went wrong.
cc @MichalPetryka (logs)
No branches or pull requests
Processing dotnet/runtime#99200 (comment) command:
Command
-intel
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered: