• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gevent / gevent / 2551
78%
master: 78%

Build:
Build:
LAST BUILD BRANCH: python-updates
DEFAULT BRANCH: master
Ran 22 Feb 2018 02:10PM UTC
Jobs 2
Files 65
Run time 21s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2551

push

travis-ci

jamadden
More cython declarations for more speed.

Small improvements to creating the objects, somewhat larger
improvements to joining.

From bench_spawn on 3.6.4 before any work:

//gevent36/bin/python ./bench_spawn.py geventpool --ignore-import-errors
using gevent from //src/gevent/__init__.py
spawning: 8.71 microseconds per greenlet
sleep(0): 16.99 microseconds per greenlet
 joining: 7.34 microseconds per greenlet

//gevent36/bin/python ./bench_spawn.py --with-kwargs geventpool --ignore-import-errors
using gevent from //src/gevent/__init__.py
spawning: 10.25 microseconds per greenlet
sleep(0): 18.89 microseconds per greenlet
 joining: 7.14 microseconds per greenlet

And now:

//gevent36/bin/python ./bench_spawn.py geventpool --ignore-import-errors
using gevent from //src/gevent/__init__.py
spawning: 11.56 microseconds per greenlet
sleep(0): 16.76 microseconds per greenlet
 joining: 5.74 microseconds per greenlet

//gevent36/bin/python ./bench_spawn.py --with-kwargs geventpool --ignore-import-errors
using gevent from //src/gevent/__init__.py
spawning: 11.49 microseconds per greenlet
sleep(0): 17.16 microseconds per greenlet
 joining: 5.31 microseconds per greenlet

29 of 29 new or added lines in 1 file covered. (100.0%)

7496 of 10651 relevant lines covered (70.38%)

1.4 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
29
100.0
src/gevent/greenlet.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/gevent/greenlet.py
1
100.0
src/gevent/libuv/loop.py
1
100.0
src/gevent/queue.py
1
100.0
src/gevent/resolver/dnspython.py
1
100.0
src/gevent/signal.py
2
100.0
src/gevent/_ffi/watcher.py
2
100.0
src/gevent/hub.py
2
100.0
src/gevent/libuv/watcher.py
2
100.0
src/gevent/resolver/__init__.py
2
100.0
src/gevent/socket.py
2
100.0
src/gevent/ssl.py
2
100.0
src/gevent/_tblib.py
3
100.0
src/gevent/backdoor.py
3
100.0
src/gevent/_ffi/loop.py
3
100.0
src/gevent/libev/corecffi.py
3
100.0
src/gevent/os.py
4
100.0
src/gevent/baseserver.py
4
100.0
src/gevent/_socketcommon.py
4
100.0
src/gevent/threading.py
5
100.0
src/gevent/__init__.py
6
100.0
src/gevent/thread.py
10
100.0
src/gevent/_compat.py
11
100.0
src/gevent/_fileobjectposix.py
11
100.0
src/gevent/resolver/ares.py
14
100.0
src/gevent/pywsgi.py
15
100.0
src/gevent/server.py
21
100.0
src/gevent/monkey.py
21
100.0
src/gevent/subprocess.py
26
100.0
src/gevent/builtins.py
278
100.0
src/gevent/_socket2.py
348
100.0
src/gevent/_sslgte279.py
Jobs
ID Job ID Ran Files Coverage
3 2551.3 (TASK=test-py36) 22 Feb 2018 02:10PM UTC 0
70.21
Travis Job 2551.3
4 2551.4 (TASK=test-py37) 22 Feb 2018 02:10PM UTC 0
70.23
Travis Job 2551.4
Source Files on build 2551
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2551
  • 0c13aff2 on github
  • Prev Build on issue755 (#2550)
  • Next Build on issue755 (#2552)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc