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

feat: Adhoc Dashboard Working Prototype #387

Merged
merged 5 commits into from
Nov 22, 2024

Conversation

stanbrub
Copy link
Collaborator

@stanbrub stanbrub commented Nov 22, 2024

  • Used Deephaven UI to visualize adhoc dashboard runs and provided comparisons
  • Supports rate compare and chart, metrics charts, dependency/config/hardware diffs
  • Made reusable functions to get benchmark results, metrcs, and platform data
  • Fixed the unit on teardown.services.log time

This is all uploaded to GCloud and can be accessed using the following snippet:

from urllib.request import urlopen; import os

root = 'file:///nfs' if os.path.exists('/nfs/deephaven-benchmark') else 'https://storage.googleapis.com'
with urlopen(f'{root}/deephaven-benchmark/adhoc_dashboard.dh.py') as r:
    exec(r.read().decode(), globals(), locals())
    storage_uri = f'{root}/deephaven-benchmark'

@stanbrub stanbrub linked an issue Nov 22, 2024 that may be closed by this pull request
@stanbrub stanbrub self-assigned this Nov 22, 2024
@stanbrub stanbrub changed the title feat: Adhoc Dashboard Wirking Prototype feat: Adhoc Dashboard Working Prototype Nov 22, 2024
@stanbrub stanbrub merged commit f8be437 into deephaven:main Nov 22, 2024
5 checks passed
@stanbrub stanbrub deleted the adhoc-dashboard branch November 22, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adhoc Dashboard State and Component Reuse
1 participant