We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tst_io.jl
1 parent ea0a86d commit 890ae45Copy full SHA for 890ae45
test/tst_io.jl
@@ -60,8 +60,7 @@ sombrero(x, y) = 30sinc(√(x^2 + y^2) / π)
60
61
@testset "stringify plot - performance regression" begin
62
nightly = occursin("DEV", string(VERSION)) # or length(VERSION.prerelease) < 2
63
- measure = Sys.islinux() && VERSION > v"1.10.0-" && !nightly
64
- margin = is_pkgeval() ? 5 : 1 # apply a perf coefficient for slow runners
+ measure = Sys.islinux() && VERSION > v"1.10.0-" && !nightly && !is_pkgeval()
65
66
let p = heatmap(collect(1:30) * collect(1:30)')
67
@test string(p; color = true) isa String # 1st pass - ttfp
0 commit comments