-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
@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();
} |
Benchmark results on
|
Method | Mean | Error |
---|---|---|
Test | 49.41 μs | 0.013 μs |
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.
Benchmark results on
|
Method | Mean | Error |
---|---|---|
Test | 64.77 μs | 0.040 μs |
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
No description provided.
The text was updated successfully, but these errors were encountered: