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

JuliaCI / BenchmarkTrackers.jl / 89 / 1
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 08 Jan 2016 11:39PM UTC
Files 4
Run time 0s
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

08 Jan 2016 11:18PM UTC coverage: 42.105% (-3.8%) from 45.946%
89.1

push

travis-ci

jrevels
remove archives and storage of ExecutionResults in order to conserve Nanosoldier memory

FileArchive wasn't that useful since it didn't expose the results to the public, and didn't maintain a history, instead overwriting old results with new ones for each commit. BaseBenchmarkReports accomplishes the same thing, but is much more reliable/feature complete/useful.

Storing ExecutionResults is much more costly than storing the derived SummaryStats, and not nearly as useful since these don't make it into BaseBenchmarkReports anyway. Unfortunately, switching out ExecutionResults for SummaryStats in TaggedMetrics causes JLD to throw errors during serialization (see JuliaLang/JLD.jl#12). Thus, we now have to rely on Base.serialize to transfer records between builds. This is more fragile in theory, but should work unless the serialization format is altered between the two builds. Once JLD's serialization issue is fixed, we should probably switch back.

160 of 380 relevant lines covered (42.11%)

5.28 hits per line

Source Files on job 89.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 89
  • Travis Job 89.1
  • 46108597 on github
  • Prev Job for on master (#88.1)
  • Next Job for on master (#90.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