-
Notifications
You must be signed in to change notification settings - Fork 261
Trigger performance test after successful CI run. #818
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
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #818 +/- ##
==========================================
- Coverage 55.14% 51.93% -3.22%
==========================================
Files 11 11
Lines 301 387 +86
==========================================
+ Hits 166 201 +35
- Misses 118 169 +51
Partials 17 17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| run: python e2etest/get-performance-model-table.py ${{ needs.get-testing-version.outputs.testing_version }} | ||
|
|
||
| - name: Store benchmark result | ||
| uses: jefchien/[email protected] |
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.
Anyway for us to know the parameters that are required in your private GitHub action thought?
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.
It's a fork of the existing https://github.com/benchmark-action/github-action-benchmark. The change was needed to pass the workflow dispatch input SHA into the action so the benchmarks are tagged with the correct commit. I have a PR benchmark-action/github-action-benchmark#93 open for the change, but until that gets merged or another method of inserting the commit is found, we'll need to use the fork.
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.
Got cha. Make more sense to me now. Currently reviewing yours other PR as well.
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.
Please add a comment
| """ | ||
| Splits models by test | ||
| """ | ||
| benchmark_data = [] |
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.
IMO, instead of using only [], using list(dict) would have more clarification in defining what is added into the list.
15f8e93 to
b50f8a6
Compare
b50f8a6 to
3bf3652
Compare
Description: Removes the scheduled performance tests. Also, auto-commits results to gh-pages and updates benchmarking.
Link to tracking Issue: #811
Testing: Tested it with my fork.
Documentation: