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

ocsigen / lwt / 1626 / 2
59%
master: 59%

Build:
DEFAULT BRANCH: master
Ran 05 Mar 2020 10:01AM UTC
Files 25
Run time 5s
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

05 Mar 2020 09:58AM UTC coverage: 58.335% (+0.04%) from 58.296%
COMPILER=4.10.0 LIBEV=no PPX_LET=yes COVERAGE=yes

push

travis-ci

web-flow
Reduce the number of system calls for accept (#769)

Use accept4 to avoid 2 fcntl system calls.

accept4 accepts flags to tell to create the file descriptor in
non blocking mode. This way we don't need to set it later with
Unix.set_nonblock.

Also, since we know that all the calls to accept will be on
non blocking sockets we can avoid releasing the runtime lock.

2481 of 4253 relevant lines covered (58.34%)

121.82 hits per line

Source Files on job 1626.2 (COMPILER=4.10.0 LIBEV=no PPX_LET=yes COVERAGE=yes)
  • Tree
  • List 0
  • Changed 7
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 242
  • Travis Job 1626.2
  • f4557e89 on github
  • Prev Job for COMPILER=4.10.0 LIBEV=no PPX_LET=yes COVERAGE=yes on master (#1621.2)
  • Next Job for LWT_FORCE_LIBEV_BY_DEFAULT=yes COMPILER=4.10.0 LIBEV=no PPX_LET=yes COVERAGE=yes on master (#1627.2)
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