Skip to content

Instantly share code, notes, and snippets.

@diogodanielsoaresferreira
Created November 8, 2022 21:52
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 diogodanielsoaresferreira/fa8b8de9cd2d5c036c1c0b0dac0c74d1 to your computer and use it in GitHub Desktop.
Save diogodanielsoaresferreira/fa8b8de9cd2d5c036c1c0b0dac0c74d1 to your computer and use it in GitHub Desktop.
Command line output
$ time python most_common_combinations.py
python3 most_common_combinations.py 13,45s user 1,62s system 99% cpu 15,072 total
$ time ./most_common_combinations.py
./most_common_combinations.sh 22,89s user 2,48s system 112% cpu 22,638 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment