-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
Network occupancy dashboard #7021
base: main
Are you sure you want to change the base?
Conversation
May end up wanting to move away from the dataclass if we don't like the breaking API change or the many places that will have to change become too onerous
Circular imports from work-stealing
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 15 files ± 0 15 suites ±0 6h 19m 28s ⏱️ - 3m 25s For more details on these failures, see this check. Results for commit 7c15569. ± Comparison against base commit 737913a. |
There are some genuine test failures
Love the new/updated component! |
Displays network occupancy in a lighter shade, CPU darker on the occupancy dashboard:
The tick mark seem broken (values wrap around at 1000ms), but they're also broken on main. I don't know enough bokeh to know why.
Currently includes #7020; will rebase once that's merged.
pre-commit run --all-files