Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .evergreen/run-import-time-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ function get_import_time() {
}

get_import_time $HEAD_SHA
git stash
git stash || true
git checkout $BASE_SHA
get_import_time $BASE_SHA
git checkout $HEAD_SHA
git stash apply
git stash apply || true
python tools/compare_import_time.py $HEAD_SHA $BASE_SHA
Loading