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:
-azure_linux_cobalt100 -azure_linux_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_genoa
BDN_Artifacts.zip
cc @EgorBo (agent_logs.txt)
Sorry, something went wrong.
No branches or pull requests
Processing dotnet/runtime#106051 (comment) command:
Command
-azure_linux_cobalt100 -azure_linux_milano -profiler
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered: