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

BlueBrain / MorphIO / 5132789427
78%

Build:
DEFAULT BRANCH: master
Ran 31 May 2023 12:27PM UTC
Jobs 1
Files 36
Run time 1s
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
5132789427

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

Jobs
ID Job ID Ran Files Coverage
1 5132789427.1 31 May 2023 12:27PM UTC 36
66.21
GitHub Action Run
Source Files on build 5132789427
  • Tree
  • List 36
  • Changed 36
  • Source Changed 36
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d4b026e7 on github
  • Prev Build on master (#5056050418)
  • Next Build on master (#5198546470)
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