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 #329

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

profiler tests #329

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 -commit main

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();
}

@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, 16 logical and 16 physical cores
  Job-TINRVP : .NET 10.0.0 (42.42.42.42424), X64 RyuJIT AVX-512F+CD+BW+DQ+VL+VBMI
Job=Job-TINRVP  Toolchain=CoreRun  StdDev=0.011 μs
Method Mean Error
Test 49.41 μs 0.013 μs

BDN_Artifacts.zip

Profiling for Tests_Test:

SVG flamegraph: Main 🔥
Speedscope flamegraph: Main
Hot asm code: Main
HW counters: Main


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

@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
  Job-GXUNDW : .NET 10.0.0 (42.42.42.42424), Arm64 RyuJIT AdvSIMD
Job=Job-GXUNDW  Toolchain=CoreRun  StdDev=0.035 μs
Method Mean Error
Test 64.77 μs 0.040 μs

BDN_Artifacts.zip

Profiling for Tests_Test:

SVG flamegraph: Main 🔥
Speedscope flamegraph: Main
Hot asm code: Main
HW counters: Main


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