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

LibraryOfCongress / concordia / 2853
70%
main: 70%

Build:
Build:
LAST BUILD BRANCH: release
DEFAULT BRANCH: main
Ran 09 Apr 2019 07:33PM CUT
Jobs 2
Files 38
Run time 32s
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
2853

Pull #889

travis-ci

web-flow
indexes: more efficient database queries

Using prefetch_related to avoid on-demand queries
for the nested object hierarchy, which reduces the
total runtime by roughly a factor of 4, which will
hopefully be enough until @mjl’s upstream 
pull-request is merged:

https://github.com/sabricot/django-elasticsearch-dsl/pull/154

queryset_pagination seemed like a potential area
for improvement but in practice was not faster.

Using selected_related was faster than nothing but
about half as fast as prefetch_related since it
retrieves so much duplicate data.
Pull Request #889: Index site report data in ElasticSearch

183 of 361 branches covered (50.69%)

Branch coverage included in aggregate %.

1240 of 1685 relevant lines covered (73.59%)

1.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2853.1 09 Apr 2019 07:33PM CUT 0
69.74
Travis Job 2853.1
2 2853.2 09 Apr 2019 07:33PM CUT 0
68.45
Travis Job 2853.2
Source Files on build 2853
  • List 0
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/LineBranch HitsBranch Misses
  • Back to Repo
  • Travis Build #2853
  • Pull Request #889
  • PR Base - master (#2836)
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

© 2025 Coveralls, Inc