-
-
Notifications
You must be signed in to change notification settings - Fork 717
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
Dashboard: Fine Performance Metrics #7725
Merged
hendrikmakait
merged 25 commits into
dask:main
from
milesgranger:7679-perf-metrics-bokeh-dashboard
May 16, 2023
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ba43e75
Prototype: Metrics by Execution stacked barchart
milesgranger 52ee692
Add aggregated piechart for execution timings [skip ci]
milesgranger b598ab8
Working dated metrics, needs function selector enabled
milesgranger fed73e2
Smoother updating rotating functions
milesgranger d585786
Properly show selected functions
milesgranger 367ae0b
Show number of functions to select
milesgranger 27e483c
Fix misaligned columns
milesgranger b1a2810
Update get-data to only show seconds ops
milesgranger dd5d5ff
Make pre-commit happy
milesgranger abe5024
Fixup: breakpoint
milesgranger ebc05a6
Fix color palette when empty ops
milesgranger da239a0
Drop: Trial blanket rerun setting
milesgranger 6010efc
Revert rerunning failed tests on all tests
milesgranger c9b5039
Review feedback: Update plot titles
milesgranger 64f6d8e
Review feedback: Update tooltip for execution by prefix
milesgranger cf8bc8b
Send data, by activity to pie chart
milesgranger 884262d
Add FinePerformanceMetrics dashboard test
milesgranger a4feff5
Update task execution, by activity toggle bytes
milesgranger f5ee251
Merge fine metrics classes, and refactor
milesgranger 0ed4cc4
Fix rotating functions in task execution by prefix
milesgranger e994cfc
Make unit selection dropdown & dynamic
milesgranger d9f98e5
Merge branch 'main' into 7679-perf-metrics-bokeh-dashboard
crusaderky 846c1a1
Code review
crusaderky d32cf0f
lint
crusaderky a4e1def
Make all plots dynamic
milesgranger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit (not worthy of holding off the merge): I'd like us to be very conservative with this kind of sleeping since it artificially slows down our test suite.
Ideally, there was a hook we could listen to to know when we can check our assertions. This hook often doesn't exist but we can still implement the test more forgivingly, e.g.