Skip to content

Commit

Permalink
relax test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Mar 26, 2024
1 parent 3c323a0 commit 22225bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tst_io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sombrero(x, y) = 30sinc(√(x^2 + y^2) / π)
GC.enable(false)
stats = @timed string(p; color = true) # repeated !
@test stats.bytes / 1e3 < 500 # ~ 356kB on 1.10
@test stats.time * 1e3 < 0.6 # ~ 0.3ms on 1.10
@test stats.time * 1e3 < 0.7 # ~ 0.3ms on 1.10
GC.enable(true)
end
end
Expand Down

0 comments on commit 22225bc

Please sign in to comment.