Skip to content

Instantly share code, notes, and snippets.

@yuchdev
Created March 31, 2020 16:14
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 yuchdev/b0c1f9b6b18a55720916149abff7b2b7 to your computer and use it in GitHub Desktop.
Save yuchdev/b0c1f9b6b18a55720916149abff7b2b7 to your computer and use it in GitHub Desktop.
Easy way to create benchmark for basically any application
time python3 jira_backup.py
# Output
# real 0m1.542s
# user 0m0.299s
# sys 0m0.136s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment