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

BlueBrain / MorphIO / 5132789427 / 1
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 31 May 2023 12:27PM UTC
Files 36
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

31 May 2023 12:27PM UTC coverage: 66.213% (+0.7%) from 65.522%
5132789427.1

push

github

web-flow
API for optimized access order in Collection (#453)

The point of this API is to enable collections to load morphologies
in any order they see fit. For HDF5 containers tests have shown that the
access pattern matters a lot in terms of performance.

The idea is a generic API that allows optimizing the iteration order for
reorderable loops, e.g.,

    for k, morph_name in enumerate(morphology_names):
        morph = collection.load(morph_name)
        f(k, morph)

can be replaced with

    for k, morph in collection.load_unordered(morphology_names):
        assert collection.load(morphology_names[k]) == morph
        f(k, morph)

1801 of 2720 relevant lines covered (66.21%)

789.61 hits per line

Source Files on job 5132789427.1
  • Tree
  • List 0
  • Changed 36
  • Source Changed 36
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5132789427
  • d4b026e7 on github
  • Prev Job for on master (#5056050418.1)
  • Next Job for on master (#5198546470.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