You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mesa-frames is primarily focused on speed and performance improvements. To maintain this focus, every PR merged into the main branch should be automatically benchmarked through CI/CD using GitHub Actions.
We can create a mesa-frames equivalent of the Mesa benchmarks workflow, ensuring consistent performance tracking on every pull request.
💡 Proposed Solution
Add a benchmarks.yml GitHub Actions workflow
Run mesa-frames examples as benchmark tests on PRs targeting the main branch
Ensure benchmark results are visible and ready for review during the PR process
🔄 Alternatives Considered
No response
➕ Additional Context
No response
The text was updated successfully, but these errors were encountered:
Hi @adamamer20 I am getting this error while I commit the PR, so as far as I could understand it is something related to mesa 3.0 which is not yet updated in mesa frames, so I think I must solve the issue #128 before this ?
🤔 Problem Description
mesa-frames
is primarily focused on speed and performance improvements. To maintain this focus, every PR merged into the main branch should be automatically benchmarked through CI/CD using GitHub Actions.We can create a
mesa-frames
equivalent of the Mesa benchmarks workflow, ensuring consistent performance tracking on every pull request.💡 Proposed Solution
benchmarks.yml
GitHub Actions workflowmesa-frames
examples as benchmark tests on PRs targeting themain
branch🔄 Alternatives Considered
No response
➕ Additional Context
No response
The text was updated successfully, but these errors were encountered: