-
Notifications
You must be signed in to change notification settings - Fork 43
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
Run benchmark script in CI #844
Conversation
Codecov ReportBase: 94.27% // Head: 94.27% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #844 +/- ##
=======================================
Coverage 94.27% 94.27%
=======================================
Files 47 47
Lines 2097 2097
Branches 267 267
=======================================
Hits 1977 1977
Misses 85 85
Partials 35 35 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
72bd260
to
3056e23
Compare
dcd3a21
to
f3d0a7c
Compare
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.
@pankajastro this will help us with regression tests!
Do you have a link to an successful job where we run this Github action workflow? Did you have a chance of confirming the correspondent GCS file & bigquery were set as expected?
this job succeeded https://github.com/astronomer/astro-sdk/actions/runs/3092321371/jobs/5011687626 which is corresponding to commit |
2aa8c29
to
b633c8f
Compare
4b0f5d9
to
d3fa29a
Compare
for more information, see https://pre-commit.ci
19f505d
to
0bc50c2
Compare
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.
Looks good, thanks a lot, @pankajastro !
closes: #443 - Add a scheduled workflow to run the benchmark script at 6hrs intervals for initial observation later will change it to run on a weekly basis - Removed teardown for now
closes: #443