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

JuliaLang / julia / #37936
77%

Build:
DEFAULT BRANCH: master
Ran 17 Oct 2024 10:06AM UTC
Jobs 1
Files 362
Run time 2min
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

17 Oct 2024 06:30AM UTC coverage: 87.779% (+1.3%) from 86.449%
#37936

push

local

web-flow
Read views of destination in adjoint * adjoint (#56138)

Also, add an aggressive constprop annotation to `generic_matvecmul!`.

Together, these improve performance:
```julia
julia> A = rand(Int,100,100);

julia> @btime $A' * $A';
  290.203 μs (405 allocations: 175.98 KiB) # v"1.12.0-DEV.1364"
  270.008 μs (5 allocations: 79.11 KiB) # This PR
```

2 of 2 new or added lines in 1 file covered. (100.0%)

551 existing lines in 20 files now uncovered.

79075 of 90084 relevant lines covered (87.78%)

17033190.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37936.1 17 Oct 2024 10:06AM UTC 0
87.78
Source Files on build #37936
Detailed source file information is not available for this build.
  • Back to Repo
  • 727a57ed on github
  • Prev Build on master
  • Next Build on master
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