Skip to content

Instantly share code, notes, and snippets.

@vext01
Last active May 30, 2019 09:18
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 vext01/7ccea6b14ad2c3f25786baeaf637dc4a to your computer and use it in GitHub Desktop.
Save vext01/7ccea6b14ad2c3f25786baeaf637dc4a to your computer and use it in GitHub Desktop.
b11:
1: python3 -m test.pystone 1000000
Mean Std.Dev. Min Median Max
real 3.783 0.019 3.756 3.782 3.806
user 3.780 0.020 3.752 3.780 3.804
sys 0.001 0.002 0.000 0.000 0.004
b13:
1: python3 -m test.pystone 1000000
Mean Std.Dev. Min Median Max
real 3.962 0.061 3.905 3.948 4.073
user 3.947 0.058 3.892 3.932 4.052
sys 0.003 0.003 0.000 0.004 0.008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment