Skip to content

Instantly share code, notes, and snippets.

@bogdanr
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bogdanr/9145a9defa2050a9f56b to your computer and use it in GitHub Desktop.
Save bogdanr/9145a9defa2050a9f56b to your computer and use it in GitHub Desktop.
Very basic Linux CPU core speed tests
# These should run in under two minutes on a decent CPU from 2014
time echo "scale=7000; a(1)*4" | bc -l
echo '2^2^23' | time bc > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment