Package evaluation of Malt on Julia 1.10.9 (96dc2d8c45*) started at 2025-06-06T12:10:51.858 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.02s ################################################################################ # Installation # Installing Malt... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [36869731] + Malt v1.1.2 Updating `~/.julia/environments/v1.10/Manifest.toml` [36869731] + Malt v1.1.2 [05181044] + RelocatableFolders v1.0.1 [6c6a2e73] + Scratch v1.2.1 [ade2ca70] + Dates [8ba89e20] + Distributed [56ddb016] + Logging [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [6462fe0b] + Sockets [4ec0a83e] + Unicode Installation completed after 3.86s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 8.97s ################################################################################ # Testing # Testing Malt Status `/tmp/jl_gn0iBe/Project.toml` [6e4b80f9] BenchmarkTools v1.6.0 [36869731] Malt v1.1.2 [05181044] RelocatableFolders v1.0.1 [8ba89e20] Distributed [56ddb016] Logging [9a3f8284] Random [9e88b42a] Serialization [6462fe0b] Sockets [8dfed614] Test Status `/tmp/jl_gn0iBe/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.3 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [05181044] RelocatableFolders v1.0.1 [6c6a2e73] Scratch v1.2.1 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [8ba89e20] Distributed [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [a63ad114] Mmap [de0858da] Printf [9abbd945] Profile [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [2f01184e] SparseArrays v1.10.0 [10745b16] Statistics v1.10.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+4 [bea87d4a] SuiteSparse_jll v7.2.1+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. 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.502306016 │ t2 = 3.555800917 │ t3 = 2.602763876 └ t4 = 0.224439884 ┌ Info: test run │ ex = :(sleep(3)) │ t1 = 3.204688837 │ t2 = 3.005214409 │ t3 = 0.361041727 └ t4 = 0.375720957 ┌ 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 = 3.893994098 │ t2 = 3.536742402 │ t3 = 0.214923401 └ t4 = 0.219265807 ┌ 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.286612911 │ t2 = 3.286065046 │ t3 = 0.205349459 └ t4 = 0.205655547 ┌ 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.296067074 │ t2 = 3.295565189 │ t3 = 0.229610192 └ t4 = 0.209597606 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 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 1m09.3s ┌ 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.102439315 │ t2 = 3.666143939 │ t3 = 3.579326237 └ t4 = 3.595783348 ┌ Info: test run │ ex = :(sleep(3)) │ t1 = 3.002550627 │ t2 = 3.004393048 │ t3 = 2.088469817 └ t4 = 0.30109743 Test Summary: | Pass Total Time Interrupt: Malt.InProcessWorker | 11 11 23.4s ┌ 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.295683619 │ t2 = 3.505750569 │ t3 = 1.780502937 └ t4 = 0.417926315 ┌ Info: test run │ ex = :(sleep(3)) │ t1 = 4.171682627 │ t2 = 3.004881402 │ t3 = 0.256072981 └ t4 = 0.254481257 ┌ 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.405011871 │ t2 = 3.542970308 │ t3 = 0.12317868 └ t4 = 0.123046411 ┌ 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.277223557 │ t2 = 3.269657183 │ t3 = 0.109193573 └ t4 = 0.153401991 ┌ 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.253205313 │ t2 = 3.27983347 │ t3 = 0.12993395 └ t4 = 0.109211493 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 WARNING: Force throwing a SIGINT ┌ Info: xx │ istaskdone(t) = true └ m.isrunning(w) = true Test Summary: | Pass Total Time Interrupt: Malt.Worker | 44 44 52.3s 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.10/Distributed/src/messages.jl:190 From worker 8: │ [2] send_msg_now From worker 8: │ @ /opt/julia/share/julia/stdlib/v1.10/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.10/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.10/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.10/Distributed/src/process_messages.jl:133 From worker 8: │ [6] (::Distributed.var"#103#104"{Sockets.TCPSocket, Sockets.TCPSocket, Bool})() From worker 8: │ @ Distributed /opt/julia/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:121 From worker 8: └ @ Distributed /opt/julia/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:231 Test Summary: | Pass Broken Total Time Impl: Malt.DistributedStdlibWorker | 60 1 61 1m07.0s 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:999 [2] wait() @ Base ./task.jl:1008 [3] uv_write(s::Base.PipeEndpoint, p::Ptr{UInt8}, n::UInt64) @ Base ./stream.jl:1048 [4] unsafe_write(s::Base.PipeEndpoint, p::Ptr{UInt8}, n::UInt64) @ Base ./stream.jl:1120 [5] write @ ./strings/io.jl:248 [inlined] [6] print @ ./strings/io.jl:250 [inlined] [7] print(::Base.PipeEndpoint, ::UInt16, ::String) @ Base ./strings/io.jl:46 [8] println(io::Base.PipeEndpoint, xs::UInt16) @ Base ./strings/io.jl:75 [9] main() @ Main ~/.julia/packages/Malt/YJ2Ml/src/worker.jl:26 [10] top-level scope @ ~/.julia/packages/Malt/YJ2Ml/src/worker.jl:166 in expression starting at /home/pkgeval/.julia/packages/Malt/YJ2Ml/src/worker.jl:165 Test Summary: | Pass Total Time Impl: Malt.Worker | 63 63 29.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:686 [inlined] From worker 9: [3] sqrt(x::Int64) From worker 9: @ Base.Math ./math.jl:1578 From worker 9: [4] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::@Kwargs{}) From worker 9: @ Base ./essentials.jl:892 From worker 9: [5] invokelatest(::Any, ::Any, ::Vararg{Any}) From worker 9: @ Base ./essentials.jl:889 From worker 9: [6] (::Distributed.var"#118#120"{Distributed.RemoteDoMsg})() From worker 9: @ Distributed /opt/julia/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:310 From worker 9: [7] run_work_thunk(thunk::Distributed.var"#118#120"{Distributed.RemoteDoMsg}, print_error::Bool) From worker 9: @ Distributed /opt/julia/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:70 From worker 9: [8] (::Distributed.var"#117#119"{Distributed.RemoteDoMsg})() Test Summary: | Pass Total Time Exceptions: Malt.DistributedStdlibWorker | 19 19 20.6s From worker 9: @ Distributed /opt/julia/share/julia/stdlib/v1.10/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:686 [inlined] │ [3] sqrt │ @ ./math.jl:1578 [inlined] │ [4] (::var"#3#4"{@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 10.9s Test Summary: | Pass Total Time Exceptions: Malt.InProcessWorker | 15 15 2.2s Test Summary: | Pass Total Time Nesting | 2 2 28.1s ┌ Info: Expr 1 │ t1 = 1.5393033512121212e8 │ t2 = 1.603067871875e8 │ ratio = 0.9602234429486147 │ diff = -6376452 ± 33386960 │ b1 = │ BenchmarkTools.Trial: 33 samples with 1 evaluation per sample. │ Range (min … max): 147.057 ms … 164.197 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 153.072 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 153.930 ms ± 4.007 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃ █ ▃ ▃▃ ▃ ▃ ▃ │ ▇▁▁▁▁▁▁▁▁█▇█▁█▁▇▇▁██▇█▁▇▇▁▇▇▁▇█▇▁█▇▁▁▁▁▁▁▁▁▁▁▁▇▁▁▁▁▁▁▇▁▁▁▁▇▁▇ ▁ │ 147 ms Histogram: frequency by time 164 ms < │ │ Memory estimate: 2.92 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 32 samples with 1 evaluation per sample. │ Range (min … max): 141.360 ms … 289.405 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 152.776 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 160.307 ms ± 33.146 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁█▄▁ │ ▄▄████▇▆▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▄ ▁ │ 141 ms Histogram: frequency by time 289 ms < │ └ Memory estimate: 2.78 KiB, allocs estimate: 44. ┌ Info: Expr 2 │ t1 = 1.7346401864583332e7 │ t2 = 1.2054871265700484e7 │ ratio = 1.4389537210520653 │ diff = 5291531 ± 24677386 │ b1 = │ BenchmarkTools.Trial: 288 samples with 1 evaluation per sample. │ Range (min … max): 10.957 ms … 170.956 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 12.005 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 17.346 ms ± 24.675 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █ │ █▅▁▁▁▁▁▁▁▁▁▁▁▅▅▄▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▄▄▁▄▁▄▁▁▁▄▄ ▅ │ 11 ms Histogram: log(frequency) by time 153 ms < │ │ Memory estimate: 2.25 KiB, allocs estimate: 42. │ b2 = │ BenchmarkTools.Trial: 414 samples with 1 evaluation per sample. │ Range (min … max): 11.829 ms … 15.659 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.980 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.055 ms ± 334.771 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▄▇█▆▅▃▂ │ ▅████████▇▅▇▇▄▅▄▄▁▄▅▄▄▄▅▁▅▁▁▁▁▁▇▅▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅ ▇ │ 11.8 ms Histogram: log(frequency) by time 13.8 ms < │ └ Memory estimate: 2.11 KiB, allocs estimate: 36. ┌ Info: Expr 3 │ t1 = 1.439665914e8 │ t2 = 1.5503022533333334e8 │ ratio = 0.9286356327642225 │ diff = -11063634 ± 50513053 │ b1 = │ BenchmarkTools.Trial: 35 samples with 1 evaluation per sample. │ Range (min … max): 116.438 ms … 206.816 ms ┊ GC (min … max): 0.00% … 27.96% │ Time (median): 140.413 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 143.967 ms ± 24.103 ms ┊ GC (mean ± σ): 5.99% ± 10.27% │ │ █▃ ▃ ▃ ▃ ▃ ▃ ▃ ▃ ▃ │ ▇██▇█▁▇█▁▇▁▇▁▁▇█▇█▁▇█▇█▁█▇▁▁▁▁▁▁▇▁▁▁▁▁▇▇▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▇▁▁▁▁█ ▁ │ 116 ms Histogram: frequency by time 207 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 431. │ b2 = │ BenchmarkTools.Trial: 33 samples with 1 evaluation per sample. │ Range (min … max): 116.043 ms … 334.043 ms ┊ GC (min … max): 0.00% … 10.01% │ Time (median): 144.316 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 155.030 ms ± 44.391 ms ┊ GC (mean ± σ): 6.41% ± 10.91% │ │ █ ██▃▃ ▃ ██ ▃ │ █▇████▇█▇██▇▁▇▁▁▁▁█▇▁▁▁▇▇▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▇▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▇ ▁ │ 116 ms Histogram: frequency by time 334 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 107. ┌ Info: Expr 4 │ t1 = 9.555740866037735e7 │ t2 = 9.32655435e7 │ ratio = 1.0245735463963426 │ diff = 2291865 ± 28812062 │ b1 = │ BenchmarkTools.Trial: 53 samples with 1 evaluation per sample. │ Range (min … max): 79.946 ms … 146.592 ms ┊ GC (min … max): 0.00% … 41.02% │ Time (median): 86.507 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 95.557 ms ± 20.551 ms ┊ GC (mean ± σ): 11.36% ± 16.62% │ │ ▄█▂██ ▂ │ ▆▆██████▁▄▆▄▄▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁█▄▄▁▄▁▁▁▁▄ ▁ │ 79.9 ms Histogram: frequency by time 146 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 115. │ b2 = │ BenchmarkTools.Trial: 54 samples with 1 evaluation per sample. │ Range (min … max): 78.975 ms … 139.387 ms ┊ GC (min … max): 0.00% … 42.31% │ Time (median): 84.570 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 93.266 ms ± 20.194 ms ┊ GC (mean ± σ): 11.67% ± 16.73% │ │ █ ▃▆▅ │ ▅█▅▇████▁▁▁▄▁▁▄▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▄▁▁▁█▁▁▇ ▁ │ 79 ms Histogram: frequency by time 138 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 109. ┌ Info: Expr 5 │ t1 = 4.9857941444333e6 │ t2 = 5.441113369803064e6 │ ratio = 0.9163187394887449 │ diff = -455319 ± 1732044 │ b1 = │ BenchmarkTools.Trial: 997 samples with 1 evaluation per sample. │ Range (min … max): 4.116 ms … 7.870 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 4.880 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 4.986 ms ± 520.171 μs ┊ GC (mean ± σ): 0.65% ± 2.58% │ │ ▁▁▃▃█▆█▇▄▆▆▄ │ ▃▃▃▃▄▅▆▆█████████████▇▇▄▅▅▄▃▃▃▃▂▃▃▂▃▃▂▂▂▂▁▁▂▃▄▃▂▃▃▂▃▂▂▁▂▂▂▃ ▄ │ 4.12 ms Histogram: frequency by time 7.01 ms < │ │ Memory estimate: 4.77 MiB, allocs estimate: 49. │ b2 = │ BenchmarkTools.Trial: 914 samples with 1 evaluation per sample. │ Range (min … max): 4.114 ms … 21.226 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 4.864 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.441 ms ± 1.652 ms ┊ GC (mean ± σ): 2.62% ± 9.37% │ │ ▂▃▄▆███▆▅▃▁ ▁▂ ▁ ▁ │ █████████████▇▆▅▆███▅▇▁▁▁▁▁▄▄▁▁▆▅▆▆▇▆█▆█▇▇▆▇█▅▆▅▁▄▁▁▆▁▁▁▁▆ █ │ 4.11 ms Histogram: log(frequency) by time 11.3 ms < │ └ Memory estimate: 4.77 MiB, allocs estimate: 47. ┌ Info: Expr 6 │ t1 = 1.0433269398987769e6 │ t2 = 914874.9253980007 │ ratio = 1.1404039076105352 │ diff = 128452 ± 741733 │ b1 = │ BenchmarkTools.Trial: 4742 samples with 1 evaluation per sample. │ Range (min … max): 586.104 μs … 10.527 ms ┊ GC (min … max): 0.00% … 92.57% │ Time (median): 922.231 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 1.043 ms ± 537.266 μs ┊ GC (mean ± σ): 2.68% ± 5.16% │ │ ▁▅██▆▃ │ ▁▁▂▂▂▂▂▃▃▅██████▇▅▅▃▂▂▂▂▂▂▃▂▃▄▄▅▅▄▃▃▂▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▂ │ 586 μs Histogram: frequency by time 1.98 ms < │ │ Memory estimate: 490.64 KiB, allocs estimate: 46. │ b2 = │ BenchmarkTools.Trial: 5402 samples with 1 evaluation per sample. │ Range (min … max): 642.153 μs … 36.767 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 873.166 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 914.875 μs ± 511.383 μs ┊ GC (mean ± σ): 0.52% ± 3.56% │ │ ▁▃▅▆██▇▃▂ │ ▂▁▂▂▂▃▃▄▆▇██████████▆▄▄▄▄▃▃▃▃▃▃▃▂▃▃▃▂▃▂▃▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 642 μs Histogram: frequency by time 1.56 ms < │ └ Memory estimate: 490.50 KiB, allocs estimate: 40. ┌ Info: Expr 7 │ t1 = 449490.901 │ t2 = 445767.567 │ ratio = 1.0083526354890688 │ diff = 3723 ± 167245 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 349.256 μs … 7.224 ms ┊ GC (min … max): 0.00% … 93.14% │ Time (median): 437.805 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 449.491 μs ± 117.193 μs ┊ GC (mean ± σ): 0.36% ± 2.02% │ │ ▃█▆▁ │ ▂▃▃▄▇████▆▄▃▃▂▂▂▂▂▂▂▂▁▁▂▂▁▂▁▁▂▁▂▁▂▂▁▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▂▁▂▂▂▂ ▃ │ 349 μs Histogram: frequency by time 1.13 ms < │ │ Memory estimate: 51.20 KiB, allocs estimate: 46. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 338.217 μs … 7.083 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 429.526 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 445.768 μs ± 119.317 μs ┊ GC (mean ± σ): 0.24% ± 1.93% │ │ ▂▆█▅ │ ▂▂▃▄▆█████▅▄▃▃▂▃▂▂▂▃▃▂▂▂▂▂▂▂▂▂▁▂▂▂▂▂▁▂▁▁▂▂▁▂▂▁▂▁▁▁▂▁▁▂▁▁▁▂▂▁▂ ▃ │ 338 μs Histogram: frequency by time 1.08 ms < │ └ Memory estimate: 51.06 KiB, allocs estimate: 40. ┌ Info: Expr 8 │ t1 = 8.353868095e7 │ t2 = 8.168716608064516e7 │ ratio = 1.0226659211990161 │ diff = 1851515 ± 5014390 │ b1 = │ BenchmarkTools.Trial: 60 samples with 1 evaluation per sample. │ Range (min … max): 78.307 ms … 95.149 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 83.027 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 83.539 ms ± 3.357 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂ ▅█▂ ▂▅▂▅ ▂ │ █▅▁▁▁▅█▅██▅█▅███▅████▅█▁▁█▅▅█▅▁▁▅▁▅▁▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅▅ ▁ │ 78.3 ms Histogram: frequency by time 94.6 ms < │ │ Memory estimate: 177.59 KiB, allocs estimate: 5526. │ b2 = │ BenchmarkTools.Trial: 62 samples with 1 evaluation per sample. │ Range (min … max): 75.425 ms … 94.400 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 80.738 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 81.687 ms ± 3.725 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █▂ │ ▅▁▁▁▄▄▄▅▄▇▄▁▄▅▄██▇▁▁█▇▄▇█▄▅▅▁▅▄▁▁▄▁▁▁▁▁▁▁▁▄▄▁▁▁▁▁▁▁▁▁▄▁▁▁▁▄ ▁ │ 75.4 ms Histogram: frequency by time 93.6 ms < │ └ Memory estimate: 177.45 KiB, allocs estimate: 5520. ┌ Info: Expr 9 │ t1 = 363945.6879 │ t2 = 358651.9358 │ ratio = 1.0147601380937536 │ diff = 5294 ± 183599 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 240.977 μs … 11.804 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 361.686 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 363.946 μs ± 135.343 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▂▄▅▄▇▇██▇▆▅▃▁▁ │ ▁▂▂▂▂▃▂▂▂▂▁▁▁▁▁▁▂▂▂▃▄▅▆▆█████████████████▇▆▄▄▃▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁ ▃ │ 241 μs Histogram: frequency by time 466 μs < │ │ Memory estimate: 2.23 KiB, allocs estimate: 41. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 271.198 μs … 10.856 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 353.856 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 358.652 μs ± 124.060 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁ ▂▃▄▃▄▆▆███▆▇▅▅▃▃▁ │ ▁▁▁▁▁▁▁▂▃▄▄▅▅▅▆▇█████████████████████▆▅▅▄▃▃▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▄ │ 271 μs Histogram: frequency by time 459 μs < │ └ Memory estimate: 2.09 KiB, allocs estimate: 35. Test Summary: | Pass Total Time Benchmark: Malt.DistributedStdlibWorker | 19 19 3m04.0s ┌ Info: Expr 1 │ t1 = 1.511666140882353e8 │ t2 = 1.6071485753125e8 │ ratio = 0.9405889188486627 │ diff = -9548243 ± 32504771 │ b1 = │ BenchmarkTools.Trial: 34 samples with 1 evaluation per sample. │ Range (min … max): 140.992 ms … 164.582 ms ┊ GC (min … max): 0.00% … 7.83% │ Time (median): 150.691 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 151.167 ms ± 4.622 ms ┊ GC (mean ± σ): 0.52% ± 1.97% │ │ ▁ ▁█ █▁▁ ▁ │ ▆▁▁▁▁▁▁▆▁▁▆▆▁▁▁▆▁▆▁█▁██▆▆███▆▁▁▆▁█▆▁▁▁▁▁▆▁▆▆▁▁▁▁▁▁▁▆▁▁▁▁▁▁▁▁▆ ▁ │ 141 ms Histogram: frequency by time 165 ms < │ │ Memory estimate: 4.93 MiB, allocs estimate: 68364. │ b2 = │ BenchmarkTools.Trial: 32 samples with 1 evaluation per sample. │ Range (min … max): 139.460 ms … 292.009 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 153.127 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 160.715 ms ± 32.174 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █ │ ▃▅▃▅▇██▃▅▃▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▃▁▁▁▁▁▁▁▃ ▁ │ 139 ms Histogram: frequency by time 292 ms < │ └ Memory estimate: 2.78 KiB, allocs estimate: 44. ┌ Info: Expr 2 │ t1 = 1.1514060149769586e7 │ t2 = 1.2054977391304348e7 │ ratio = 0.9551291367891785 │ diff = -540917 ± 475617 │ b1 = │ BenchmarkTools.Trial: 434 samples with 1 evaluation per sample. │ Range (min … max): 10.452 ms … 15.393 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.464 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 11.514 ms ± 327.537 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃█▇▃▁ │ ▄▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████▁▇▁▆▇▁▁▁▁▅▄▁▄▄▁▁▁▄▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▆ │ 10.5 ms Histogram: log(frequency) by time 13.1 ms < │ │ Memory estimate: 1.89 KiB, allocs estimate: 40. │ b2 = │ BenchmarkTools.Trial: 414 samples with 1 evaluation per sample. │ Range (min … max): 11.031 ms … 16.666 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 12.009 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.055 ms ± 344.864 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▄██▆▃ │ ▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▆█████▇▁▅▁▁▁▁▄▄▁▁▁▄▅▄▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▇ │ 11 ms Histogram: log(frequency) by time 13.9 ms < │ └ Memory estimate: 2.11 KiB, allocs estimate: 36. ┌ Info: Expr 3 │ t1 = 5.10596696632653e7 │ t2 = 1.5636756475e8 │ ratio = 0.3265361953094259 │ diff = -105307895 ± 45215979 │ b1 = │ BenchmarkTools.Trial: 98 samples with 1 evaluation per sample. │ Range (min … max): 34.426 ms … 79.867 ms ┊ GC (min … max): 0.00% … 45.99% │ Time (median): 43.154 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 51.060 ms ± 15.115 ms ┊ GC (mean ± σ): 16.79% ± 19.41% │ │ ▂▇█▁ ▁▄ │ ▅▁▅▁▅▆▅▅▅████▅▅▁▅▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▆▁▁▁▅▁▁▁▁▆▆▅██ ▁ │ 34.4 ms Histogram: log(frequency) by time 79.8 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 39. │ b2 = │ BenchmarkTools.Trial: 32 samples with 1 evaluation per sample. │ Range (min … max): 120.451 ms … 315.708 ms ┊ GC (min … max): 0.00% … 10.54% │ Time (median): 147.604 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 156.368 ms ± 42.615 ms ┊ GC (mean ± σ): 6.48% ± 11.21% │ │ ▆█ ▃▃ │ ▄██▄▁▁▄▁██▁▇▁▁▁▄▁▄▄▄▁▁▁▁▁▁▁▁▄▄▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 120 ms Histogram: frequency by time 316 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 150. ┌ Info: Expr 4 │ t1 = 155040.2443 │ t2 = 9.138270261818182e7 │ ratio = 0.0016966038414052403 │ diff = -91227662 ± 18137597 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 106.769 μs … 1.167 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 148.964 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 155.040 μs ± 65.443 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▁▃▅▇█▇▅▄▄▂ │ ▃▂▂▂▂▂▂▁▂▂▂▂▂▂▂▂▂▂▂▃▃▃▃▄▅▅▆███████████▇▆▄▄▅▄▄▄▄▄▄▄▃▃▃▃▃▃▂▂▂▂ ▄ │ 107 μs Histogram: frequency by time 183 μs < │ │ Memory estimate: 1.80 KiB, allocs estimate: 36. │ b2 = │ BenchmarkTools.Trial: 55 samples with 1 evaluation per sample. │ Range (min … max): 75.180 ms … 127.550 ms ┊ GC (min … max): 0.00% … 37.64% │ Time (median): 83.600 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 91.383 ms ± 18.137 ms ┊ GC (mean ± σ): 11.60% ± 15.62% │ │ ▅▂ ▅ ▂▅▅▅█ ▂ ▂▂ ▂ │ ▅██▅█████████▁▅▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅▁▁▁▅▁▅██▁▁▁█ ▁ │ 75.2 ms Histogram: frequency by time 127 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 436. ┌ Info: Expr 5 │ t1 = 155590.8065 │ t2 = 5.085454699386503e6 │ ratio = 0.030595259558357707 │ diff = -4929864 ± 937596 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 121.969 μs … 1.170 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 149.793 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 155.591 μs ± 66.510 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▂▄▄▅▅██▇█▄▃▂ │ ▁▁▂▂▁▁▂▂▂▃▃▃▄▄▄▆▇███████████████▇▅▅▄▃▃▄▄▄▃▃▄▃▃▃▃▂▂▂▂▂▁▁▁▁▁▁▁ ▄ │ 122 μs Histogram: frequency by time 186 μs < │ │ Memory estimate: 1.80 KiB, allocs estimate: 36. │ b2 = │ BenchmarkTools.Trial: 978 samples with 1 evaluation per sample. │ Range (min … max): 3.960 ms … 18.917 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 4.832 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.085 ms ± 935.234 μs ┊ GC (mean ± σ): 0.82% ± 3.49% │ │ ▁▃█▅█▄▅▃ │ ▂▂▃▃▅▇█████████▇▆▅▄▅▄▃▄▃▃▄▃▃▃▂▃▃▂▃▃▃▃▂▂▂▂▁▂▁▂▁▁▂▂▂▁▁▂▁▃▂▂▃▂ ▃ │ 3.96 ms Histogram: frequency by time 8.52 ms < │ └ Memory estimate: 4.77 MiB, allocs estimate: 47. ┌ Info: Expr 6 │ t1 = 150695.5307 │ t2 = 903532.894130554 │ ratio = 0.16678477527374402 │ diff = -752837 ± 207431 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 121.389 μs … 1.406 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 144.048 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 150.696 μs ± 65.352 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃█▇▃▂▁▂▂▂▂▂▁ │ ▁▁▂▃▃▂▂▃▄▅▇███████████████▇▆▅▄▃▃▂▂▂▂▂▂▂▂▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▃ │ 121 μs Histogram: frequency by time 195 μs < │ │ Memory estimate: 1.80 KiB, allocs estimate: 36. │ b2 = │ BenchmarkTools.Trial: 5469 samples with 1 evaluation per sample. │ Range (min … max): 667.223 μs … 10.788 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 871.861 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 903.533 μs ± 196.868 μs ┊ GC (mean ± σ): 0.59% ± 3.67% │ │ ▁▂▃▄▅▆▇▇██▇▇▇▆▅▄▃▂▂▂▁▁▁ ▁ ▃ │ ▅▅▅█████████████████████████████████▇██████▇▇▅▅▆▆▅▁▅▅▃▅▅▆▅▆▆▆ █ │ 667 μs Histogram: log(frequency) by time 1.58 ms < │ └ Memory estimate: 490.50 KiB, allocs estimate: 40. ┌ Info: Expr 7 │ t1 = 146891.3833 │ t2 = 450938.4665 │ ratio = 0.3257459591773371 │ diff = -304047 ± 295455 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 107.759 μs … 1.319 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 143.229 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 146.891 μs ± 66.460 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █ ▁▃ ▅▄▄▃▅▆▆▃▂▁ │ ▆█▅▂▂▂▂▂▂▂▂▃██▇▆██████████▇▅▄▄▃▃▃▂▃▂▂▂▂▁▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▃ │ 108 μs Histogram: frequency by time 216 μs < │ │ Memory estimate: 1.80 KiB, allocs estimate: 36. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 296.157 μs … 26.096 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 428.785 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 450.938 μs ± 287.883 μs ┊ GC (mean ± σ): 0.26% ± 1.98% │ │ ▁▁ ▃▅▆▇███▇▅▄▄▄▃▂▁ ▁▂▂▂▂▂▁ ▃ │ ███▆▇███████████████▆█████████▆▅▅▅▄▅▁▄▄▃▁▃▄▃▁▁▁▅▅▃▃▃▃▁▃▁▃▁▄▁▃ █ │ 296 μs Histogram: log(frequency) by time 1.06 ms < │ └ Memory estimate: 51.06 KiB, allocs estimate: 40. ┌ Info: Expr 8 │ t1 = 7.877248528125e7 │ t2 = 7.794788695384616e7 │ ratio = 1.010578841321152 │ diff = 824598 ± 8765214 │ b1 = │ BenchmarkTools.Trial: 64 samples with 1 evaluation per sample. │ Range (min … max): 64.773 ms … 90.538 ms ┊ GC (min … max): 0.00% … 14.96% │ Time (median): 79.026 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 78.772 ms ± 3.404 ms ┊ GC (mean ± σ): 0.27% ± 1.87% │ │ ▂█ ▆ ▂ ▄▂ │ ▄▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▄▁▁▄▁▁▁▁▄▁▁▆▄█▆▆█▆▄██▄█▆█▁███▄▄▆▄▁▁▄ ▁ │ 64.8 ms Histogram: frequency by time 83.7 ms < │ │ Memory estimate: 1.79 MiB, allocs estimate: 27864. │ b2 = │ BenchmarkTools.Trial: 65 samples with 1 evaluation per sample. │ Range (min … max): 58.374 ms … 92.616 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 80.232 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 77.948 ms ± 8.077 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁█▃▄▁ │ ▆▄▇▄▁▁▁▁▁▄▁▁▄▁▁▁▁▁▁▁▁▁▁▇▁▆▁▁▁▁▁▆▁▄▄▄▇█████▆▇▇▆▁▁▄▄▁▄▁▁▁▁▁▄▄ ▁ │ 58.4 ms Histogram: frequency by time 91.5 ms < │ └ Memory estimate: 177.45 KiB, allocs estimate: 5520. ┌ Info: Expr 9 │ t1 = 148914.5211 │ t2 = 362417.8379 │ ratio = 0.4108918091970109 │ diff = -213503 ± 396749 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 117.389 μs … 1.170 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 142.024 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 148.915 μs ± 68.205 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▄▆██▆▆▅▄▄▃▄▃▂ │ ▁▁▁▁▁▁▁▁▁▁▂▂▃▃▄▅▇███████████████▇▅▄▄▄▄▄▄▃▃▃▃▃▃▃▂▂▂▂▁▂▁▁▁▁▁▁▁ ▃ │ 117 μs Histogram: frequency by time 177 μs < │ │ Memory estimate: 1.81 KiB, allocs estimate: 36. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 267.947 μs … 37.165 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 352.111 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 362.418 μs ± 390.842 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▄▅▅▆█▇▇▇▅▄▃▂▁ │ ▁▁▁▁▁▁▁▁▁▁▂▂▂▃▃▄▅▆███████████████▇▆▅▄▃▃▂▂▁▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▃ │ 268 μs Histogram: frequency by time 467 μs < │ └ Memory estimate: 2.09 KiB, allocs estimate: 35. Test Summary: | Pass Total Time Benchmark: Malt.InProcessWorker | 19 19 2m26.6s ┌ Info: Expr 1 │ t1 = 1.221222576097561e8 │ t2 = 1.614740646451613e8 │ ratio = 0.7562964236895834 │ diff = -39351807 ± 33353060 │ b1 = │ BenchmarkTools.Trial: 41 samples with 1 evaluation per sample. │ Range (min … max): 109.253 ms … 183.851 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 118.478 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 122.122 ms ± 12.310 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ████▂▅▂ │ ▅▁▅▁███████▁█▅▅▁▁▁▁▁█▁▁▁▁▁▅▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅ ▁ │ 109 ms Histogram: frequency by time 184 ms < │ │ Memory estimate: 4.59 KiB, allocs estimate: 53. │ b2 = │ BenchmarkTools.Trial: 31 samples with 1 evaluation per sample. │ Range (min … max): 147.291 ms … 285.228 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 152.534 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 161.474 ms ± 30.998 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃█ │ ▇██▅▃▆▁▁▁▁▁▁▁▁▁▃▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▃▁▁▁▁▁▁▁▁▃ ▁ │ 147 ms Histogram: frequency by time 285 ms < │ └ Memory estimate: 2.78 KiB, allocs estimate: 44. ┌ Info: Expr 2 │ t1 = 1.2160982654501216e7 │ t2 = 1.2092965532687651e7 │ ratio = 1.0056245196126388 │ diff = 68017 ± 1011941 │ b1 = │ BenchmarkTools.Trial: 411 samples with 1 evaluation per sample. │ Range (min … max): 10.869 ms … 16.280 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.919 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.161 ms ± 818.943 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▄█▇▂ │ ▅▁▁▁▁▁▁▁▁▁▄████▇▆▆▆▄▁▄▅▅▅▁▄▄▄▅▄▁▁▁▁▁▄▁▅▄▄▁▁▁▁▄▄▄▅▅▅▅▄▅▄▁▁▅▄▄ ▆ │ 10.9 ms Histogram: log(frequency) by time 15.7 ms < │ │ Memory estimate: 3.93 KiB, allocs estimate: 47. │ b2 = │ BenchmarkTools.Trial: 413 samples with 1 evaluation per sample. │ Range (min … max): 10.951 ms … 17.057 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.977 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.093 ms ± 594.438 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂▇█▄▁ │ ▆▄▁▁▁▁▁▁▁▁▆█████▅▆▅▁▄▆▄▄▁▄▁▁▁▄▄▁▄▄▁▁▁▄▄▁▁▁▁▄▄▁▁▄▁▄▁▅▁▁▁▁▁▁▁▄ ▆ │ 11 ms Histogram: log(frequency) by time 15.6 ms < │ └ Memory estimate: 2.11 KiB, allocs estimate: 36. ┌ Info: Expr 3 │ t1 = 1.505536237647059e8 │ t2 = 1.596467206875e8 │ ratio = 0.9430423820568582 │ diff = -9093097 ± 52069695 │ b1 = │ BenchmarkTools.Trial: 34 samples with 1 evaluation per sample. │ Range (min … max): 121.526 ms … 215.562 ms ┊ GC (min … max): 0.00% … 27.11% │ Time (median): 148.830 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 150.554 ms ± 24.901 ms ┊ GC (mean ± σ): 6.96% ± 11.32% │ │ ▂ ▂ ▂ █ │ ▅▅▅▅█▁██▁▁▅▁▁▅▁▅▅█▅█▅█▁▁▁▁▁▁▁▁▁▁▁▁▁▅▁▁▅▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▅▁▁▅▁▅ ▁ │ 122 ms Histogram: frequency by time 216 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 118. │ b2 = │ BenchmarkTools.Trial: 32 samples with 1 evaluation per sample. │ Range (min … max): 123.138 ms … 307.334 ms ┊ GC (min … max): 0.00% … 15.34% │ Time (median): 143.229 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 159.647 ms ± 45.730 ms ┊ GC (mean ± σ): 6.56% ± 10.70% │ │ ▂█ ▂ │ ▆██▄▁▆▁▄▄██▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁█▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▄ ▁ │ 123 ms Histogram: frequency by time 307 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 383. ┌ Info: Expr 4 │ t1 = 9.379271862962963e7 │ t2 = 9.439103513207547e7 │ ratio = 0.9936612994909033 │ diff = -598317 ± 30825985 │ b1 = │ BenchmarkTools.Trial: 54 samples with 1 evaluation per sample. │ Range (min … max): 77.021 ms … 143.137 ms ┊ GC (min … max): 0.00% … 40.43% │ Time (median): 84.443 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 93.793 ms ± 20.457 ms ┊ GC (mean ± σ): 11.32% ± 16.18% │ │ ▆▂█▃ ▂ │ ▄▁▅▄████▇█▄▄▁▁▄▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▇▅▄▄▁▄ ▁ │ 77 ms Histogram: frequency by time 140 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 120. │ b2 = │ BenchmarkTools.Trial: 53 samples with 1 evaluation per sample. │ Range (min … max): 79.116 ms … 156.932 ms ┊ GC (min … max): 0.00% … 44.91% │ Time (median): 85.500 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 94.391 ms ± 23.059 ms ┊ GC (mean ± σ): 10.70% ± 16.06% │ │ █ ▃▆ │ █▅█▇███▅▅█▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▄▁▄▄▄▄ ▁ │ 79.1 ms Histogram: frequency by time 155 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 121. ┌ Info: Expr 5 │ t1 = 4.892402453740157e6 │ t2 = 5.617079455981941e6 │ ratio = 0.8709868699702948 │ diff = -724677 ± 2275847 │ b1 = │ BenchmarkTools.Trial: 1016 samples with 1 evaluation per sample. │ Range (min … max): 4.001 ms … 12.314 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 4.717 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 4.892 ms ± 830.878 μs ┊ GC (mean ± σ): 0.52% ± 2.33% │ │ ▂▃█▇▅▂ │ ▂▂▃▄▅██████▇▆▄▃▄▃▃▂▃▂▁▃▃▂▂▃▂▂▂▂▂▂▂▂▂▁▁▁▂▁▂▁▁▁▂▁▂▁▁▁▁▁▁▂▁▂▂▂ ▃ │ 4 ms Histogram: frequency by time 8.91 ms < │ │ Memory estimate: 4.77 MiB, allocs estimate: 58. │ b2 = │ BenchmarkTools.Trial: 886 samples with 1 evaluation per sample. │ Range (min … max): 4.019 ms … 21.308 ms ┊ GC (min … max): 0.00% … 86.73% │ Time (median): 4.774 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.617 ms ± 2.119 ms ┊ GC (mean ± σ): 3.16% ± 8.68% │ │ ▃▇█▆▃ ▁▃▃ │ ▅██████▆▅▄▅█▆▅▁▁▁▁▁▄▆█████▇█▅▅▄▅▄▁▅▄▆▁▁▄▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▇ │ 4.02 ms Histogram: log(frequency) by time 15.6 ms < │ └ Memory estimate: 4.77 MiB, allocs estimate: 47. ┌ Info: Expr 6 │ t1 = 870148.259148487 │ t2 = 866486.2733169706 │ ratio = 1.004226247944469 │ diff = 3662 ± 303613 │ b1 = │ BenchmarkTools.Trial: 5684 samples with 1 evaluation per sample. │ Range (min … max): 660.473 μs … 4.999 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 833.412 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 870.148 μs ± 276.310 μs ┊ GC (mean ± σ): 0.44% ± 3.26% │ │ ▁▅▆▆█▇▆▃ │ ▂▂▃▃▅▆█████████▆▅▄▄▃▃▃▂▂▃▂▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▂▁▂▂▂▁▂▂▂▂▂▂ ▃ │ 660 μs Histogram: frequency by time 1.64 ms < │ │ Memory estimate: 492.34 KiB, allocs estimate: 51. │ b2 = │ BenchmarkTools.Trial: 5704 samples with 1 evaluation per sample. │ Range (min … max): 659.824 μs … 2.312 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 840.927 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 866.486 μs ± 125.833 μs ┊ GC (mean ± σ): 0.43% ± 3.19% │ │ ▂▆▇█▇▆▆▄▂ │ ▂▂▂▂▃▄▅███████████▆▅▄▃▃▃▃▃▃▃▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▁▂▁▂▂▂▂▂▂ ▃ │ 660 μs Histogram: frequency by time 1.51 ms < │ └ Memory estimate: 490.50 KiB, allocs estimate: 40. ┌ Info: Expr 7 │ t1 = 421292.6163 │ t2 = 443217.8124 │ ratio = 0.9505317803423191 │ diff = -21925 ± 279274 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 340.857 μs … 2.750 ms ┊ GC (min … max): 0.00% … 79.51% │ Time (median): 412.306 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 421.293 μs ± 93.732 μs ┊ GC (mean ± σ): 0.25% ± 1.77% │ │ ▄█▆▁ │ ▂▂▄▇████▄▂▂▂▂▂▂▂▂▁▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▂▁▁▂▂▁▁▁▁▁▁▁▁▁▁▁▁▂▁▁▁▁▁▂▁▁▂ ▃ │ 341 μs Histogram: frequency by time 1.09 ms < │ │ Memory estimate: 52.90 KiB, allocs estimate: 51. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 351.846 μs … 24.004 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 426.140 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 443.218 μs ± 263.074 μs ┊ GC (mean ± σ): 0.20% ± 1.60% │ │ ▁▃▅▆▇▇██▇▆▅▄▁ ▁▁▂▂▂▁▂▁ ▃ │ ▅▆██████████████▇▆▇▇███████████▆▄▁▁▃▁▃▄▃▃▁▁▁▄▃▁▄▁▁▃▃▁▁▁▁▃▃▁▃▃ █ │ 352 μs Histogram: log(frequency) by time 860 μs < │ └ Memory estimate: 51.06 KiB, allocs estimate: 40. ┌ Info: Expr 8 │ t1 = 8.426074781666666e7 │ t2 = 8.127745841935484e7 │ ratio = 1.0367050035191725 │ diff = 2983289 ± 4441928 │ b1 = │ BenchmarkTools.Trial: 60 samples with 1 evaluation per sample. │ Range (min … max): 79.152 ms … 93.492 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 83.969 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 84.261 ms ± 2.545 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁ ▁▄▁ ▁ █▁▁▄▁▁ █▄ ▄▁█ ▁ ▁ │ ▆▆▁▁▁▁▁▁█▆▁▆███▁█▆██████▁██▆███▁▆█▆█▁▁▆▁▁▆▁▁▁▆▁▁▆▁▁▁▁▁▁▁▁▁▆ ▁ │ 79.2 ms Histogram: frequency by time 91.4 ms < │ │ Memory estimate: 179.37 KiB, allocs estimate: 5532. │ b2 = │ BenchmarkTools.Trial: 62 samples with 1 evaluation per sample. │ Range (min … max): 75.745 ms … 94.580 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 80.863 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 81.277 ms ± 3.640 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂ ▂▂ ▂▂ ▅ █ │ ▅█▅█▁▁▅██▅█▅▅███████▅██▅█▁▅▅▁██▁▅▅█▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅▁▅ ▁ │ 75.7 ms Histogram: frequency by time 92.2 ms < │ └ Memory estimate: 177.45 KiB, allocs estimate: 5520. ┌ Info: Expr 9 │ t1 = 340732.4532 │ t2 = 342568.3867 │ ratio = 0.9946406803100375 │ diff = -1836 ± 341380 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 235.768 μs … 5.251 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 336.041 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 340.732 μs ± 82.942 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂▃▄▅▅▆████▅▅▃▃ │ ▂▂▂▂▂▂▂▂▂▃▂▃▃▃▃▃▄▅▅▆█████████████████▇▆▅▄▃▃▃▃▂▂▂▂▂▂▂▂▂▁▂▂▂▂▂ ▄ │ 236 μs Histogram: frequency by time 442 μs < │ │ Memory estimate: 3.93 KiB, allocs estimate: 46. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 261.577 μs … 30.851 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 331.772 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 342.568 μs ± 331.151 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▂▃▅▅▇▇▇██▆▆▆▇▆▅▅▄▃▁▂▁ │ ▁▁▁▁▂▂▂▃▃▄▄▅▇███████████████████████▆▆▅▄▄▃▃▂▂▂▂▁▂▁▁▁▁▁▁▁▁▁▁▁▁ ▄ │ 262 μs Histogram: frequency by time 438 μs < │ └ Memory estimate: 2.09 KiB, allocs estimate: 35. Test Summary: | Pass Total Time Benchmark: Malt.Worker | 19 19 2m47.6s ┌ Info: Launch benchmark │ ratio = 0.3835396485310644 │ t1 = 3.652601946 └ t2 = 9.523401192 Test Summary: | Pass Total Time Benchmark launch | 1 1 1m06.2s Testing Malt tests passed Testing completed after 808.27s PkgEval succeeded after 899.43s