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

JuliaLang / julia / #37703
77%

Build:
DEFAULT BRANCH: master
Ran 02 Mar 2024 11:34AM UTC
Jobs 1
Files 340
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

01 Mar 2024 11:04PM UTC coverage: 85.724% (-1.0%) from 86.748%
#37703

push

local

web-flow
use `_readdirx` for `walkdir` (#53545)

On a M2 Mac there is some benefit, but assumed to be much greater on
slower filesystems.
```
# master
julia> @btime collect(walkdir(expanduser("~/Downloads")));
  380.086 ms (310696 allocations: 25.29 MiB)

# This PR
julia> @btime collect(walkdir(expanduser("~/Downloads")));
  289.747 ms (103300 allocations: 7.50 MiB)
```

The implementations appear to produce the same result
```
julia> collect(walkdir(expanduser("~/Downloads"))) == collect(walkdirx(expanduser("~/Downloads")))
true
```

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

970 existing lines in 28 files now uncovered.

75001 of 87491 relevant lines covered (85.72%)

14323564.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37703.1 02 Mar 2024 11:34AM UTC 0
85.72
Source Files on build #37703
Detailed source file information is not available for this build.
  • Back to Repo
  • 2b959560 on github
  • Prev Build on master
  • Next Build on master
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