Skip to content

Commit

Permalink
test-exercise: time each cargo command (#733)
Browse files Browse the repository at this point in the history
A possible way to see which ones are taking longer
  • Loading branch information
petertseng authored Nov 20, 2018
1 parent 45597c8 commit a18fe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-exercise
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ done
(
cd $exercise
# this is the last command; its exit code is what's passed on
cargo $command "$@"
time cargo $command "$@"
)

0 comments on commit a18fe5d

Please sign in to comment.