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

apache / commons-io / 540
88%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2020 02:27PM UTC
Jobs 1
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

pending completion
540

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.

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

5516 of 6164 relevant lines covered (89.49%)

14489.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 540.1 27 Jan 2020 02:27PM UTC 0
89.49
Travis Job 540.1
Source Files on build 540
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #540
  • Pull Request #101
  • PR Base - master (#532)
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