• 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

Uncovered Existing Lines

Lines Coverage ∆ File
1
95.49
-0.14% stdlib/LinearAlgebra/src/diagonal.jl
1
82.08
0.42% base/compiler/inferencestate.jl
1
90.83
-0.17% stdlib/LinearAlgebra/src/matmul.jl
2
92.96
4.39% base/floatfuncs.jl
2
95.0
0.41% base/compiler/cicache.jl
3
73.02
0.44% base/compiler/types.jl
3
78.26
-13.04% base/locks-mt.jl
5
94.31
-0.03% base/compiler/typeutils.jl
5
93.4
-0.13% base/compiler/abstractinterpretation.jl
10
69.59
1.75% base/Base.jl
11
93.37
-1.05% base/compiler/utilities.jl
19
69.89
0.0% base/genericmemory.jl
21
12.12
-7.32% base/compiler/compiler.jl
21
92.99
0.17% base/expr.jl
26
51.59
0.0% base/timing.jl
49
73.75
0.82% base/compiler/ssair/EscapeAnalysis/EscapeAnalysis.jl
62
87.65
0.76% base/reflection.jl
80
86.41
0.39% base/compiler/typeinfer.jl
85
89.64
3.4% base/compiler/ssair/passes.jl
144
75.85
0.0% base/loading.jl
Jobs
ID Job ID Ran Files Coverage
1 #37936.1 17 Oct 2024 10:06AM UTC 362
87.78
Source Files on build #37936
  • Tree
  • List 362
  • Changed 282
  • Source Changed 0
  • Coverage Changed 73
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • 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