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

dask / dask / 5690 / 1
53%
master: 53%

Build:
DEFAULT BRANCH: master
Ran 28 Mar 2017 10:35PM UTC
Files 89
Run time 6s
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

28 Mar 2017 10:18PM UTC coverage: 92.858% (-0.01%) from 92.87%
PYTHON=2.7 NUMPY=1.10.4 PANDAS=0.19.0 COVERAGE='true' PARALLEL='false' TEST_IMPORTS='false' XTRATESTARGS=

push

travis-ci

mrocklin
Improve `fuse` performance by allowing tasks to reference old key names that are now aliases. (#2129)

Previously, tasks that depend on fused tasks whose keys were renamed would be
updated via `subs` to use the new task keys.  In some cases, the number of tasks
that depend on fused tasks would greatly outnumber the number of fused tasks,
and calling `subs` on them would dominate the calculation time.

Now, we don't call `subs` on tasks that depend on renamed fused tasks.  These
tasks are no longer modified and use the previous key name, which is now an
alias, `{old_key: new_key}`.  This can result in a larger graph and slightly
more scheduler overhead, but the performance increase to `fuse` can be significant.

12261 of 13204 relevant lines covered (92.86%)

0.93 hits per line

Source Files on job 5690.1 (PYTHON=2.7 NUMPY=1.10.4 PANDAS=0.19.0 COVERAGE='true' PARALLEL='false' TEST_IMPORTS='false' XTRATESTARGS=)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5690
  • Travis Job 5690.1
  • 824f461c on github
  • Prev Job for PYTHON=2.7 NUMPY=1.10.4 PANDAS=0.19.0 COVERAGE='true' PARALLEL='false' TEST_IMPORTS='false' XTRATESTARGS= on master (#5684.1)
  • Next Job for PYTHON=2.7 NUMPY=1.10.4 PANDAS=0.19.0 COVERAGE='true' PARALLEL='false' TEST_IMPORTS='false' XTRATESTARGS= on master (#5691.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc