Skip to content

Instantly share code, notes, and snippets.

@diogodanielsoaresferreira
Created November 8, 2022 21:55
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/546b0a7a6485944fbdccaff28253d6e3 to your computer and use it in GitHub Desktop.
Save diogodanielsoaresferreira/546b0a7a6485944fbdccaff28253d6e3 to your computer and use it in GitHub Desktop.
Command line output
$ time python most_common_combinations.py
[2] 10731 killed python3 most_common_combinations.py
python3 most_common_combinations.py 103,54s user 19,39s system 93% cpu 2:12,04 total
$ time ./most_common_combinations.py
./most_common_combinations.sh 162,86s user 24,32s system 113% cpu 2:44,33 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment