Last active
February 7, 2020 10:19
-
-
Save hartbit/08ee9fe241a0f727c63563e441686ee2 to your computer and use it in GitHub Desktop.
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
tmp=`mktemp -d -t swiftpm` | |
git clone --quiet https://github.com/apple/swift-package-manager $tmp > /dev/null | |
swift package --package-path $tmp resolve > /dev/null | |
time swift test --package-path $tmp --parallel | |
system_profiler SPHardwareDataType | |
swift --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@radianttap: This SO question has a great answer https://stackoverflow.com/questions/556405/what-do-real-user-and-sys-mean-in-the-output-of-time1