Created
March 31, 2020 16:14
-
-
Save yuchdev/b0c1f9b6b18a55720916149abff7b2b7 to your computer and use it in GitHub Desktop.
Easy way to create benchmark for basically any application
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
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