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

Update navigation benchmarks to measure the Navigation Process performance monitor #89

Open
Calinou opened this issue Jul 15, 2024 · 0 comments

Comments

@Calinou
Copy link
Member

Calinou commented Jul 15, 2024

I realized the navigation benchmarks should measure CPU time spent in Performance.TIME_NAVIGATION_PROCESS. This requires modifying the benchmarks infrastructure to support a new measurement type (we have one for Performance.TIME_PROCESS already). Otherwise, we're just measuring setup time for each benchmark (which is important too, but should not be the only measurement of navigation performance).

Maybe we can map it to PROCESS in those benchmarks somehow, so that we don't need yet another column on the benchmarks website. I doubt any benchmark will need to measure both Performance.TIME_PROCESS and Performance.TIME_NAVIGATION_PROCESS at the same time.

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

No branches or pull requests

1 participant