Skip to content
New issue

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

EgorBot for EgorBo in #9 #24

Open
EgorBot opened this issue Sep 2, 2024 · 2 comments
Open

EgorBot for EgorBo in #9 #24

EgorBot opened this issue Sep 2, 2024 · 2 comments

Comments

@EgorBot
Copy link
Owner

EgorBot commented Sep 2, 2024

Processing #9 (comment) command:


-arm64

using BenchmarkDotNet.Attributes;
using System.Collections.Generic;

public sealed class SealedClass {}

public class Bench
{
    SealedClass _bench = new();
    List<SealedClass> _list = new() { null };

    [Benchmark]
    public void Test() => _list[0] = _bench;
}

(EgorBot will reply in this issue)

@EgorBot
Copy link
Owner Author

EgorBot commented Sep 2, 2024

Benchmark results on Arm64

BenchmarkDotNet v0.14.0, Ubuntu 22.04.4 LTS (Jammy Jellyfish)
Unknown processor
DefaultJob : .NET 9.0.0 (9.0.24.40507), Arm64 RyuJIT AdvSIMD
StdDev=0.0057 ns
Method Mean Error
Test 5.378 ns 0.0061 ns

BDN_Artifacts.zip

@EgorBot
Copy link
Owner Author

EgorBot commented Sep 2, 2024

Build log

cc @EgorBo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant