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
PR #1403 introduced running 500 & 1000 models in the matrix for the performance tests jobs. However, I'm observing that running although the job for 500 models finished in roughly 12-15 mins, the job for 1000 models runs for about 40+ mins. I suggest we drop running 1000 models with PR ##1411 and later introduce these 1000 models to run on a conditional basis e.g. when a certain label (run-large-no-models) is added to the PR.
The text was updated successfully, but these errors were encountered:
With PR #1403 , we added to the matrix to run tests on 500 & 1000
models. Although the job for
500 models completes in under 15 mins, the job for 1000 models is taking
significantly longer ~40+ mins as can be seen here
https://github.com/astronomer/astronomer-cosmos/actions/runs/12400943145/job/34619249671.
I suggest we drop running 1000 models and later add it to the matrix to
conditionally run only when a certain label is added to the PR i.e. when
we would actually like to benchmark on specific PRs. I have created a
follow-up issue for this
#1410
related: #1410
PR #1403 introduced running 500 & 1000 models in the matrix for the performance tests jobs. However, I'm observing that running although the job for 500 models finished in roughly 12-15 mins, the job for 1000 models runs for about 40+ mins. I suggest we drop running 1000 models with PR ##1411 and later introduce these 1000 models to run on a conditional basis e.g. when a certain label (run-large-no-models) is added to the PR.
The text was updated successfully, but these errors were encountered: