Commit 15abb6d7 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add comment to preserve link on asv --launch-method=spawn

parent 9682d885
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@ fi
master_commit=`git rev-parse master`
test_commit=`git rev-parse HEAD`

# cf. https://github.com/pandas-dev/pandas/pull/25237
# for reasoning on --launch-method=spawn
asv run $master_commit...$master_commit~ --skip-existing --verbose --show-stderr --launch-method=spawn
asv run $test_commit...$test_commit~ --skip-existing --verbose --show-stderr --launch-method=spawn