Extend Cosmos performance benchmark to analyse memory usage #1472
Labels
area:performance
Related to performance, like memory usage, CPU usage, speed, etc
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
In Cosmos, we have benchmark scripts that test task throughput using synthetic data and using Airflow local executor:
https://github.com/astronomer/astronomer-cosmos/blob/main/.github/workflows/test.yml#L350
https://github.com/astronomer/astronomer-cosmos/blob/main/tests/perf/test_performance.py
While those are very helpful, we currently don't analyse memory consumption.
It would be great if, from time to time, we could run a performance benchmark in Astro and we could identify the memory footprint per task,
The text was updated successfully, but these errors were encountered: