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

dask / dask / 5690
53%

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

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

Jobs
ID Job ID Ran Files Coverage
1 5690.1 (PYTHON=2.7 NUMPY=1.10.4 PANDAS=0.19.0 COVERAGE='true' PARALLEL='false' TEST_IMPORTS='false' XTRATESTARGS=) 28 Mar 2017 10:35PM UTC 0
92.86
Travis Job 5690.1
Source Files on build 5690
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5690
  • 824f461c on github
  • Prev Build on master (#5684)
  • Next Build on master (#5691)
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