atemerev / skynet

Skynet 1M threads microbenchmark
MIT License
1.04k stars 122 forks source link

Added python gevent version, from fasaxc's PR. #61

Closed ociule closed 8 years ago

ociule commented 8 years ago

Made it runnable on python3.5

Same results as his test, around 23s:

(skynet)MacBook-Air-ociule:python-gevent ociule$ time python python-gevent.py 
499999500000

real    0m23.330s
user    0m20.209s
sys 0m2.611s

His original PR, which you can now close: https://github.com/atemerev/skynet/pull/12