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

mp911de / logstash-gelf / 190
87%

Build:
DEFAULT BRANCH: master
Ran 13 Jul 2016 08:14PM UTC
Jobs 2
Files 60
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
190

push

travis-ci

mp911de
Replace json-simple by own JSON serializer #89

Replace json-simple by own JSON writer and perform UTF-8 encoding within the JSON writer.

Motivation: json-simple produces a notable amount of garbage during JSON serialization. The default interchange format is String that concatenates data using StringBuilder.

The own implementation uses a facade to write bytes on an underlying stream. This reduces the garbage so data is not necessarily duplicated during serialization.

208 of 208 new or added lines in 3 files covered. (100.0%)

2024 of 2321 relevant lines covered (87.2%)

2458.44 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
9
100.0
src/main/java/biz/paluch/logging/gelf/intern/OutputAccessor.java
58
100.0
src/main/java/biz/paluch/logging/gelf/intern/JsonWriter.java

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/main/java/biz/paluch/logging/gelf/intern/Charsets.java
Jobs
ID Job ID Ran Files Coverage
1 190.1 13 Jul 2016 08:15PM UTC 0
87.2
Travis Job 190.1
2 190.2 13 Jul 2016 08:14PM UTC 0
87.14
Travis Job 190.2
Source Files on build 190
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #190
  • ef2bccc1 on github
  • Prev Build on master (#188)
  • Next Build on master (#191)
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