The test in https://github.com/JuliaLang/julia/blob/40fbc8893a1daf935b1a77d597a3f638db61b03d/Compiler/test/codegen.jl#L390-L412 seems to be a bit flaky. Errored on CI (https://buildkite.com/julialang/julia-release-1-dot-12/builds/10#0194fe6a-8efc-4a90-af48-f19bc8aa1161) with: ``` julia/Compiler/test/codegen.jl:412 =# @allocated(g_dict_hash_alloc()) - 1) < 0.1 -- | Evaluated: 0.16517549896765304 < 0.1 ``` Test introdocued in https://github.com/JuliaLang/julia/pull/31771. Modified in https://github.com/JuliaLang/julia/pull/55223. cc @Keno, @d-netto.
The test in
julia/Compiler/test/codegen.jl
Lines 390 to 412 in 40fbc88
seems to be a bit flaky. Errored on CI (https://buildkite.com/julialang/julia-release-1-dot-12/builds/10#0194fe6a-8efc-4a90-af48-f19bc8aa1161) with:
Test introdocued in #31771. Modified in #55223.
cc @Keno, @d-netto.