Commits on Source 1
-
Michael Kleehammer authored
This is way too slow. Some simple pytest tests are going from < 0.1 seconds to 60+ seconds when they print to the screen (-s). Profiling shows it is all in the stdout capture here because it is being called over 10M (or 100M?) times. (Which is super weird and should be looked into also.)