Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile session re-use #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

richardm-stripe
Copy link
Owner

(venv) $ time python profile.py reuse
reuse_sessions: True

real    0m0.735s
user    0m0.353s
sys     0m0.077s
(venv) $ time python profile.py reuse
reuse_sessions: True

real    0m0.759s
user    0m0.378s
sys     0m0.085s
(venv) $ time python profile.py reuse
reuse_sessions: True

real    0m0.759s
user    0m0.396s
sys     0m0.077s
(venv) $ time python profile.py dontreuse
reuse_sessions: False

real    0m1.059s
user    0m0.466s
sys     0m0.086s
(venv) $ time python profile.py dontreuse
reuse_sessions: False

real    0m1.095s
user    0m0.463s
sys     0m0.085s
(venv) $ time python profile.py dontreuse
reuse_sessions: False

real    0m1.119s
user    0m0.442s
sys     0m0.081s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant