Last active
August 29, 2015 14:13
-
-
Save austinpray/77839890c06b838a2b97 to your computer and use it in GitHub Desktop.
Sage 8.0.0 Perf Tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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