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

Profiler tests #328

Closed
EgorBo opened this issue Mar 25, 2025 · 3 comments
Closed

Profiler tests #328

EgorBo opened this issue Mar 25, 2025 · 3 comments

Comments

@EgorBo
Copy link

EgorBo commented Mar 25, 2025

No description provided.

@EgorBo
Copy link
Author

EgorBo commented Mar 25, 2025

@EgorBot -aws_amd -aws_arm -profiler

using BenchmarkDotNet.Attributes;

public class Tests
{
    static Guid[] _guids = new Guid[1000];

    [Benchmark]
    public Guid[] Test() => 
        _guids.Skip(10).Take(800).OrderByDescending(i => i).ToArray();
}

@EgorBo EgorBo closed this as completed Mar 25, 2025
@EgorBot
Copy link
Owner

EgorBot commented Mar 25, 2025

Benchmark results on linux_aws_graviton4

BenchmarkDotNet v0.14.0, Ubuntu 24.04 LTS (Noble Numbat)
aws_graviton4
DefaultJob : .NET 9.0.3 (9.0.325.11113), Arm64 RyuJIT AdvSIMD
StdDev=0.017 μs
Method Mean Error
Test 73.83 μs 0.019 μs

BDN_Artifacts.zip

cc @EgorBo (agent_logs.txt). EgorBot manual: link.

@EgorBot
Copy link
Owner

EgorBot commented Mar 25, 2025

Benchmark results on linux_aws_genoa

BenchmarkDotNet v0.14.0, Ubuntu 24.04 LTS (Noble Numbat)
AMD EPYC 9R14, 1 CPU, 4 logical and 4 physical cores
DefaultJob : .NET 9.0.3 (9.0.325.11113), X64 RyuJIT AVX-512F+CD+BW+DQ+VL+VBMI
StdDev=0.065 μs
Method Mean Error
Test 61.34 μs 0.078 μs

BDN_Artifacts.zip

cc @EgorBo (agent_logs.txt). EgorBot manual: link.

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

2 participants