Skip to content

Commit

Permalink
remove precompile that fails on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Mar 2, 2021
1 parent 2808088 commit 4825d21
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ function _precompile_()
@assert Base.precompile(Tuple{typeof(write),TiffFile{UInt64, Stream{DataFormat{:TIFF}, IOStream}},Tag{UInt64}}) # time: 0.006161459
@assert Base.precompile(Tuple{typeof(write),TiffFile{UInt32, Stream{DataFormat{:TIFF}, IOStream}},Tag{UInt16}}) # time: 0.005960559
@assert Base.precompile(Tuple{typeof(write),TiffFile{UInt32, Stream{DataFormat{:TIFF}, IOStream}},Tag{UInt32}}) # time: 0.005946236
@assert Base.precompile(Tuple{typeof(==),Tag{Vector{Any}},Tag}) # time: 0.005465424
@assert Base.precompile(Tuple{Type{SampleFormats},UInt16}) # time: 0.004940535
@assert Base.precompile(Tuple{typeof(write),TiffFile{UInt32, Stream{DataFormat{:TIFF}, IOBuffer}},Tag{Vector{Any}}}) # time: 0.004425628
@assert Base.precompile(Tuple{typeof(read!),TiffFile{UInt32, Stream{DataFormat{:TIFF}, IOStream}},BitMatrix,Val{COMPRESSION_NONE}}) # time: 0.004010168
Expand Down Expand Up @@ -88,12 +87,8 @@ function _precompile_()
@assert Base.precompile(Tuple{typeof(write),TiffFile{UInt32, Stream{DataFormat{:TIFF}, IOBuffer}},Tag{Rational{UInt32}},Int64}) # time: 0.001842795
@assert Base.precompile(Tuple{typeof(write),TiffFile{UInt32, Stream{DataFormat{:TIFF}, IOBuffer}},Tag{Vector{UInt32}},Int64}) # time: 0.001810207
@assert Base.precompile(Tuple{typeof(write),TiffFile{UInt64, Stream{DataFormat{:TIFF}, IOStream}},Tag{Vector{UInt16}}}) # time: 0.001809206
@assert Base.precompile(Tuple{typeof(==),Tag{Vector{UInt16}},Tag}) # time: 0.001804639
@assert Base.precompile(Tuple{typeof(==),Tag{Rational{UInt32}},Tag}) # time: 0.001744052
@assert Base.precompile(Tuple{typeof(write),TiffFile{UInt32, Stream{DataFormat{:TIFF}, IOBuffer}},Tag{Int64},Int64}) # time: 0.001742653
@assert Base.precompile(Tuple{Type{ExtraSamples},Int64}) # time: 0.001733948
@assert Base.precompile(Tuple{typeof(==),Tag{String},Tag}) # time: 0.001720252
@assert Base.precompile(Tuple{typeof(==),Tag{Int64},Tag}) # time: 0.001519996
@assert Base.precompile(Tuple{typeof(write),TiffFile{UInt64, Stream{DataFormat{:TIFF}, IOStream}},Tag{String},Int64}) # time: 0.001491975
@assert Base.precompile(Tuple{Type{DenseTaggedImage},Matrix{RGB{N0f16}},IFD{UInt32}}) # time: 0.0014855
@assert Base.precompile(Tuple{typeof(interpretation),PhotometricInterpretations,ExtraSamples,Val{4}}) # time: 0.001481642
Expand Down

0 comments on commit 4825d21

Please sign in to comment.