Skip to content

Instantly share code, notes, and snippets.

@vpack
Created February 7, 2015 15:17
Show Gist options
  • Save vpack/4a9ea4df7468c920b760 to your computer and use it in GitHub Desktop.
Save vpack/4a9ea4df7468c920b760 to your computer and use it in GitHub Desktop.
CPU performance check
time for i in {0..10000}; do for j in {0..1000}; do :; done; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment