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

stanford-oval / thingtalk / 1196 / 1
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 03 Jan 2021 03:30AM UTC
Files 68
Run time 5s
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

03 Jan 2021 02:12AM UTC coverage: 78.289% (+0.002%) from 78.287%
COVERALLS_PARALLEL=true

push

travis-ci-com

web-flow
Optimize parsing ThingTalk code (#287)

Avoid setting .length, because that calls into a runtime function
instead of being compiled inline, and transitions the arrays to
a sparse representation (https://v8.dev/blog/elements-kinds)

Avoid calling the String() constructor because that calls into
the runtime and does a lot of checks to eventually call into
toString(). We can avoid all of that with a single type check.

Overall, this commit results in a 25% speed up in dialog-to-contextual,
which is one of the bottlenecks of synthesis for dialogues.

4858 of 6706 branches covered (72.44%)

Branch coverage included in aggregate %.

10658 of 13113 relevant lines covered (81.28%)

24400.1 hits per line

Source Files on job 1196.1 (COVERALLS_PARALLEL=true)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 926
  • Travis Job 1196.1
  • 3f9c2780 on github
  • Prev Job for COVERALLS_PARALLEL=true on master (#1193.1)
  • Next Job for COVERALLS_PARALLEL=true on master (#1197.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