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

ocaml / dune / 27096
7%

Build:
DEFAULT BRANCH: main
Ran 27 May 2024 11:37AM UTC
Jobs 1
Files 536
Run time 1min
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

27 May 2024 11:25AM UTC coverage: 6.914%. Remained the same
27096

push

github

web-flow
pkg: use OpamFilename.raw to avoid stat calls (#10562)

* pkg: use OpamFilename.raw to avoid stat calls

`OpamFilename.of_string` performs a normalization step which is costly
in terms of syscalls. These are the before/after numbers:

Before:

        seconds     calls    errors syscall
    ----------- --------- --------- ----------------
       0.027816     74367     56793 newfstatat
       0.019369     56769     56768 readlink

After:

        seconds     calls    errors syscall
    ----------- --------- --------- ----------------
       0.016306     38887     28409 newfstatat
       0.010657     28385     28384 readlink

The leftover ones are within the opam libraries and will be addressed
separately.

Signed-off-by: Etienne Millon <me@emillon.org>

* Use an absolute path

Signed-off-by: Etienne Millon <me@emillon.org>

---------

Signed-off-by: Etienne Millon <me@emillon.org>

0 of 1 new or added line in 1 file covered. (0.0%)

2914 of 42149 relevant lines covered (6.91%)

27025.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27096.1 27 May 2024 11:37AM UTC 0
6.91
GitHub Action Run
Source Files on build 27096
Detailed source file information is not available for this build.
  • Back to Repo
  • 1d6ff9d3 on github
  • Prev Build on main (#27093)
  • Next Build on main (#27105)
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