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

JuliaCI / BenchmarkTrackers.jl / 89
91%

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

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%)

10.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 89.1 08 Jan 2016 11:39PM UTC 0
42.11
Travis Job 89.1
2 89.2 08 Jan 2016 11:40PM UTC 0
42.11
Travis Job 89.2
Source Files on build 89
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #89
  • 46108597 on github
  • Prev Build on master (#88)
  • Next Build on master (#90)
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