Skip to content

healthjoy/pycon_pl_2024

Repository files navigation

PyCon PL 2024 Presentation References

Container Orchestration & Scaling

Load Testing & Performance Testing

Monitoring & Observability

Resilience & Fault Tolerance

Profiling & Performance

Demo Flow

python -m timeit -r2 'import demo.example_job; demo.example_job.report_eligible_ids()'
poetry run pyinstrument run_demo_job.py
sudo py-spy record -o tmp/profile_demo_job.svg --pid $(ps ax | grep run_demo_job.py | grep python | awk '{print $1}')
python -m cProfile run_demo_job.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages