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

Add an easy way to measure time spent in layers #1032

Closed
bart-degreed opened this issue Jul 19, 2021 · 0 comments · Fixed by #1023
Closed

Add an easy way to measure time spent in layers #1032

bart-degreed opened this issue Jul 19, 2021 · 0 comments · Fixed by #1023

Comments

@bart-degreed
Copy link
Contributor

bart-degreed commented Jul 19, 2021

We have PerformanceReports to run load tests and verify scalability, but these are black-box tests. On the other end of the spectrum, we have benchmarks using BenchmarkDotNet to measure the performance and allocations of a small piece of code.

What we don't have is an easy way to see how much time is spent (relatively and absolutely) inside the various layers (controllers, services, repositories, serialization, etc) of JADNC. It would enable us to identify code paths worth considering for optimization. And seeing the overall performance impact on changes like switching from Newtonsoft.Json to System.Text.Json.

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

Successfully merging a pull request may close this issue.

1 participant