Package evaluation of Malt on Julia 1.12.0-DEV.1805 (a080deafdd*) started at 2025-03-24T11:55:33.535 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.93s ################################################################################ # Installation # Installing Malt... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [36869731] + Malt v1.1.2 Updating `~/.julia/environments/v1.12/Manifest.toml` [36869731] + Malt v1.1.2 [05181044] + RelocatableFolders v1.0.1 [6c6a2e73] + Scratch v1.2.1 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [56ddb016] + Logging v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 0.9s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.04s ################################################################################ # Testing # Testing Malt Status `/tmp/jl_Bl8aMT/Project.toml` [6e4b80f9] BenchmarkTools v1.6.0 [36869731] Malt v1.1.2 [05181044] RelocatableFolders v1.0.1 [8ba89e20] Distributed v1.11.0 [56ddb016] Logging v1.11.0 [9a3f8284] Random v1.11.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Bl8aMT/Manifest.toml` [6e4b80f9] BenchmarkTools v1.6.0 [34da2185] Compat v4.16.0 [682c06a0] JSON v0.21.4 [36869731] Malt v1.1.2 [69de0a69] Parsers v2.8.1 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [05181044] RelocatableFolders v1.0.1 [6c6a2e73] Scratch v1.2.1 [10745b16] Statistics v1.11.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [dc6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9abbd945] Profile v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.2.0+0 [4536629a] OpenBLAS_jll v0.3.28+3 [8e850b90] libblastrampoline_jll v5.11.2+0 Testing Running tests... ┌ Info: test run │ ex = │ quote │ local x = 0.0 │ for i = 1:4000 │ k = [sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) for z = 1:i] │ x += sum(k) │ end │ x │ end │ t1 = 4.714263485 │ t2 = 4.140609636 │ t3 = 3.398107845 └ t4 = 0.376477576 ┌ Info: test run │ ex = :(sleep(3)) │ t1 = 3.239134791 │ t2 = 3.005113048 │ t3 = 0.436095123 └ t4 = 0.450225907 ┌ Info: test run │ ex = │ quote │ local x = 0.0 │ for i = 1:4000 │ k = [sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) for z = 1:i] │ x += sum(k) │ end │ x │ end │ t1 = 4.130274839 │ t2 = 4.112463512 │ t3 = 0.304317289 └ t4 = 0.294545939 ┌ Info: test run │ ex = │ quote │ local x = 0.0 │ for i = 1:20000000 │ x += sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) │ end │ x │ end │ t1 = 3.378762281 │ t2 = 3.384003786 │ t3 = 0.384057728 └ t4 = 0.312029779 ┌ Info: test run │ ex = │ quote │ local x = 0.0 │ for i = 1:20000000 │ x += sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) │ end │ x │ end │ t1 = 3.406273317 │ t2 = 3.401718242 │ t3 = 0.326242062 └ t4 = 0.330770496 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 From worker 2: WARNING: Force throwing a SIGINT ┌ Info: xx │ istaskdone(t) = true └ m.isrunning(w) = true Test Summary: | Pass Total Time Interrupt: Malt.DistributedStdlibWorker | 44 44 1m16.9s ┌ Info: test run │ ex = │ quote │ local x = 0.0 │ for i = 1:4000 │ k = [sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) for z = 1:i] │ x += sum(k) │ end │ x │ end │ t1 = 4.389501214 │ t2 = 4.178390236 │ t3 = 4.259990945 └ t4 = 4.32260066 ┌ Info: test run │ ex = :(sleep(3)) │ t1 = 3.020927486 │ t2 = 3.002296249 │ t3 = 2.634624432 └ t4 = 0.363327611 Test Summary: | Pass Total Time Interrupt: Malt.InProcessWorker | 11 11 26.2s ┌ Info: test run │ ex = │ quote │ local x = 0.0 │ for i = 1:4000 │ k = [sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) for z = 1:i] │ x += sum(k) │ end │ x │ end │ t1 = 4.469369183 │ t2 = 4.024224475 │ t3 = 2.312872871 └ t4 = 0.234796163 ┌ Info: test run │ ex = :(sleep(3)) │ t1 = 4.190192415 │ t2 = 3.004290602 │ t3 = 0.377715372 └ t4 = 0.29814603 ┌ Info: test run │ ex = │ quote │ local x = 0.0 │ for i = 1:4000 │ k = [sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) for z = 1:i] │ x += sum(k) │ end │ x │ end │ t1 = 4.070500525 │ t2 = 4.013441082 │ t3 = 0.171694442 └ t4 = 0.16996952 ┌ Info: test run │ ex = │ quote │ local x = 0.0 │ for i = 1:20000000 │ x += sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) │ end │ x │ end │ t1 = 3.415523447 │ t2 = 3.446786164 │ t3 = 0.186401351 └ t4 = 0.186630029 ┌ Info: test run │ ex = │ quote │ local x = 0.0 │ for i = 1:20000000 │ x += sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) │ end │ x │ end │ t1 = 3.402908345 │ t2 = 3.370215912 │ t3 = 0.184178933 └ t4 = 0.18549179 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 WARNING: Force throwing a SIGINT ┌ Info: xx │ istaskdone(t) = true └ m.isrunning(w) = true Test Summary: | Pass Total Time Interrupt: Malt.Worker | 44 44 56.9s From worker 8: ┌ Error: Fatal error on process 8 From worker 8: │ exception = From worker 8: │ InterruptException: From worker 8: │ Stacktrace: From worker 8: │ [1] send_msg_(w::Distributed.Worker, header::Distributed.MsgHeader, msg::Distributed.JoinCompleteMsg, now::Bool) From worker 8: │ @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/messages.jl:190 From worker 8: │ [2] send_msg_now From worker 8: │ @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/messages.jl:118 [inlined] From worker 8: │ [3] handle_msg(msg::Distributed.JoinPGRPMsg, header::Distributed.MsgHeader, r_stream::Sockets.TCPSocket, w_stream::Sockets.TCPSocket, version::VersionNumber) From worker 8: │ @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:359 From worker 8: │ [4] message_handler_loop(r_stream::Sockets.TCPSocket, w_stream::Sockets.TCPSocket, incoming::Bool) From worker 8: │ @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:164 From worker 8: │ [5] process_tcp_streams(r_stream::Sockets.TCPSocket, w_stream::Sockets.TCPSocket, incoming::Bool) From worker 8: │ @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:133 From worker 8: │ [6] (::Distributed.var"#process_messages##0#process_messages##1"{Sockets.TCPSocket, Sockets.TCPSocket, Bool})() From worker 8: │ @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:121 From worker 8: └ @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:231 Test Summary: | Pass Broken Total Time Impl: Malt.DistributedStdlibWorker | 60 1 61 1m21.9s Test Summary: | Pass Total Time Impl: Malt.InProcessWorker | 59 59 1.4s ERROR: LoadError: InterruptException: Stacktrace: [1] poptask(W::Base.IntrusiveLinkedListSynchronized{Task}) @ Base ./task.jl:1187 [2] wait() @ Base ./task.jl:1199 [3] uv_write(s::Base.PipeEndpoint, p::Ptr{UInt8}, n::UInt64) @ Base ./stream.jl:1082 [4] unsafe_write(s::Base.PipeEndpoint, p::Ptr{UInt8}, n::UInt64) @ Base ./stream.jl:1155 [5] write @ ./strings/io.jl:246 [inlined] [6] print @ ./strings/io.jl:248 [inlined] [7] print(::Base.PipeEndpoint, ::UInt16, ::String) @ Base ./strings/io.jl:46 [8] println(io::Base.PipeEndpoint, xs::UInt16) @ Base ./strings/io.jl:77 [9] main() @ Main ~/.julia/packages/Malt/YJ2Ml/src/worker.jl:26 [10] top-level scope @ ~/.julia/packages/Malt/YJ2Ml/src/worker.jl:166 [11] include(mod::Module, _path::String) @ Base ./Base.jl:300 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [13] _start() @ Base ./client.jl:558 in expression starting at /home/pkgeval/.julia/packages/Malt/YJ2Ml/src/worker.jl:165 Test Summary: | Pass Total Time Impl: Malt.Worker | 63 63 32.0s From worker 9: DomainError with -1.0: From worker 9: sqrt was called with a negative real argument but will only return a complex result if called with a complex argument. Try sqrt(Complex(x)). From worker 9: Stacktrace: From worker 9: [1] throw_complex_domainerror(f::Symbol, x::Float64) From worker 9: @ Base.Math ./math.jl:33 From worker 9: [2] sqrt From worker 9: @ ./math.jl:627 [inlined] From worker 9: [3] sqrt(x::Int64) From worker 9: @ Base.Math ./math.jl:1580 From worker 9: [4] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::@Kwargs{}) From worker 9: @ Base ./essentials.jl:1056 From worker 9: [5] invokelatest(::Any, ::Any, ::Vararg{Any}) From worker 9: @ Base ./essentials.jl:1052 From worker 9: [6] (::Distributed.var"#handle_msg##12#handle_msg##13"{Distributed.RemoteDoMsg})() From worker 9: @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:310 From worker 9: [7] run_work_thunk(thunk::Distributed.var"#handle_msg##12#handle_msg##13"{Distributed.RemoteDoMsg}, print_error::Bool) From worker 9: @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:70 From worker 9: [8] (::Distributed.var"#handle_msg##10#handle_msg##11"{Distributed.RemoteDoMsg})() Test Summary: | Pass Total Time Exceptions: Malt.DistributedStdlibWorker | 19 19 27.4s From worker 9: @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:310 ┌ Warning: WORKER: Got exception while running call without response │ exception = │ DomainError with -1.0: │ sqrt was called with a negative real argument but will only return a complex result if called with a complex argument. Try sqrt(Complex(x)). │ Stacktrace: │ [1] throw_complex_domainerror(f::Symbol, x::Float64) │ @ Base.Math ./math.jl:33 │ [2] sqrt │ @ ./math.jl:627 [inlined] │ [3] sqrt │ @ ./math.jl:1580 [inlined] │ [4] (::var"#handle##2#handle##3"{@Kwargs{}, Tuple{Int64}, typeof(sqrt)})() │ @ Main ~/.julia/packages/Malt/YJ2Ml/src/worker.jl:143 └ @ Main ~/.julia/packages/Malt/YJ2Ml/src/worker.jl:145 Test Summary: | Pass Total Time Exceptions: Malt.Worker | 20 20 9.8s Test Summary: | Pass Total Time Exceptions: Malt.InProcessWorker | 15 15 5.1s Precompiling packages... 1064.5 ms ✓ Scratch 1116.9 ms ✓ RelocatableFolders 2159.2 ms ✓ Malt 3 dependencies successfully precompiled in 5 seconds. 6 already precompiled. Test Summary: | Pass Total Time Nesting | 2 2 32.6s ┌ Info: Expr 1 │ t1 = 1.9685280692307693e8 │ t2 = 1.908009112222222e8 │ ratio = 1.0317183794463445 │ diff = 6051896 ± 47986775 │ b1 = │ BenchmarkTools.Trial: 26 samples with 1 evaluation per sample. │ Range (min … max): 179.481 ms … 419.206 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 185.981 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 196.853 ms ± 45.763 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █ │ ▇█▇▅▅▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▃ ▁ │ 179 ms Histogram: frequency by time 419 ms < │ │ Memory estimate: 3.67 KiB, allocs estimate: 61. │ b2 = │ BenchmarkTools.Trial: 27 samples with 1 evaluation per sample. │ Range (min … max): 177.114 ms … 240.254 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 186.920 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 190.801 ms ± 14.438 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █ │ ▅▁▅▅███▅██▁██▁▁▁▁▁▅▅▅▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅▁▁▁▁▁▅ ▁ │ 177 ms Histogram: frequency by time 240 ms < │ └ Memory estimate: 3.53 KiB, allocs estimate: 55. ┌ Info: Expr 2 │ t1 = 1.2063994717391305e7 │ t2 = 1.210389906553398e7 │ ratio = 0.9967031823442494 │ diff = -39904 ± 702766 │ b1 = │ BenchmarkTools.Trial: 414 samples with 1 evaluation per sample. │ Range (min … max): 11.828 ms … 17.601 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.973 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.064 ms ± 523.089 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▄▆██▆▂ │ ███████▄▅▅▄▅▆▁▅▁▁▁▁▄▁▄▁▁▁▁▄▁▁▁▁▁▁▁▄▁▄▁▁▄▁▁▁▅▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▄ ▇ │ 11.8 ms Histogram: log(frequency) by time 14.7 ms < │ │ Memory estimate: 3.03 KiB, allocs estimate: 53. │ b2 = │ BenchmarkTools.Trial: 412 samples with 1 evaluation per sample. │ Range (min … max): 11.785 ms … 15.776 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.986 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.104 ms ± 469.316 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▂▆██▆▅▂ │ ████████▇▄█▄▅▅▁▁▁▆▄▄▁▄▅▁▆▄▁▄▁▁▅▁▁▅▁▁▄▁▄▄▁▁▁▄▄▄▁▄▁▄▁▁▁▁▁▁▁▁▁▄ ▇ │ 11.8 ms Histogram: log(frequency) by time 14.6 ms < │ └ Memory estimate: 2.89 KiB, allocs estimate: 47. ┌ Info: Expr 3 │ t1 = 1.5221477433333334e8 │ t2 = 1.539298884848485e8 │ ratio = 0.988857822425539 │ diff = -1715114 ± 19900120 │ b1 = │ BenchmarkTools.Trial: 33 samples with 1 evaluation per sample. │ Range (min … max): 134.020 ms … 188.996 ms ┊ GC (min … max): 0.00% … 25.12% │ Time (median): 152.884 ms ┊ GC (median): 7.72% │ Time (mean ± σ): 152.215 ms ± 10.046 ms ┊ GC (mean ± σ): 7.08% ± 5.10% │ │ █▁ ▃ │ ▄▁▁▁▄▄▁▁▄▁▇▁▇▄▄▄▁▁▇▄██▁█▄▁▄▁▁▁▁▄▁▁▁▁▁▄▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 134 ms Histogram: frequency by time 189 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 129. │ b2 = │ BenchmarkTools.Trial: 33 samples with 1 evaluation per sample. │ Range (min … max): 137.216 ms … 228.388 ms ┊ GC (min … max): 0.00% … 39.71% │ Time (median): 151.994 ms ┊ GC (median): 7.82% │ Time (mean ± σ): 153.930 ms ± 17.178 ms ┊ GC (mean ± σ): 6.90% ± 8.01% │ │ ▄▁▄▄ ▁ ▁ ▄█▁ │ ████▆▆█▁▆█▁▁▁███▆▁▆▆▁▁▁▁▆▁▆▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▆ ▁ │ 137 ms Histogram: frequency by time 228 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 165. ┌ Info: Expr 4 │ t1 = 9.516400875471698e7 │ t2 = 9.367977277777778e7 │ ratio = 1.015843718797867 │ diff = 1484236 ± 18897168 │ b1 = │ BenchmarkTools.Trial: 53 samples with 1 evaluation per sample. │ Range (min … max): 81.833 ms … 159.961 ms ┊ GC (min … max): 0.00% … 50.19% │ Time (median): 95.038 ms ┊ GC (median): 14.25% │ Time (mean ± σ): 95.164 ms ± 12.637 ms ┊ GC (mean ± σ): 12.84% ± 10.19% │ │ ▂▂ ▅ ▂▅▅█ █▂ │ ██▅███▁▅▁▁▁▅█▁▁████████▁▁▁▁▅▁▁▁▁▅▁▁▅▁▁▁▁▁▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▅ ▁ │ 81.8 ms Histogram: frequency by time 128 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 125. │ b2 = │ BenchmarkTools.Trial: 54 samples with 1 evaluation per sample. │ Range (min … max): 79.738 ms … 171.639 ms ┊ GC (min … max): 0.00% … 52.20% │ Time (median): 92.538 ms ┊ GC (median): 14.31% │ Time (mean ± σ): 93.680 ms ± 14.050 ms ┊ GC (mean ± σ): 12.74% ± 10.62% │ │ ▃ ▃ ▃▃ █ ▁ │ ▇▇█▇▇▁▁▄▁▄▄█▄▄▄▄██▇█▄▄▇█▁▁▇▁▁▄▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▄▁▁▁▁▁▁▁▁▄ ▁ │ 79.7 ms Histogram: frequency by time 125 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 152. ┌ Info: Expr 5 │ t1 = 5.135490886363637e6 │ t2 = 5.179140616024974e6 │ ratio = 0.9915720130234968 │ diff = -43650 ± 2038690 │ b1 = │ BenchmarkTools.Trial: 968 samples with 1 evaluation per sample. │ Range (min … max): 3.338 ms … 25.597 ms ┊ GC (min … max): 0.00% … 88.90% │ Time (median): 4.824 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.135 ms ± 1.439 ms ┊ GC (mean ± σ): 3.75% ± 7.66% │ │ ▃▆█▆▃▂▂ │ ▃▃▄▄▃▄▆████████▆▅▄▄▃▃▃▃▃▂▂▂▂▂▂▂▂▂▂▂▁▁▁▂▂▂▂▂▂▂▂▂▃▂▂▂▁▁▁▂▂▁▂ ▃ │ 3.34 ms Histogram: frequency by time 11 ms < │ │ Memory estimate: 4.77 MiB, allocs estimate: 64. │ b2 = │ BenchmarkTools.Trial: 961 samples with 1 evaluation per sample. │ Range (min … max): 3.834 ms … 23.979 ms ┊ GC (min … max): 0.00% … 89.94% │ Time (median): 4.770 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.179 ms ± 1.444 ms ┊ GC (mean ± σ): 4.81% ± 9.97% │ │ ▂▃▃▆█▄▄▁ │ ▂▄▅█████████▆▇▆▆▄▃▃▃▃▂▃▃▃▃▂▁▂▂▂▂▂▁▁▁▁▁▁▁▁▂▃▂▃▃▃▃▃▂▂▂▂▂▂▂▃▂ ▃ │ 3.83 ms Histogram: frequency by time 9.81 ms < │ └ Memory estimate: 4.77 MiB, allocs estimate: 55. ┌ Info: Expr 6 │ t1 = 986338.0023937762 │ t2 = 940660.8737402548 │ ratio = 1.0485585506197361 │ diff = 45677 ± 667276 │ b1 = │ BenchmarkTools.Trial: 5013 samples with 1 evaluation per sample. │ Range (min … max): 665.093 μs … 33.016 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 909.641 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 986.338 μs ± 567.186 μs ┊ GC (mean ± σ): 2.61% ± 7.27% │ │ ▁▃▆██▆▃ │ ▂▂▂▃▃▅█████████▆▄▄▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▂▂▂▂▂ ▃ │ 665 μs Histogram: frequency by time 1.95 ms < │ │ Memory estimate: 491.45 KiB, allocs estimate: 58. │ b2 = │ BenchmarkTools.Trial: 5259 samples with 1 evaluation per sample. │ Range (min … max): 651.963 μs … 12.921 ms ┊ GC (min … max): 0.00% … 91.98% │ Time (median): 883.231 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 940.661 μs ± 351.508 μs ┊ GC (mean ± σ): 2.87% ± 7.55% │ │ ▂▄▄▃▆██▆▄ │ ▂▃▃▄▇██████████▆▅▄▄▄▃▃▃▄▅▅▄▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 652 μs Histogram: frequency by time 1.91 ms < │ └ Memory estimate: 491.30 KiB, allocs estimate: 52. ┌ Info: Expr 7 │ t1 = 491924.6699058305 │ t2 = 475223.1657 │ ratio = 1.0351445497847929 │ diff = 16702 ± 413348 │ b1 = │ BenchmarkTools.Trial: 9982 samples with 1 evaluation per sample. │ Range (min … max): 362.807 μs … 12.129 ms ┊ GC (min … max): 0.00% … 95.60% │ Time (median): 462.300 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 491.925 μs ± 228.163 μs ┊ GC (mean ± σ): 0.68% ± 2.00% │ │ ▁▆█▅▃▃▃ │ ▂▄▆████████▆▄▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▁▁▂▂▂▂▁▂▂▁▁▁▁▂▂▂▁▁▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 363 μs Histogram: frequency by time 1.27 ms < │ │ Memory estimate: 52.01 KiB, allocs estimate: 58. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 351.406 μs … 27.521 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 444.221 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 475.223 μs ± 344.670 μs ┊ GC (mean ± σ): 0.65% ± 1.98% │ │ ▂▃▇█▄ │ ▂▄████████▆▅▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▂▁▁▁▂▁▁▂▁▂▁▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 351 μs Histogram: frequency by time 1.25 ms < │ └ Memory estimate: 51.87 KiB, allocs estimate: 52. ┌ Info: Expr 8 │ t1 = 6.4870121243589744e7 │ t2 = 6.046955367469879e7 │ ratio = 1.0727732768223193 │ diff = 4400568 ± 5243046 │ b1 = │ BenchmarkTools.Trial: 78 samples with 1 evaluation per sample. │ Range (min … max): 58.368 ms … 91.476 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 64.255 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 64.870 ms ± 4.193 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂ ▂ ▄ ▄██▂ ▆ │ ▄▄▁▁▁▁▆▁██▄█▄████████▄██▆▆▆▁▁█▄▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 58.4 ms Histogram: frequency by time 78.1 ms < │ │ Memory estimate: 154.40 KiB, allocs estimate: 5538. │ b2 = │ BenchmarkTools.Trial: 83 samples with 1 evaluation per sample. │ Range (min … max): 56.013 ms … 76.562 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 60.174 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 60.470 ms ± 3.148 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃▃▁▃▁ ▃ ▁ █ ▃ ▁ ▃▃▃ ▃ │ ▄▄▇▄█████▇▇█▇█▇▇█▄█▇▇█▁███▁█▇▄▄▄▄▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 56 ms Histogram: frequency by time 71.2 ms < │ └ Memory estimate: 154.26 KiB, allocs estimate: 5532. ┌ Info: Expr 9 │ t1 = 382067.359 │ t2 = 347427.7523 │ ratio = 1.0997030504059706 │ diff = 34640 ± 204932 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 290.177 μs … 11.806 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 375.017 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 382.067 μs ± 136.960 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▁▃▄▆▆▇█▇▇▆▄▃▂▁ │ ▁▁▁▁▁▁▁▁▁▁▁▂▂▃▃▄▅▆▇█████████████████▆▅▄▃▃▂▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▃ │ 290 μs Histogram: frequency by time 478 μs < │ │ Memory estimate: 3.02 KiB, allocs estimate: 52. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 271.748 μs … 13.931 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 341.332 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 347.428 μs ± 152.444 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁ ▂▄▄▄▆▄▇▄▆▅▄▆▆█▅▇▇▆▇▇▄▅▅▃▂▁ │ ▁▁▂▂▃▅▆▇███████████████████████████████▆▆▅▄▃▃▂▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁ ▅ │ 272 μs Histogram: frequency by time 446 μs < │ └ Memory estimate: 2.88 KiB, allocs estimate: 46. Test Summary: | Pass Total Time Benchmark: Malt.DistributedStdlibWorker | 19 19 3m23.4s ┌ Info: Expr 1 │ t1 = 1.7909605114285713e8 │ t2 = 1.8827934307407406e8 │ ratio = 0.9512251754160627 │ diff = -9183292 ± 14242519 │ b1 = │ BenchmarkTools.Trial: 28 samples with 1 evaluation per sample. │ Range (min … max): 163.879 ms … 191.804 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 179.821 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 179.096 ms ± 9.223 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █ │ ▅▁▁▅▅▁▅▁▅▁▅▅▁▁▁▁▅█▁▁▁▁▁▁▅▁▁▁▅▅▁▁▁▁▅▅▁▁▁▁▁▁▁▁▁▅▁▁▁▅██▁▅▁▁▅▁▅▁▅ ▁ │ 164 ms Histogram: frequency by time 192 ms < │ │ Memory estimate: 6.49 MiB, allocs estimate: 121393. │ b2 = │ BenchmarkTools.Trial: 27 samples with 1 evaluation per sample. │ Range (min … max): 173.221 ms … 230.248 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 186.598 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 188.279 ms ± 10.853 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █▅ ▅ │ ▅▁▁▅▅▁▁▁▁▅▁█▅█████▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅ ▁ │ 173 ms Histogram: frequency by time 230 ms < │ └ Memory estimate: 3.53 KiB, allocs estimate: 55. ┌ Info: Expr 2 │ t1 = 1.1549597875e7 │ t2 = 1.2201773437652811e7 │ ratio = 0.9465507562498827 │ diff = -652176 ± 931194 │ b1 = │ BenchmarkTools.Trial: 432 samples with 1 evaluation per sample. │ Range (min … max): 11.388 ms … 17.934 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.453 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 11.550 ms ± 467.985 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▅█▇▄▃▁ │ ██████▆▁▆▅▅▄▁▁▄▄▄▁▁▁▄▄▅▁▄▁▁▅▄▅▁▁▁▁▄▄▄▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▅▁▄▄▄ ▆ │ 11.4 ms Histogram: log(frequency) by time 13.3 ms < │ │ Memory estimate: 1.98 KiB, allocs estimate: 53. │ b2 = │ BenchmarkTools.Trial: 409 samples with 1 evaluation per sample. │ Range (min … max): 11.721 ms … 18.696 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 12.000 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.202 ms ± 805.055 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃██▅▁ │ ▆▆██████▄▄▄▄▁▅▁▅▁▅▅▁▁▁▁▄▁▄▅▁▄▁▁▁▄▁▅▅▁▅▁▁▁▁▁▁▅▄▁▁▁▁▄▁▁▁▄▁▁▄▆▄ ▇ │ 11.7 ms Histogram: log(frequency) by time 15.7 ms < │ └ Memory estimate: 2.89 KiB, allocs estimate: 47. ┌ Info: Expr 3 │ t1 = 4.888589442718446e7 │ t2 = 1.48827502e8 │ ratio = 0.3284735265339901 │ diff = -99941608 ± 17315098 │ b1 = │ BenchmarkTools.Trial: 103 samples with 1 evaluation per sample. │ Range (min … max): 35.602 ms … 102.580 ms ┊ GC (min … max): 0.00% … 58.63% │ Time (median): 48.133 ms ┊ GC (median): 18.97% │ Time (mean ± σ): 48.886 ms ± 8.055 ms ┊ GC (mean ± σ): 18.27% ± 10.18% │ │ ▄█▂ ▃ │ ▆▅▆▁██▆▁▅▅▅▆▅▁▁▁▁█████▁▁▅▅███▅▅▁▁▁▅▁▁▅▅▁▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅ ▅ │ 35.6 ms Histogram: log(frequency) by time 75.9 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 54. │ b2 = │ BenchmarkTools.Trial: 34 samples with 1 evaluation per sample. │ Range (min … max): 132.838 ms … 204.934 ms ┊ GC (min … max): 0.00% … 35.16% │ Time (median): 143.955 ms ┊ GC (median): 3.65% │ Time (mean ± σ): 148.828 ms ± 15.328 ms ┊ GC (mean ± σ): 6.93% ± 8.25% │ │ ▃ █ ████ █ ▃ │ ▇█▇▁█▁████▇█▁▇▁▇▇▁▇▇▇▁▁▁▁█▁▁▁▁▁▁▁▁▁▁▁▁▇▁▁▁▁▁▁▇▁▁▁▁▁▁▁▁▁▁▁▁▁▁▇ ▁ │ 133 ms Histogram: frequency by time 205 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 156. ┌ Info: Expr 4 │ t1 = 167455.5716 │ t2 = 9.222963001818182e7 │ ratio = 0.0018156374645218506 │ diff = -92062174 ± 13603350 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 129.779 μs … 4.265 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 159.749 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 167.456 μs ± 98.978 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▂▄▄▆▅▅██▇▄▁ │ ▂▁▂▁▂▂▂▂▂▃▄▅▆▇▇█████████████▆▅▆▅▅▅▄▄▅▄▄▃▃▃▃▂▂▂▂▂▂▂▂▁▂▂▂▂▁▁▁▂ ▄ │ 130 μs Histogram: frequency by time 208 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 55 samples with 1 evaluation per sample. │ Range (min … max): 79.928 ms … 164.737 ms ┊ GC (min … max): 14.11% … 47.34% │ Time (median): 88.596 ms ┊ GC (median): 13.54% │ Time (mean ± σ): 92.230 ms ± 13.603 ms ┊ GC (mean ± σ): 12.69% ± 9.80% │ │ ▁ ▃█ █ ▃▃ ▁ ▆ ▆ │ █▄▄▁██▄█▁██▄█▁█▄▁▁█▁▄▄▁▄▁▄▁▁▁▁▄▄▁▁▁▄▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 79.9 ms Histogram: frequency by time 130 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 156. ┌ Info: Expr 5 │ t1 = 165646.3632 │ t2 = 5.101486982564103e6 │ ratio = 0.03247021187472344 │ diff = -4935841 ± 1419504 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 125.979 μs … 1.123 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 159.808 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 165.646 μs ± 68.075 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▃▅▆▆▇▆█▇▆▇▇▅▄▁ │ ▂▁▁▁▂▂▂▃▃▃▃▃▃▃▃▃▃▄▄▅▅▇████████████████▆▆▅▅▅▄▄▄▄▄▄▄▄▃▃▃▃▃▃▂▂▂ ▄ │ 126 μs Histogram: frequency by time 191 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 975 samples with 1 evaluation per sample. │ Range (min … max): 3.807 ms … 19.438 ms ┊ GC (min … max): 0.00% … 84.35% │ Time (median): 4.761 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.101 ms ± 1.418 ms ┊ GC (mean ± σ): 4.89% ± 9.39% │ │ ▁▁▃██▄▅▁ │ ▄▆█████████▇▆▇▅▆▅▃▃▃▃▃▂▂▂▁▂▁▁▁▁▁▁▂▂▂▂▂▂▂▃▂▃▃▂▂▂▂▁▁▁▁▂▁▁▁▁▂ ▃ │ 3.81 ms Histogram: frequency by time 10.9 ms < │ └ Memory estimate: 4.77 MiB, allocs estimate: 60. ┌ Info: Expr 6 │ t1 = 163578.3513 │ t2 = 941059.6334221546 │ ratio = 0.17382357662622172 │ diff = -777481 ± 401093 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 124.848 μs … 3.088 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 156.829 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 163.578 μs ± 78.640 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▃▇█▇▄▄▅▆▆▆▇███▆▆▆▄▁ │ ▂▁▂▂▂▂▂▂▂▂▂▂▂▃▃▃▅████████████████████▇▆▅▅▄▄▄▄▄▄▄▃▃▃▃▃▃▂▂▂▂▁▂ ▅ │ 125 μs Histogram: frequency by time 192 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 5254 samples with 1 evaluation per sample. │ Range (min … max): 653.543 μs … 19.508 ms ┊ GC (min … max): 0.00% … 95.36% │ Time (median): 875.351 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 941.060 μs ± 393.308 μs ┊ GC (mean ± σ): 3.05% ± 7.79% │ │ ▄▇██▅▃ │ ▂▂▃▄▇███████▅▄▃▃▃▃▃▃▃▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▁▁▂▂▁▁▁▂▂▂▂▂▂▂▂▂ ▃ │ 654 μs Histogram: frequency by time 2.22 ms < │ └ Memory estimate: 491.30 KiB, allocs estimate: 52. ┌ Info: Expr 7 │ t1 = 159629.5325 │ t2 = 474544.7231 │ ratio = 0.3363845908078121 │ diff = -314915 ± 418981 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 116.579 μs … 1.106 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 154.833 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 159.630 μs ± 67.373 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▅▆▆▄▃▂▄▆▆██▆▂ │ ▂▁▂▂▁▂▂▂▂▂▂▂▂▃▃▄▆▆▇▇▆▅▅▅▆███████████████▆▅▅▄▄▄▄▄▃▃▃▃▂▂▂▂▂▂▂▂ ▄ │ 117 μs Histogram: frequency by time 187 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 339.337 μs … 29.089 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 440.536 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 474.545 μs ± 413.528 μs ┊ GC (mean ± σ): 0.74% ± 1.78% │ │ ▂▄▇█▆▃▁ │ ▂▅█████████▆▅▄▃▃▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▂▁▂▂▂▂▁▁▁▂▁▁▁▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 339 μs Histogram: frequency by time 1.25 ms < │ └ Memory estimate: 51.87 KiB, allocs estimate: 52. ┌ Info: Expr 8 │ t1 = 6.117330859756097e7 │ t2 = 6.25151308375e7 │ ratio = 0.978536040443922 │ diff = -1341822 ± 4410585 │ b1 = │ BenchmarkTools.Trial: 82 samples with 1 evaluation per sample. │ Range (min … max): 56.146 ms … 74.070 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 60.703 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 61.173 ms ± 2.663 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃ ▁▆█▃▄ ▁▁▃▄ │ ▄▁▁▁▁▆▄▇▄█▇█████▇▇████▄▄▄▆▄▄▁▄▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 56.1 ms Histogram: frequency by time 73.8 ms < │ │ Memory estimate: 1.50 MiB, allocs estimate: 33257. │ b2 = │ BenchmarkTools.Trial: 80 samples with 1 evaluation per sample. │ Range (min … max): 57.962 ms … 84.638 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 62.485 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 62.515 ms ± 3.516 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃ ▅ █▂ ▅ │ █▄▁▄▇█▄▇▁▇█▅▇█▄███▅██▇▄▅▁▁▁▁▄▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 58 ms Histogram: frequency by time 75.3 ms < │ └ Memory estimate: 154.26 KiB, allocs estimate: 5532. ┌ Info: Expr 9 │ t1 = 155830.0704 │ t2 = 355802.5548 │ ratio = 0.43796782315853117 │ diff = -199972 ± 505689 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 110.319 μs … 2.965 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 147.589 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 155.830 μs ± 86.970 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▂▁▆██▆▄▄▄▃▄▃▂▁ │ ▂▂▁▂▂▂▁▂▂▂▂▂▂▃▃▃▃▃▅████████████████▆▅▅▅▄▄▄▄▃▃▃▃▃▃▃▂▂▂▂▂▂▂▂▂▂ ▄ │ 110 μs Histogram: frequency by time 192 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 278.297 μs … 48.554 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 341.776 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 355.803 μs ± 498.154 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂▄▅▆▆██▆▆▆▅▅▃▂▂▂ │ ▁▁▁▁▂▂▂▂▃▃▄▆▇████████████████████▇▇▆▅▅▄▃▄▃▂▂▂▂▁▂▂▁▁▁▁▁▁▁▁▁▁▁▁ ▄ │ 278 μs Histogram: frequency by time 447 μs < │ └ Memory estimate: 2.88 KiB, allocs estimate: 46. Test Summary: | Pass Total Time Benchmark: Malt.InProcessWorker | 19 19 2m37.7s ┌ Info: Expr 1 │ t1 = 1.2957036194871795e8 │ t2 = 1.854901448888889e8 │ ratio = 0.6985296282254367 │ diff = -55919783 ± 15227065 │ b1 = │ BenchmarkTools.Trial: 39 samples with 1 evaluation per sample. │ Range (min … max): 116.600 ms … 178.230 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 126.769 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 129.570 ms ± 11.504 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂ ▂ ▅█ ▂▅▂ │ █▅▁▁▁█▅███▅████▁▁▅▁▁▁█▁▁▅▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅ ▁ │ 117 ms Histogram: frequency by time 178 ms < │ │ Memory estimate: 3.83 KiB, allocs estimate: 57. │ b2 = │ BenchmarkTools.Trial: 27 samples with 1 evaluation per sample. │ Range (min … max): 169.410 ms … 221.366 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 185.833 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 185.490 ms ± 9.976 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃ █ ▃ █ ▃█ ▃ │ ▇▁▁▇▁▇█▁▁▁▁▁█▁▇█▇▁▇▇█▁██▁▇█▁▁▁▁▁▁▁▇▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▇ ▁ │ 169 ms Histogram: frequency by time 221 ms < │ └ Memory estimate: 3.53 KiB, allocs estimate: 55. ┌ Info: Expr 2 │ t1 = 1.2029065542168675e7 │ t2 = 1.2009414192307692e7 │ ratio = 1.001636328762278 │ diff = 19651 ± 654970 │ b1 = │ BenchmarkTools.Trial: 415 samples with 1 evaluation per sample. │ Range (min … max): 11.749 ms … 15.673 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.888 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.029 ms ± 490.434 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃▇█▇▄▂▁ │ ███████▇▇▆▆▅▇▄▇▅▄▁█▄▁▄▆▅▄▄▄▁▁▄▄▁▁▁▁▁▁▁▄▁▁▄▁▁▁▁▁▄▁▁▁▄▁▁▁▁▄▁▁▄ ▇ │ 11.7 ms Histogram: log(frequency) by time 14.8 ms < │ │ Memory estimate: 3.23 KiB, allocs estimate: 52. │ b2 = │ BenchmarkTools.Trial: 416 samples with 1 evaluation per sample. │ Range (min … max): 11.796 ms … 17.361 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.938 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.009 ms ± 434.121 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▄█▇█▇▃▃▁ │ ▅██████████▄█▇▄▁▄▄▁▁▄▁▄▁▄▁▁▄▄▁▄▄▁▁▄▁▁▁▁▁▁▁▁▄▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▇ │ 11.8 ms Histogram: log(frequency) by time 13.7 ms < │ └ Memory estimate: 2.89 KiB, allocs estimate: 47. ┌ Info: Expr 3 │ t1 = 1.4764720020588234e8 │ t2 = 1.453866512857143e8 │ ratio = 1.0155485314516641 │ diff = 2260549 ± 25644911 │ b1 = │ BenchmarkTools.Trial: 34 samples with 1 evaluation per sample. │ Range (min … max): 126.579 ms … 209.255 ms ┊ GC (min … max): 0.00% … 35.78% │ Time (median): 142.934 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 147.647 ms ± 17.896 ms ┊ GC (mean ± σ): 6.85% ± 8.61% │ │ █ ▁ ▁ ▁▁ ▁ ▁ ▁ │ █▁▆▆▆█▆▁█▆██▆▁▆▁▆█▆▁█▁▆▁▆█▁▆▆▁▁▁▆▁▁▁▁▁▁▁▁▁▁▁▆▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▆ ▁ │ 127 ms Histogram: frequency by time 209 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 164. │ b2 = │ BenchmarkTools.Trial: 35 samples with 1 evaluation per sample. │ Range (min … max): 124.336 ms … 201.168 ms ┊ GC (min … max): 0.00% … 35.71% │ Time (median): 144.469 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 145.387 ms ± 18.368 ms ┊ GC (mean ± σ): 6.77% ± 8.71% │ │ ▃ ▃ █ ▃ ▃▃▃ ▃ │ █▇█▇▇█▇▇▁█▇▇▁▁▁███▇█▇▇▁▁▇▇▇▁▇▁▁▁▁▁▁▇▁▁▁▁▁▁▁▁▁▁▇▁▁▁▁▁▁▇▁▁▁▁▁▁▇ ▁ │ 124 ms Histogram: frequency by time 201 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 153. ┌ Info: Expr 4 │ t1 = 9.471336324528302e7 │ t2 = 9.622069826415095e7 │ ratio = 0.984334607355167 │ diff = -1507335 ± 35442458 │ b1 = │ BenchmarkTools.Trial: 53 samples with 1 evaluation per sample. │ Range (min … max): 75.970 ms … 167.311 ms ┊ GC (min … max): 0.00% … 51.12% │ Time (median): 92.320 ms ┊ GC (median): 14.48% │ Time (mean ± σ): 94.713 ms ± 16.832 ms ┊ GC (mean ± σ): 12.37% ± 10.77% │ │ ▄ ██ │ █▁▆█▄█▆▁█▁▁█▆███▄▄▁▄▁▁▆▄▁▁▄▁▁▁▁▁▁▁▁▄▁▁▁▆▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 76 ms Histogram: frequency by time 151 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 127. │ b2 = │ BenchmarkTools.Trial: 53 samples with 1 evaluation per sample. │ Range (min … max): 74.384 ms … 284.316 ms ┊ GC (min … max): 0.00% … 15.87% │ Time (median): 88.579 ms ┊ GC (median): 13.73% │ Time (mean ± σ): 96.221 ms ± 31.191 ms ┊ GC (mean ± σ): 11.73% ± 11.05% │ │ █▃ ▆█ ▆▁▁ ▁ ▁ │ ▄▁▁██▄██▇███▄▄█▄▄▁▁▄▇▁▁▁▁▁▁▁█▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▄ ▁ │ 74.4 ms Histogram: frequency by time 162 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 185. ┌ Info: Expr 5 │ t1 = 5.204323381151833e6 │ t2 = 5.10348571560575e6 │ ratio = 1.0197585868101355 │ diff = 100838 ± 2587239 │ b1 = │ BenchmarkTools.Trial: 955 samples with 1 evaluation per sample. │ Range (min … max): 3.803 ms … 42.027 ms ┊ GC (min … max): 0.00% … 93.70% │ Time (median): 4.763 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.204 ms ± 1.724 ms ┊ GC (mean ± σ): 4.83% ± 9.17% │ │ ▄▃█▅▅▅ │ ▃▃▃▅▇███████▆▆▅▅▇▅▅▄▄▄▄▃▃▅▃▂▂▃▂▂▂▂▃▁▂▂▂▂▂▁▂▁▂▂▁▂▂▂▃▃▃▃▃▃▃▂ ▃ │ 3.8 ms Histogram: frequency by time 9.3 ms < │ │ Memory estimate: 4.77 MiB, allocs estimate: 61. │ b2 = │ BenchmarkTools.Trial: 974 samples with 1 evaluation per sample. │ Range (min … max): 3.755 ms … 42.112 ms ┊ GC (min … max): 0.00% … 93.79% │ Time (median): 4.562 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.103 ms ± 1.929 ms ┊ GC (mean ± σ): 4.68% ± 9.16% │ │ ▄▇█▇▄▃▁ │ ▃▇███████▆██▆▅▄▄▄▃▃▃▃▃▃▃▁▂▂▂▂▂▁▂▁▁▂▂▂▁▁▁▂▃▄▄▃▃▂▂▂▂▂▂▁▁▂▂▁▂ ▃ │ 3.75 ms Histogram: frequency by time 10.8 ms < │ └ Memory estimate: 4.77 MiB, allocs estimate: 55. ┌ Info: Expr 6 │ t1 = 927291.3178323645 │ t2 = 977263.6893146356 │ ratio = 0.9488650074399907 │ diff = -49972 ± 2718223 │ b1 = │ BenchmarkTools.Trial: 5333 samples with 1 evaluation per sample. │ Range (min … max): 635.254 μs … 39.618 ms ┊ GC (min … max): 0.00% … 97.92% │ Time (median): 856.202 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 927.291 μs ± 630.314 μs ┊ GC (mean ± σ): 3.07% ± 7.64% │ │ ▂▅▇█▇▄ │ ▂▂▃▄▇███████▅▄▃▃▃▃▃▃▃▃▃▃▃▃▃▂▃▂▂▂▂▂▂▂▁▂▂▂▂▂▂▂▂▂▁▁▁▂▁▁▂▁▁▂▂▂▂▂▂ ▃ │ 635 μs Histogram: frequency by time 2.15 ms < │ │ Memory estimate: 491.65 KiB, allocs estimate: 57. │ b2 = │ BenchmarkTools.Trial: 5063 samples with 1 evaluation per sample. │ Range (min … max): 644.074 μs … 157.248 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 849.832 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 977.264 μs ± 2.644 ms ┊ GC (mean ± σ): 3.14% ± 7.64% │ │ ▃██▅▁ │ ▂▃▃▄▆█████▇▅▄▃▃▃▃▃▃▃▃▃▃▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▂▁▁▁▂▂▂▁▂▂▂▁▂▂▂▂▂▂▂ ▃ │ 644 μs Histogram: frequency by time 2.21 ms < │ └ Memory estimate: 491.30 KiB, allocs estimate: 52. ┌ Info: Expr 7 │ t1 = 434638.2834 │ t2 = 473700.971 │ ratio = 0.9175372439757993 │ diff = -39063 ± 511394 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 335.316 μs … 9.852 ms ┊ GC (min … max): 0.00% … 94.94% │ Time (median): 407.556 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 434.638 μs ± 172.667 μs ┊ GC (mean ± σ): 0.43% ± 1.77% │ │ ▄█▅▂ │ ▂▃▅█████▆▄▃▃▃▂▂▂▂▂▂▂▁▁▁▁▁▂▁▁▁▁▂▂▂▂▂▂▂▂▁▁▁▂▁▁▁▁▁▁▂▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 335 μs Histogram: frequency by time 1.16 ms < │ │ Memory estimate: 52.21 KiB, allocs estimate: 57. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 350.286 μs … 45.142 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 440.950 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 473.701 μs ± 481.362 μs ┊ GC (mean ± σ): 0.40% ± 1.74% │ │ ▂▇█▄ │ ▃▃▄▆█████▇▆▅▄▃▂▂▂▂▂▂▂▂▂▂▂▁▁▁▂▁▂▁▂▂▂▂▂▁▂▂▂▁▂▁▁▂▂▁▂▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 350 μs Histogram: frequency by time 1.18 ms < │ └ Memory estimate: 51.87 KiB, allocs estimate: 52. ┌ Info: Expr 8 │ t1 = 6.4766031807692304e7 │ t2 = 6.468137691025641e7 │ ratio = 1.0013087986292153 │ diff = 84655 ± 4170965 │ b1 = │ BenchmarkTools.Trial: 78 samples with 1 evaluation per sample. │ Range (min … max): 62.380 ms … 79.548 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 64.291 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 64.766 ms ± 2.226 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▃▁█ ▁▆▃ ▁▆ │ ▇▁▁▇▁████▇███▇▆▇▇██▁▄▄▁▁▆▁▄▄▄▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 62.4 ms Histogram: frequency by time 72.2 ms < │ │ Memory estimate: 154.70 KiB, allocs estimate: 5538. │ b2 = │ BenchmarkTools.Trial: 78 samples with 1 evaluation per sample. │ Range (min … max): 59.803 ms … 85.291 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 64.363 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 64.681 ms ± 3.527 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁ ▁▅█▇▂ │ ▅▃▃▁▃▆▅████████▅▆▆▅▃▃▁▃▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▃ ▁ │ 59.8 ms Histogram: frequency by time 81.5 ms < │ └ Memory estimate: 154.26 KiB, allocs estimate: 5532. ┌ Info: Expr 9 │ t1 = 330116.4651 │ t2 = 360041.6334 │ ratio = 0.9168841447101378 │ diff = -29925 ± 464676 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 269.688 μs … 2.172 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 322.122 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 330.116 μs ± 76.872 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▂▃▅▇▇▇██▇▇▆▆▅▅▅▄▄▄▄▄▂▁▁ │ ▁▂▃▄▅▇███████████████████████████▅▅▄▄▃▃▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▄ │ 270 μs Histogram: frequency by time 437 μs < │ │ Memory estimate: 3.22 KiB, allocs estimate: 51. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 280.017 μs … 44.389 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 349.966 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 360.042 μs ± 458.273 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃▃▄▅▅▆█▇██▇▅▅▄▄▂▂▁ │ ▁▁▂▂▂▃▄▃▄▅▅▆█▇▇███████████████████▇▆▅▅▄▃▃▂▂▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▄ │ 280 μs Histogram: frequency by time 457 μs < │ └ Memory estimate: 2.88 KiB, allocs estimate: 46. Test Summary: | Pass Total Time Benchmark: Malt.Worker | 19 19 3m01.5s ┌ Info: Launch benchmark │ ratio = 0.3227311256486132 │ t1 = 3.728245014 └ t2 = 11.552170577 Test Summary: | Pass Total Time Benchmark launch | 1 1 1m16.0s Testing Malt tests passed Testing completed after 909.94s PkgEval succeeded after 1020.4s