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

mtlynch / bigsanity / 20
100%
master: 84%

Build:
Build:
LAST BUILD BRANCH: build-versions
DEFAULT BRANCH: master
Ran 06 Jan 2016 05:17PM UTC
Jobs 1
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

pending completion
20

push

travis-ci

mtlynch
Optimizing equivalence queries

I realized we can lean on BigQuery more for the equivalence checks.
Instead of doing one query on the per-month tables and one equivalent
query on the per-project table, then comparing results, we can do it all
in a single BigQuery query.

This changes the queries so that they only return rows if there is a
mismatch in test_ids between the two tables.

This allows faster processing because it's immediately half the total
queries and we can do queries over larger time windows because BigQuery
should be able to handle these queries more efficiently (less data to
send down to the client).

84 of 84 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20.1 06 Jan 2016 05:17PM UTC 0
100.0
Travis Job 20.1
Source Files on build 20
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #20
  • d2772014 on github
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