install `py-spy`: <https://github.com/benfred/py-s...
# development
w
install `py-spy`: https://github.com/benfred/py-spy … then dump threads with
sudo py-spy dump -p $pid
… probably for the test process first
👍 1