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
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_cobalt100
BenchmarkDotNet v0.14.0, Ubuntu 22.04.5 LTS (Jammy Jellyfish) cobalt100 DefaultJob : .NET 9.0.0 (9.0.24.52809), Arm64 RyuJIT AdvSIMD
BDN_Artifacts.zip
cc @EgorBo (agent_logs.txt)
Sorry, something went wrong.
linux_milano
BenchmarkDotNet v0.14.0, Ubuntu 22.04.5 LTS (Jammy Jellyfish) AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores DefaultJob : .NET 9.0.0 (9.0.24.52809), X64 RyuJIT AVX2
No branches or pull requests
Processing dotnet/runtime#106051 (comment) command:
Command
-linux_azure_cobalt100 -linux_azure_milano -profiler
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered: