From d1501527a23e8f0f40cd8a7b0cdd1f7a09f4bd93 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 19 Jun 2019 18:28:45 +0200 Subject: [PATCH] Add a script for profiling pytest --- scripts/profiled_pytest.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 scripts/profiled_pytest.sh diff --git a/scripts/profiled_pytest.sh b/scripts/profiled_pytest.sh new file mode 100755 index 00000000..b61df1c2 --- /dev/null +++ b/scripts/profiled_pytest.sh @@ -0,0 +1 @@ +python3 -m profile -s tottime $(which pytest) $@