Skip to content

Instantly share code, notes, and snippets.

@tmc
Created July 7, 2011 16:41
Show Gist options
  • Save tmc/1069930 to your computer and use it in GitHub Desktop.
Save tmc/1069930 to your computer and use it in GitHub Desktop.
travis@lappie:/usr/local/src/eio(master)$ time python perf_test.py
other greenlet running!
reading 50 megs from /dev/urandom
done.
real 0m4.656s
user 0m0.031s
sys 0m4.624s
travis@lappie:/usr/local/src/eio(master)$ time python perf_test.py
other greenlet running!
reading 50 megs from /dev/urandom
waiting
other greenlet running!
other greenlet running!
other greenlet running!
other greenlet running!
done.
real 0m4.639s
user 0m0.030s
sys 0m4.603s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment