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

googledatalab / pydatalab / 2738
78%
master: 78%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/solutionbox/ml_workbench/tensorflow/tensorflow-2.3.1
DEFAULT BRANCH: master
Ran 15 Nov 2017 11:26PM UTC
Jobs 1
Files 99
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

pending completion
2738

push

travis-ci

qimingj
Fix a performance issue that it loads require.js in each cell output unnecessarily.

I believe the glocal require js config for each cell was added because we now use an iframe for each output cell in experimental UI.

The issue is worth fixing because:

1. require js appends a unique query string parameter to require.js, which makes the file non-cachable, so each output cell needs to download the file (84KB). If the notebook includes 20+ cells (which is very common), it takes long time to load (15s+ difference on my desktop)

2. Each cell output in the notebook includes a require js config section, which makes the notebook size unnecessarily larger.

The fix is to remove the global require js config for each cell output, and add it to only the cell output that need it.

5347 of 6884 relevant lines covered (77.67%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
4 2738.4 (TOX_ENV=coveralls) 15 Nov 2017 11:26PM UTC 0
77.67
Travis Job 2738.4
Source Files on build 2738
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2738
  • 1a02cc0c on github
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