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

stanford-oval / thingtalk / 1196
78%

Build:
DEFAULT BRANCH: master
Ran 03 Jan 2021 03:30AM UTC
Jobs 2
Files 68
Run time 3min
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
1196

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.

4865 of 6706 branches covered (72.55%)

Branch coverage included in aggregate %.

10663 of 13113 relevant lines covered (81.32%)

48800.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1196.1 (COVERALLS_PARALLEL=true) 03 Jan 2021 03:30AM UTC 0
78.29
Travis Job 1196.1
2 1196.2 (COVERALLS_PARALLEL=true) 03 Jan 2021 03:33AM UTC 0
78.28
Travis Job 1196.2
Source Files on build 1196
  • Tree
  • List 68
  • Changed 14
  • Source Changed 3
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Build #1196
  • 3f9c2780 on github
  • Prev Build on master (#1193)
  • Next Build on master (#1197)
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

© 2025 Coveralls, Inc