Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 501 Bytes

Performance Tests for google-cloud-pubsub

This is an assemblage of scripts that exercise long(ish)-lived states for the Google Cloud Pub / Sub Python client.

In particular, it tracks the threads created (including the parent thread creating them) and makes sure threads don't get turned into "zombies".

Some issues worth exploring:

  • Reports of lease management causing CPU spikes (seems like zombie threads)