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#111636 (comment) command:
-linux_azure_cobalt100
using BenchmarkDotNet.Attributes; public class MyBench { object Dst1; object Dst2; object Dst3; object Dst4; static object Value = new(); [Benchmark] public void WB_nonephemeral() { // Write non-ephemeral reference Dst1 = Value; Dst2 = Value; Dst3 = Value; Dst4 = Value; } }
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered:
linux_azure_cobalt100
BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat) azure_cobalt100 Job-XHGNBX : .NET 10.0.0 (42.42.42.42424), Arm64 RyuJIT AdvSIMD Job-PDYHHZ : .NET 10.0.0 (42.42.42.42424), Arm64 RyuJIT AdvSIMD
BDN_Artifacts.zip
cc @jkotas (agent_logs.txt). EgorBot manual: link.
Sorry, something went wrong.
No branches or pull requests
Processing dotnet/runtime#111636 (comment) command:
Command
-linux_azure_cobalt100
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered: