Add a script for profiling pytest

This commit is contained in:
Dave Halter
2019-06-19 18:28:45 +02:00
parent ccd7939a92
commit d1501527a2

1
scripts/profiled_pytest.sh Executable file
View File

@@ -0,0 +1 @@
python3 -m profile -s tottime $(which pytest) $@