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

apache / commons-io / 540 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2020 02:27PM UTC
Files 152
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 Jan 2020 02:10PM UTC coverage: 89.487% (+0.01%) from 89.473%
540.1

Pull #101

travis-ci

web-flow
[IO-650] Improve IOUtils performance by increasing DEFAULT_BUFFER_SIZE

IOUtils had a 4096B default buffer size that is used by copy() and contentEquals() methods as well as a 2048B default buffer size used by skip() methods.  This number is being updated to 8192 for the following reasons:

1.  It has a big improvement in performance in benchmark tests (see IO-650 for details).
2.  It mirrors the default buffer size of java.io.Buffered* classes.  This makes buffer sizing consistent regardless of if it is being done internally in the method or externally via a Buffered*.  These classes are used internally in IOUtils as well so the buffer size is not unreasonable.
Pull Request #101: IO-649 - Improve the performance of the contentEquals() methods.

5516 of 6164 relevant lines covered (89.49%)

14489.63 hits per line

Source Files on job 540.1
  • Tree
  • List 0
  • Changed 29
  • Source Changed 1
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 372
  • Travis Job 540.1
  • f337e141 on github
  • Prev Job for on master (#532.1)
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