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

mvdan / sh / 1042
78%

Build:
DEFAULT BRANCH: master
Ran 15 Dec 2017 09:28PM UTC
Jobs 2
Files 22
Run time 15s
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
1042

push

travis-ci

mvdan
interp: skip kill goroutine if it's useless

If the context has no Done channel (such as context.Background), the
fired goroutine will simply block forever and waste resources.

This shows very clearly in the benchmark.

name   old time/op    new time/op    delta
Run-4    1.41ms ± 2%    1.27ms ± 0%  -10.28%  (p=0.002 n=6+6)

name   old alloc/op   new alloc/op   delta
Run-4     143kB ± 0%     142kB ± 0%   -0.49%  (p=0.004 n=5+6)

name   old allocs/op  new allocs/op  delta
Run-4       481 ± 0%       479 ± 0%   -0.42%  (p=0.026 n=5+6)

6721 of 7047 relevant lines covered (95.37%)

2221.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1042.1 15 Dec 2017 09:28PM UTC 0
95.37
Travis Job 1042.1
2 1042.2 15 Dec 2017 09:28PM UTC 0
95.37
Travis Job 1042.2
Source Files on build 1042
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1042
  • 6af80479 on github
  • Prev Build on master (#1041)
  • Next Build on master (#1043)
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