Skip to content

Instantly share code, notes, and snippets.

@kmanna
Created January 6, 2015 20:47
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 kmanna/47d09dc18e01fb0aa204 to your computer and use it in GitHub Desktop.
Save kmanna/47d09dc18e01fb0aa204 to your computer and use it in GitHub Desktop.
$ time (for i in seq $((86400 * 365 * 10)) ; do echo $i | gmd5sum; done > /dev/null)
( for i in seq $((86400 * 365 * 10)); do; echo $i | gmd5sum; done > /dev/null)
0.00s user 0.00s system 76% cpu 0.007 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment