Skip to content

Instantly share code, notes, and snippets.

@austinpray
Last active August 29, 2015 14:13
Show Gist options
  • Save austinpray/77839890c06b838a2b97 to your computer and use it in GitHub Desktop.
Save austinpray/77839890c06b838a2b97 to your computer and use it in GitHub Desktop.
Sage 8.0.0 Perf Tests
gulp clean && for i in `gulp --tasks-simple`; do for x in {1..5}; do gulp $i; done | grep Finished | cut -d ' ' -f 3,5,6 | tr ' ' ',' | tr -d "'" >> /tmp/results.txt; done
for i in {1..5}; do gulp; done | grep Finished | cut -d ' ' -f 3,5,6 | tr ' ' ',' | tr -d "'" | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment