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#106051 (comment) command:
-linux_azure_cobalt100 -linux_azure_milano -profiler -commit main
using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Running; BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args); public class Bench { static object Src = new (); static object Dst; static Bench() => GC.Collect(); [Benchmark] public void WB_Gen0() { var src = new object(); for (int i = 0; i < 1_000_000; i++) Dst = src; } [Benchmark] public void WB_Gen2() { var obj = Src; for (int i = 0; i < 1_000_000; i++) Dst = obj; } }
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered:
linux_milano
BenchmarkDotNet v0.14.0, Ubuntu 22.04.5 LTS (Jammy Jellyfish) AMD EPYC 7763, 1 CPU, 8 logical and 4 physical cores Job-VWNSQG : .NET 10.0.0 (42.42.42.42424), X64 RyuJIT AVX2 Job=Job-VWNSQG Toolchain=CoreRun
BDN_Artifacts.zip
Bench_WB_Gen0
Flame graphs: Main 🔥 Speedscope: Main Hot asm: Main Hot functions: Main Counters: Main
Bench_WB_Gen2
cc @EgorBo (agent_logs.txt)
Sorry, something went wrong.
linux_cobalt100
BenchmarkDotNet v0.14.0, Ubuntu 22.04.5 LTS (Jammy Jellyfish) cobalt100 Job-OFYVSP : .NET 10.0.0 (42.42.42.42424), Arm64 RyuJIT AdvSIMD Job=Job-OFYVSP Toolchain=CoreRun
No branches or pull requests
Processing dotnet/runtime#106051 (comment) command:
Command
-linux_azure_cobalt100 -linux_azure_milano -profiler -commit main
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered: