-
Notifications
You must be signed in to change notification settings - Fork 151
feat(monitoring): add real-time web dashboard for monitoring benchmark progress #93
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
Open
JoeXic
wants to merge
13
commits into
MiroMindAI:main
Choose a base branch
from
JoeXic:feature/monitor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,469
−3
Conversation
This file contains hidden or 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
- Add run-gaia-with-monitor command for running benchmark with real-time monitoring - Add web dashboard for monitoring benchmark progress (gaia_web_monitor.py) - Add generate_gaia_report.py to utils/progress_check/ for generating task reports
Author
Describe this PRRefactor monitoring system from GAIA-specific to generic benchmark monitoring, supporting GAIA, FutureX, xbench, and FinSearchComp benchmarks with real-time web dashboards. What changed?Core Changes
New Features
Documentation
Why?Running long benchmarks (GAIA, FutureX, xbench, FinSearchComp) requires hours, and users need a way to:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe this PR
Add real-time web monitoring dashboard for GAIA validation benchmark with progress tracking and visualization capabilities.
What changed?
run_gaia_with_monitor.pyto run GAIA benchmark with integrated web monitoringutils/progress_check/gaia_web_monitor.py- web dashboard for real-time progress trackingutils/progress_check/generate_gaia_report.py- report generation utilitymain.pyto support the new monitoring commandWhy?
Running long benchmarks like GAIA validation requires hours, and users need a way to: