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

JuliaGeometry / ImmutableArrays.jl / 42
17%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2015 12:08PM UTC
Jobs 1
Files 2
Run time 0s
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
42

push

travis-ci

KristofferC
change passing function to passing a functor

This removes much of the overhead that was polluting the benchmark.

Before:
```julia
julia> println("+ ", mat4ratio(+,A,B))
+ 0.8774682374064565

julia> println("* ", mat4ratio(*,A,B))
* 0.38219847686059205
```

after

```julia
julia> println("+ ", mat4ratio(AddFun(),A,B))
+ 0.08346325451705044

julia> println("* ", mat4ratio(MulFun(),A,B))
* 0.09451341670691797
```

51 of 288 relevant lines covered (17.71%)

17366.11 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/ImmutableArrays.jl
227
100.0
src/generate_arrays.jl
Jobs
ID Job ID Ran Files Coverage
2 42.2 18 Aug 2015 12:08PM UTC 0
17.71
Travis Job 42.2
Source Files on build 42
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #42
  • 59c8f20f on github
  • Prev Build on master (#41)
  • Next Build on master (#44)
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