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) $@