Package evaluation of Malt on Julia 1.13.0-DEV.111 (ce76dbf07d*) started at 2025-02-27T21:24:53.571 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.01s ################################################################################ # Installation # Installing Malt... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [36869731] + Malt v1.1.2 Updating `~/.julia/environments/v1.13/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.85s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 19.67s ################################################################################ # Testing # Testing Malt Status `/tmp/jl_CJiwE5/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_CJiwE5/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 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.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.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.12.0+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 = 5.03894662 │ t2 = 3.967627756 │ t3 = 3.567843437 └ t4 = 0.391057411 ┌ Info: test run │ ex = :(sleep(3)) │ t1 = 3.242400875 │ t2 = 3.005111309 │ t3 = 0.508547953 └ t4 = 0.528199331 ┌ 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.211869605 │ t2 = 4.115265591 │ t3 = 0.348992984 └ t4 = 0.345461718 ┌ 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.36351133 │ t2 = 3.370294229 │ t3 = 0.348890694 └ t4 = 0.348673956 ┌ 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.349528361 │ t2 = 3.369451331 │ t3 = 0.340634495 └ t4 = 0.353769785 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 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 1m19.5s ┌ 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.747182997 │ t2 = 4.221126996 │ t3 = 3.970303613 └ t4 = 4.083463154 ┌ Info: test run │ ex = :(sleep(3)) │ t1 = 3.020506277 │ t2 = 3.004420985 │ t3 = 3.077231124 └ t4 = 0.399029316 Test Summary: | Pass Total Time Interrupt: Malt.InProcessWorker | 11 11 26.6s ┌ 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.659479638 │ t2 = 4.08185439 │ t3 = 2.695993987 └ t4 = 0.252142632 ┌ Info: test run │ ex = :(sleep(3)) │ t1 = 4.362702732 │ t2 = 3.005020163 │ t3 = 0.351037687 └ t4 = 0.393570037 ┌ 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.840524486 │ t2 = 3.770329505 │ t3 = 0.191249472 └ t4 = 0.173402099 ┌ 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.375043803 │ t2 = 3.381286708 │ t3 = 0.196689068 └ t4 = 0.20059466 ┌ 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.398865841 │ t2 = 3.38455217 │ t3 = 0.201437741 └ t4 = 0.202748409 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 WARNING: Force throwing a SIGINT ┌ Info: xx │ istaskdone(t) = true └ m.isrunning(w) = true Test Summary: | Pass Total Time Interrupt: Malt.Worker | 44 44 57.9s From worker 8: Internal error: during type inference of From worker 8: deserialize(Distributed.ClusterSerializer{Sockets.TCPSocket}, DataType) From worker 8: Encountered unexpected error in runtime: From worker 8: InterruptException() From worker 8: widenconst at ./../usr/share/julia/Compiler/src/typelattice.jl:679 From worker 8: jfptr_widenconst_101973.1 at /opt/julia/lib/julia/sys.so (unknown line) From worker 8: _jl_invoke at /source/src/gf.c:3475 [inlined] From worker 8: ijl_apply_generic at /source/src/gf.c:3675 From worker 8: #argtypes_to_type##0 at ./../usr/share/julia/Compiler/src/typeutils.jl:52 From worker 8: anymap at ./../usr/share/julia/Compiler/src/utilities.jl:24 [inlined] From worker 8: argtypes_to_type at ./../usr/share/julia/Compiler/src/typeutils.jl:52 From worker 8: handle_call! at ./../usr/share/julia/Compiler/src/ssair/inlining.jl:1401 [inlined] From worker 8: assemble_inline_todo! at ./../usr/share/julia/Compiler/src/ssair/inlining.jl:1649 From worker 8: ssa_inlining_pass! at ./../usr/share/julia/Compiler/src/ssair/inlining.jl:76 [inlined] From worker 8: run_passes_ipo_safe at ./../usr/share/julia/Compiler/src/optimize.jl:1013 From worker 8: run_passes_ipo_safe at ./../usr/share/julia/Compiler/src/optimize.jl:1027 [inlined] From worker 8: optimize at ./../usr/share/julia/Compiler/src/optimize.jl:1002 From worker 8: jfptr_optimize_129381.1 at /opt/julia/lib/julia/sys.so (unknown line) From worker 8: _jl_invoke at /source/src/gf.c:3475 [inlined] From worker 8: ijl_apply_generic at /source/src/gf.c:3675 From worker 8: finish_nocycle at ./../usr/share/julia/Compiler/src/typeinfer.jl:201 From worker 8: jfptr_finish_nocycle_131507.1 at /opt/julia/lib/julia/sys.so (unknown line) From worker 8: _jl_invoke at /source/src/gf.c:3475 [inlined] From worker 8: ijl_apply_generic at /source/src/gf.c:3675 From worker 8: typeinf at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4302 From worker 8: typeinf_ext at ./../usr/share/julia/Compiler/src/typeinfer.jl:1168 From worker 8: typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1280 [inlined] From worker 8: typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1288 From worker 8: jfptr_typeinf_ext_toplevel_131345.1 at /opt/julia/lib/julia/sys.so (unknown line) From worker 8: _jl_invoke at /source/src/gf.c:3475 [inlined] From worker 8: ijl_apply_generic at /source/src/gf.c:3675 From worker 8: jl_apply at /source/src/julia.h:2359 [inlined] From worker 8: jl_type_infer at /source/src/gf.c:453 From worker 8: jl_compile_method_internal at /source/src/gf.c:2972 From worker 8: _jl_invoke at /source/src/gf.c:3467 [inlined] From worker 8: ijl_apply_generic at /source/src/gf.c:3675 From worker 8: handle_deserialize at /source/usr/share/julia/stdlib/v1.13/Serialization/src/Serialization.jl:903 From worker 8: deserialize at /source/usr/share/julia/stdlib/v1.13/Serialization/src/Serialization.jl:839 [inlined] From worker 8: deserialize_msg at /source/usr/share/julia/stdlib/v1.13/Distributed/src/messages.jl:87 From worker 8: unknown function (ip: 0x78698fb1c973) at (unknown file) From worker 8: _jl_invoke at /source/src/gf.c:3475 [inlined] From worker 8: ijl_apply_generic at /source/src/gf.c:3675 From worker 8: jl_apply at /source/src/julia.h:2359 [inlined] From worker 8: jl_f__call_latest at /source/src/builtins.c:883 From worker 8: #invokelatest#1 at ./essentials.jl:1057 [inlined] From worker 8: invokelatest at ./essentials.jl:1053 [inlined] From worker 8: message_handler_loop at /source/usr/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:176 From worker 8: process_tcp_streams at /source/usr/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:133 From worker 8: #process_messages##0 at /source/usr/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:121 From worker 8: unknown function (ip: 0x78698fb28905) at (unknown file) From worker 8: _jl_invoke at /source/src/gf.c:3475 [inlined] From worker 8: ijl_apply_generic at /source/src/gf.c:3675 From worker 8: jl_apply at /source/src/julia.h:2359 [inlined] From worker 8: start_task at /source/src/task.c:1249 From worker 8: From worker 8: [57] signal 6 (-6): Aborted From worker 8: in expression starting at none:0 From worker 8: unknown function (ip: 0x78699152debc) at /lib/x86_64-linux-gnu/libc.so.6 From worker 8: gsignal at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) From worker 8: abort at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) From worker 8: jl_type_infer at /source/src/gf.c:472 From worker 8: jl_compile_method_internal at /source/src/gf.c:2972 From worker 8: _jl_invoke at /source/src/gf.c:3467 [inlined] From worker 8: ijl_apply_generic at /source/src/gf.c:3675 From worker 8: handle_deserialize at /source/usr/share/julia/stdlib/v1.13/Serialization/src/Serialization.jl:903 From worker 8: deserialize at /source/usr/share/julia/stdlib/v1.13/Serialization/src/Serialization.jl:839 [inlined] From worker 8: deserialize_msg at /source/usr/share/julia/stdlib/v1.13/Distributed/src/messages.jl:87 From worker 8: unknown function (ip: 0x78698fb1c973) at (unknown file) From worker 8: _jl_invoke at /source/src/gf.c:3475 [inlined] From worker 8: ijl_apply_generic at /source/src/gf.c:3675 From worker 8: jl_apply at /source/src/julia.h:2359 [inlined] From worker 8: jl_f__call_latest at /source/src/builtins.c:883 From worker 8: #invokelatest#1 at ./essentials.jl:1057 [inlined] From worker 8: invokelatest at ./essentials.jl:1053 [inlined] From worker 8: message_handler_loop at /source/usr/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:176 From worker 8: process_tcp_streams at /source/usr/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:133 From worker 8: #process_messages##0 at /source/usr/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:121 From worker 8: unknown function (ip: 0x78698fb28905) at (unknown file) From worker 8: _jl_invoke at /source/src/gf.c:3475 [inlined] From worker 8: ijl_apply_generic at /source/src/gf.c:3675 From worker 8: jl_apply at /source/src/julia.h:2359 [inlined] From worker 8: start_task at /source/src/task.c:1249 From worker 8: Allocations: 3861443 (Pool: 3861432; Big: 11); GC: 4 Test Summary: | Pass Broken Total Time Impl: Malt.DistributedStdlibWorker | 60 1 61 1m28.1s 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] print(::Base.PipeEndpoint, ::UInt16, ::String) @ Base ./strings/io.jl:46 [6] println(io::Base.PipeEndpoint, xs::UInt16) @ Base ./strings/io.jl:77 [7] main() @ Main ~/.julia/packages/Malt/YJ2Ml/src/worker.jl:26 [8] top-level scope @ ~/.julia/packages/Malt/YJ2Ml/src/worker.jl:166 [9] include(mod::Module, _path::String) @ Base ./Base.jl:307 [10] exec_options(opts::Base.JLOptions) @ Base ./client.jl:328 [11] _start() @ Base ./client.jl:560 in expression starting at /home/pkgeval/.julia/packages/Malt/YJ2Ml/src/worker.jl:165 Test Summary: | Pass Total Time Impl: Malt.Worker | 63 63 35.3s 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:1546 From worker 9: [4] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::@Kwargs{}) From worker 9: @ Base ./essentials.jl:1057 From worker 9: [5] invokelatest(::Any, ::Any, ::Vararg{Any}) From worker 9: @ Base ./essentials.jl:1053 From worker 9: [6] (::Distributed.var"#handle_msg##12#handle_msg##13"{Distributed.RemoteDoMsg})() From worker 9: @ Distributed /opt/julia/share/julia/stdlib/v1.13/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.13/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 29.7s From worker 9: @ Distributed /opt/julia/share/julia/stdlib/v1.13/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:1546 [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 10.7s Test Summary: | Pass Total Time Exceptions: Malt.InProcessWorker | 15 15 6.0s Precompiling packages... 1162.5 ms ✓ Scratch 1228.0 ms ✓ RelocatableFolders 2270.6 ms ✓ Malt 3 dependencies successfully precompiled in 5 seconds. 6 already precompiled. Test Summary: | Pass Total Time Nesting | 2 2 33.7s ┌ Info: Expr 1 │ t1 = 2.087577105e8 │ t2 = 1.9368089903846154e8 │ ratio = 1.077843564008573 │ diff = 15076811 ± 47095086 │ b1 = │ BenchmarkTools.Trial: 24 samples with 1 evaluation per sample. │ Range (min … max): 191.483 ms … 418.893 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 197.258 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 208.758 ms ± 45.771 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▆█ │ ██▇▇▄▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 191 ms Histogram: frequency by time 419 ms < │ │ Memory estimate: 3.67 KiB, allocs estimate: 61. │ b2 = │ BenchmarkTools.Trial: 26 samples with 1 evaluation per sample. │ Range (min … max): 181.472 ms … 237.226 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 190.680 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 193.681 ms ± 11.088 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █▄ │ ▆▆▆▆▆▆▆▆▆██▆▁▁▆▆▁▆▆▁▆▁▆▁▁▁▆▆▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▆ ▁ │ 181 ms Histogram: frequency by time 237 ms < │ └ Memory estimate: 3.53 KiB, allocs estimate: 55. ┌ Info: Expr 2 │ t1 = 1.2071765533816425e7 │ t2 = 1.2033098626506025e7 │ ratio = 1.0032133790730533 │ diff = 38667 ± 1470190 │ b1 = │ BenchmarkTools.Trial: 414 samples with 1 evaluation per sample. │ Range (min … max): 11.815 ms … 35.572 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.956 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.072 ms ± 1.243 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▅▇█▇▇▆▂▂▁ │ ▄██████████▁▄▅▁▄▁▁▄▁▁▁▁▁▁▁▄▁▄▄▁▁▄▄▄▁▁▁▁▁▄▄▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▄ ▇ │ 11.8 ms Histogram: log(frequency) by time 13.4 ms < │ │ Memory estimate: 3.03 KiB, allocs estimate: 53. │ b2 = │ BenchmarkTools.Trial: 415 samples with 1 evaluation per sample. │ Range (min … max): 11.808 ms … 27.102 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.949 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.033 ms ± 785.309 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃▆██▇▅▃ │ ▅████████▄▆▅▅▆▁▁▁▄▁▁▁▁▄▄▁▅▁▁▄▁▁▁▁▁▅▁▁▁▁▁▁▄▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▄ ▇ │ 11.8 ms Histogram: log(frequency) by time 13.8 ms < │ └ Memory estimate: 2.89 KiB, allocs estimate: 47. ┌ Info: Expr 3 │ t1 = 1.4610685685714287e8 │ t2 = 1.5776280146875e8 │ ratio = 0.9261172817477131 │ diff = -11655945 ± 61635567 │ b1 = │ BenchmarkTools.Trial: 35 samples with 1 evaluation per sample. │ Range (min … max): 129.329 ms … 188.836 ms ┊ GC (min … max): 0.00% … 30.82% │ Time (median): 145.842 ms ┊ GC (median): 7.81% │ Time (mean ± σ): 146.107 ms ± 12.097 ms ┊ GC (mean ± σ): 7.20% ± 5.94% │ │ ▃ ▃ ▃ ▃██▃ █▃ │ ▇█▇▇▁█▁▇▁▁▇▁▇█▇████▇██▁▇▇▇▁▁▇▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▇▁▁▁▁▁▁▁▇ ▁ │ 129 ms Histogram: frequency by time 189 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 126. │ b2 = │ BenchmarkTools.Trial: 32 samples with 1 evaluation per sample. │ Range (min … max): 120.746 ms … 473.996 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 144.212 ms ┊ GC (median): 7.68% │ Time (mean ± σ): 157.763 ms ± 60.437 ms ┊ GC (mean ± σ): 6.45% ± 8.08% │ │ ▂ █ │ ▅▇█▇█▅▅▄▅▄▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 121 ms Histogram: frequency by time 474 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 126. ┌ Info: Expr 4 │ t1 = 9.585793966037735e7 │ t2 = 9.351407596296297e7 │ ratio = 1.0250642876302674 │ diff = 2343864 ± 19231198 │ b1 = │ BenchmarkTools.Trial: 53 samples with 1 evaluation per sample. │ Range (min … max): 80.822 ms … 162.917 ms ┊ GC (min … max): 0.00% … 49.29% │ Time (median): 94.556 ms ┊ GC (median): 14.06% │ Time (mean ± σ): 95.858 ms ± 12.705 ms ┊ GC (mean ± σ): 12.68% ± 10.10% │ │ ▁ ▃ ▁▆▆█ │ ▄▁▁█▇█▄▄▁▁▇▄▁▄▁▄████▇▁▄▇▄▄▇▄▁▁▁▁▁▁▇▁▄▁▁▄▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 80.8 ms Histogram: frequency by time 126 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 125. │ b2 = │ BenchmarkTools.Trial: 54 samples with 1 evaluation per sample. │ Range (min … max): 77.821 ms … 171.008 ms ┊ GC (min … max): 0.00% … 54.19% │ Time (median): 90.997 ms ┊ GC (median): 14.19% │ Time (mean ± σ): 93.514 ms ± 14.437 ms ┊ GC (mean ± σ): 12.75% ± 10.91% │ │ ▃ ▁ ▁ █▁▃ ▁ ▁ │ ▄▄█▁▄▁▁▇█▁▁▄█▇▇▄███▇█▄█▄▁▁▄▄▄▁▁▄▁▁▄▁▁▁▁▁▁▁▁▁▁▄▄▁▁▁▁▁▁▁▁▁▁▁▄▄ ▁ │ 77.8 ms Histogram: frequency by time 124 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 122. ┌ Info: Expr 5 │ t1 = 5.187870123173278e6 │ t2 = 5.197818976987448e6 │ ratio = 0.9980859560792292 │ diff = -9949 ± 2139731 │ b1 = │ BenchmarkTools.Trial: 958 samples with 1 evaluation per sample. │ Range (min … max): 3.882 ms … 39.765 ms ┊ GC (min … max): 0.00% … 92.93% │ Time (median): 4.792 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.188 ms ± 1.675 ms ┊ GC (mean ± σ): 4.72% ± 9.29% │ │ ▃▃▄▄█▅▄▃ ▁ │ ▃▄▄████████▇█▆▅▅▃▃▃▃▃▃▃▃▃▃▁▂▂▁▂▁▂▁▁▁▂▂▂▁▁▂▂▂▃▃▃▃▃▂▂▂▂▂▂▂▂▃ ▃ │ 3.88 ms Histogram: frequency by time 9.95 ms < │ │ Memory estimate: 4.77 MiB, allocs estimate: 66. │ b2 = │ BenchmarkTools.Trial: 956 samples with 1 evaluation per sample. │ Range (min … max): 3.831 ms … 22.308 ms ┊ GC (min … max): 0.00% … 88.04% │ Time (median): 4.841 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.198 ms ± 1.331 ms ┊ GC (mean ± σ): 4.18% ± 8.79% │ │ ▃█▅█▄▃▂ │ ▂▃▆▇████████▆▇▅▅▄▄▃▃▃▃▂▂▃▂▂▂▂▁▂▂▁▁▁▂▁▁▁▂▃▃▃▃▂▁▂▂▁▁▂▂▁▂▂▂▁▂ ▃ │ 3.83 ms Histogram: frequency by time 10.8 ms < │ └ Memory estimate: 4.77 MiB, allocs estimate: 55. ┌ Info: Expr 6 │ t1 = 945918.9835438194 │ t2 = 890725.1550792507 │ ratio = 1.0619650496562634 │ diff = 55194 ± 728614 │ b1 = │ BenchmarkTools.Trial: 5226 samples with 1 evaluation per sample. │ Range (min … max): 645.023 μs … 38.296 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 863.292 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 945.919 μs ± 644.178 μs ┊ GC (mean ± σ): 2.77% ± 7.33% │ │ ▁▂▄▅▆▇███▇▇▆▅▅▄▃▂▁▂▁ ▁▂▂▁ ▁▁▁ ▂ │ ▄▆██████████████████████████████████▇▇▆▆▆▆▆▇▆▅▆▇▅▅▄▄▅▄▅▅▆▇█▇▅ █ │ 645 μs Histogram: log(frequency) by time 1.91 ms < │ │ Memory estimate: 491.45 KiB, allocs estimate: 58. │ b2 = │ BenchmarkTools.Trial: 5552 samples with 1 evaluation per sample. │ Range (min … max): 624.823 μs … 12.453 ms ┊ GC (min … max): 0.00% … 93.17% │ Time (median): 818.287 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 890.725 μs ± 340.461 μs ┊ GC (mean ± σ): 2.86% ± 7.52% │ │ ▁▃▅▅▇███▇▆▅▅▄▃▂▂▂▂▂▁▂▁▂▂▁▁▂▁▂▁▁▁ ▁ ▂ │ ▅▇██████████████████████████████████▆▆▇▆▄▅▇▇▅▆▆▆▅▄▁▄▃▃▃▆▅▇▇▇▇ █ │ 625 μs Histogram: log(frequency) by time 1.89 ms < │ └ Memory estimate: 491.30 KiB, allocs estimate: 52. ┌ Info: Expr 7 │ t1 = 456217.1866 │ t2 = 452264.9 │ ratio = 1.0087388753803357 │ diff = 3952 ± 421086 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 302.467 μs … 10.431 ms ┊ GC (min … max): 0.00% … 95.83% │ Time (median): 434.121 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 456.217 μs ± 211.986 μs ┊ GC (mean ± σ): 0.60% ± 1.82% │ │ ▃ ▁▅▅▆▆█▆▄▄▃▁ │ ██▅███████████▆▅▄▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▁▁▁▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 302 μs Histogram: frequency by time 1.26 ms < │ │ Memory estimate: 52.01 KiB, allocs estimate: 58. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 340.357 μs … 29.410 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 423.175 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 452.265 μs ± 363.835 μs ┊ GC (mean ± σ): 0.72% ± 2.00% │ │ ▁▁▂▆█▄ │ ▃▆███████▆▆▄▃▃▂▂▂▂▂▂▂▂▂▁▂▂▂▂▂▂▁▂▂▂▂▂▁▂▂▂▁▂▂▂▁▁▂▁▁▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 340 μs Histogram: frequency by time 1.15 ms < │ └ Memory estimate: 51.87 KiB, allocs estimate: 52. ┌ Info: Expr 8 │ t1 = 7.59058315e7 │ t2 = 6.939957764383562e7 │ ratio = 1.0937506261141101 │ diff = 6506254 ± 5206082 │ b1 = │ BenchmarkTools.Trial: 66 samples with 1 evaluation per sample. │ Range (min … max): 71.544 ms … 92.394 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 75.405 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 75.906 ms ± 2.899 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃▃▃ █▆█▁ ▆▁▃ ▃ │ ▄▁▁▄▁▄▄▁▇███▄████▇███▄▇█▁▄▁▁▁▄▁▁▄▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 71.5 ms Histogram: frequency by time 86.2 ms < │ │ Memory estimate: 154.40 KiB, allocs estimate: 5538. │ b2 = │ BenchmarkTools.Trial: 73 samples with 1 evaluation per sample. │ Range (min … max): 62.306 ms … 88.878 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 69.698 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 69.400 ms ± 4.324 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂ ▂█ ▂ ▂ ▂ ▅ ▂█ │ ▅▁▁▅█▁▁██▅███▅█▁▅▅█▁▁▅▁████▅█▅████▅█▁████▁▅▁▅▁▁▁▁▁▅▁▁▁▁▁▁▁▅ ▁ │ 62.3 ms Histogram: frequency by time 78.6 ms < │ └ Memory estimate: 154.26 KiB, allocs estimate: 5532. ┌ Info: Expr 9 │ t1 = 372512.2221 │ t2 = 362437.2491 │ ratio = 1.0277978409366533 │ diff = 10075 ± 277659 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 292.997 μs … 17.899 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 365.196 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 372.512 μs ± 189.687 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▂▃▃▅▆▆▇▇█▇█▇▆▆▅▃▂▁ │ ▁▁▁▁▂▂▃▄▄▅▅▇▇█████████████████████▆▆▅▃▃▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▄ │ 293 μs Histogram: frequency by time 480 μs < │ │ Memory estimate: 3.02 KiB, allocs estimate: 52. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 269.938 μs … 14.143 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 356.816 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 362.437 μs ± 202.764 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂▁▁▂▃▃▁▃▄▄▄▆▆▇▇█▆▇▅▃▃ │ ▁▁▁▁▁▁▂▂▂▃▃▃▅▇███████████████████████▇▆▅▄▃▃▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▄ │ 270 μs Histogram: frequency by time 465 μs < │ └ Memory estimate: 2.88 KiB, allocs estimate: 46. Test Summary: | Pass Total Time Benchmark: Malt.DistributedStdlibWorker | 19 19 3m27.4s ┌ Info: Expr 1 │ t1 = 1.860179162222222e8 │ t2 = 2.1311516458333334e8 │ ratio = 0.872851617978056 │ diff = -27097248 ± 21562775 │ b1 = │ BenchmarkTools.Trial: 27 samples with 1 evaluation per sample. │ Range (min … max): 149.410 ms … 213.906 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 189.717 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 186.018 ms ± 19.202 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █ │ ▅█▁▁▁▅▅▁▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅▁▅█▁▁▅▅▁▁▅▅▅█▅▁▅▁▅█▁▁▁▁▁▁▅▁▅ ▁ │ 149 ms Histogram: frequency by time 214 ms < │ │ Memory estimate: 6.86 MiB, allocs estimate: 119631. │ b2 = │ BenchmarkTools.Trial: 24 samples with 1 evaluation per sample. │ Range (min … max): 201.523 ms … 252.791 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 212.568 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 213.115 ms ± 9.811 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃ ▃ █ █▃ ▃ │ ▇▇▁▇▁█▇█▁▇▁▇▇█▁▇██▇▁█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▇ ▁ │ 202 ms Histogram: frequency by time 253 ms < │ └ Memory estimate: 3.53 KiB, allocs estimate: 55. ┌ Info: Expr 2 │ t1 = 1.156037535962877e7 │ t2 = 1.2212964916870415e7 │ ratio = 0.9465658370687541 │ diff = -652590 ± 1303768 │ b1 = │ BenchmarkTools.Trial: 431 samples with 1 evaluation per sample. │ Range (min … max): 11.393 ms … 16.683 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.455 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 11.560 ms ± 501.496 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▇█▃▂ │ █████▄▄▅█▁▄▁▄▁▁▁▁▄▁▅▄▁▄▁▁▄▁▁▄▁▄▁▁▁▄▁▄▁▁▁▄▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▄▁▄ ▆ │ 11.4 ms Histogram: log(frequency) by time 14.4 ms < │ │ Memory estimate: 2.00 KiB, allocs estimate: 53. │ b2 = │ BenchmarkTools.Trial: 409 samples with 1 evaluation per sample. │ Range (min … max): 11.862 ms … 27.429 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 12.005 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.213 ms ± 1.203 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▆█▄ │ ███▆▄▄▄▆▄▁▄▄▄▁▄▁▁▁▁▁▅▆▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▄ ▆ │ 11.9 ms Histogram: log(frequency) by time 18.3 ms < │ └ Memory estimate: 2.89 KiB, allocs estimate: 47. ┌ Info: Expr 3 │ t1 = 5.317619036170213e7 │ t2 = 1.474717592647059e8 │ ratio = 0.36058558348282127 │ diff = -94295569 ± 18803433 │ b1 = │ BenchmarkTools.Trial: 94 samples with 1 evaluation per sample. │ Range (min … max): 40.997 ms … 102.740 ms ┊ GC (min … max): 0.00% … 59.21% │ Time (median): 53.564 ms ┊ GC (median): 18.59% │ Time (mean ± σ): 53.176 ms ± 8.774 ms ┊ GC (mean ± σ): 18.07% ± 10.96% │ │ ▂█ │ ▃▄▃▃▅▃▂▁▁▁▁▁▁▂▄██▆▃▃▁▁▁▁▁▁▂▁▂▁▂▁▁▂▁▁▂▁▁▁▁▁▁▁▁▁▁▁▂▁▁▁▁▁▁▁▁▁▁▂ ▁ │ 41 ms Histogram: frequency by time 87.6 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 54. │ b2 = │ BenchmarkTools.Trial: 34 samples with 1 evaluation per sample. │ Range (min … max): 125.398 ms … 207.715 ms ┊ GC (min … max): 0.00% … 35.95% │ Time (median): 142.062 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 147.472 ms ± 16.631 ms ┊ GC (mean ± σ): 7.04% ± 8.81% │ │ ▂ ▂█▂▂ │ ▅▁▁▁▁▁█▅█▅█████▁█▁▁▅▁▅▁▅▁▁▁▁▁▅▅▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▅ ▁ │ 125 ms Histogram: frequency by time 208 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 126. ┌ Info: Expr 4 │ t1 = 166948.2334 │ t2 = 9.638592523076923e7 │ ratio = 0.0017320810377686264 │ diff = -96218977 ± 14678110 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 132.969 μs … 1.126 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 161.109 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 166.948 μs ± 68.667 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂▂▂▃▄▅▅▅███▇▅▄ │ ▁▁▂▁▁▁▁▁▁▂▂▂▂▂▃▄▅▅█████████████████▆▅▄▄▃▃▃▄▃▄▃▃▃▃▂▂▂▂▂▂▁▁▁▁▁ ▄ │ 133 μs Histogram: frequency by time 192 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 52 samples with 1 evaluation per sample. │ Range (min … max): 81.032 ms … 160.761 ms ┊ GC (min … max): 0.00% … 50.11% │ Time (median): 94.993 ms ┊ GC (median): 14.25% │ Time (mean ± σ): 96.386 ms ± 14.678 ms ┊ GC (mean ± σ): 12.63% ± 10.88% │ │ ▂ █ │ ▅▄█▇▄▇▅▄▁▄▅█▇█▇▇▁▄▁▁▁▁▄▁▄▁▄▁▁▁▁▄▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 81 ms Histogram: frequency by time 147 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 134. ┌ Info: Expr 5 │ t1 = 168327.8243 │ t2 = 5.312963754273504e6 │ ratio = 0.031682471796387626 │ diff = -5144636 ± 1478053 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 131.749 μs … 1.879 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 162.338 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 168.328 μs ± 70.688 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▁▂▂▃▃▄▆█▇▅▃▂ │ ▂▂▂▂▂▁▂▂▂▂▂▃▃▃▃▄▄▄▅▆▇███████████████▆▅▄▄▄▄▄▄▄▄▄▃▃▃▃▃▃▃▃▂▂▂▂▂ ▄ │ 132 μs Histogram: frequency by time 193 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 936 samples with 1 evaluation per sample. │ Range (min … max): 3.917 ms … 24.346 ms ┊ GC (min … max): 0.00% … 86.61% │ Time (median): 4.912 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.313 ms ± 1.476 ms ┊ GC (mean ± σ): 4.62% ± 8.96% │ │ ▄▆▅█▅▄▁ │ ▃▄▆███████▇▇██▅▄▄▃▄▃▃▃▃▃▂▂▂▂▂▂▁▂▁▁▂▁▂▂▂▃▃▃▂▂▃▂▂▂▂▁▁▁▁▂▂▁▂▂ ▃ │ 3.92 ms Histogram: frequency by time 11.2 ms < │ └ Memory estimate: 4.77 MiB, allocs estimate: 55. ┌ Info: Expr 6 │ t1 = 166328.4087 │ t2 = 916232.8699277376 │ ratio = 0.18153508148328945 │ diff = -749904 ± 429950 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 115.889 μs … 1.462 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 159.838 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 166.328 μs ± 71.036 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▃▅▆▆▇█▇▆▅▅▃▁ │ ▂▂▂▂▂▁▁▁▂▂▁▁▂▂▂▂▃▃▃▃▃▄▄▅▆██████████████▇▅▅▅▅▅▄▅▄▄▄▃▃▃▃▃▂▂▂▂▂ ▄ │ 116 μs Histogram: frequency by time 196 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 5397 samples with 1 evaluation per sample. │ Range (min … max): 602.664 μs … 19.414 ms ┊ GC (min … max): 0.00% … 95.59% │ Time (median): 833.242 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 916.233 μs ± 424.041 μs ┊ GC (mean ± σ): 3.11% ± 7.75% │ │ ▆██▄ │ ▂▂▂▃▃▄▅█████▇▅▄▄▃▃▃▃▃▃▃▃▃▂▃▃▂▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▂▂▁▁▁▂▁▂▂▂▂▂ ▃ │ 603 μs Histogram: frequency by time 2.03 ms < │ └ Memory estimate: 491.30 KiB, allocs estimate: 52. ┌ Info: Expr 7 │ t1 = 156612.3251 │ t2 = 472897.7807 │ ratio = 0.33117585129745564 │ diff = -316285 ± 383540 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 133.659 μs … 1.178 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 148.508 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 156.612 μs ± 67.159 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃██▃ │ ▁▁▁▁▁▁▁▁▁▁▁▂▄▇████▇▄▃▂▂▂▃▃▂▂▃▃▃▃▂▂▂▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▂ │ 134 μs Histogram: frequency by time 186 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 341.847 μs … 26.726 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 443.465 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 472.898 μs ± 377.614 μs ┊ GC (mean ± σ): 0.62% ± 1.56% │ │ ▄█▄▃█▇▂ │ ▂▂▄███████▆▄▄▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▂▁▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 342 μs Histogram: frequency by time 1.21 ms < │ └ Memory estimate: 51.87 KiB, allocs estimate: 52. ┌ Info: Expr 8 │ t1 = 6.120183175609756e7 │ t2 = 6.744060028e7 │ ratio = 0.9074923933357605 │ diff = -6238769 ± 7774599 │ b1 = │ BenchmarkTools.Trial: 82 samples with 1 evaluation per sample. │ Range (min … max): 46.820 ms … 77.991 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 62.533 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 61.202 ms ± 6.723 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▅█ ▂ ▅▅ ▂ ▂▂▂ ▅ │ ▅▁▅█▅██▅▅█▅▅█▁▁▁▁▁▁▁▁▁▅▁▅▁▅▅▅██████▅████████▅▅██▅███▁▁▁▁▁▁▅ ▁ │ 46.8 ms Histogram: frequency by time 72.9 ms < │ │ Memory estimate: 1.77 MiB, allocs estimate: 38175. │ b2 = │ BenchmarkTools.Trial: 75 samples with 1 evaluation per sample. │ Range (min … max): 61.512 ms … 87.100 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 66.599 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 67.441 ms ± 3.904 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █▅▃▅ ▃ │ ▄▁▄▁▄▄▇▇█████▇█▇█▁▇▅▁█▄▁▅▄▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 61.5 ms Histogram: frequency by time 86 ms < │ └ Memory estimate: 154.26 KiB, allocs estimate: 5532. ┌ Info: Expr 9 │ t1 = 133324.618 │ t2 = 328762.9246 │ ratio = 0.4055342254976399 │ diff = -195438 ± 170465 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 109.178 μs … 1.125 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 132.323 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 133.325 μs ± 65.765 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂▅▇█▆▄▂▁▁ ▁▂▂▂▂▁ ▂▃▅▆▅▄▃▄▄▄▄▅▆▆▆▅▄▃▂▁ ▁▁ ▁ ▁▂▁▁ ▁ ▃ │ ██████████▇██████████████████████████████████████████████▆▆▇ █ │ 109 μs Histogram: log(frequency) by time 163 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 278.698 μs … 14.780 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 318.442 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 328.763 μs ± 157.268 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂▂▅▅▇▆█▇███▆▆▄▄▃▂▁ ▁▁ │ ▁▁▂▄▅▆███████████████████████▇▇▇▇▆▆▆▅▅▅▄▅▃▄▃▃▂▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁ ▄ │ 279 μs Histogram: frequency by time 408 μs < │ └ Memory estimate: 2.88 KiB, allocs estimate: 46. Test Summary: | Pass Total Time Benchmark: Malt.InProcessWorker | 19 19 2m42.5s ┌ Info: Expr 1 │ t1 = 1.3897335333333334e8 │ t2 = 2.0803457744e8 │ ratio = 0.6680300700176399 │ diff = -69061224 ± 14652575 │ b1 = │ BenchmarkTools.Trial: 36 samples with 1 evaluation per sample. │ Range (min … max): 124.222 ms … 159.022 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 138.574 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 138.973 ms ± 7.975 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃ ▃ ▃▃▃ ▃▃ █ █ ▃ │ ▇▁▁▇▇▁▁▇▁▁▇█▇▁▇▁▁█▁▁▇▁███▁██▁▁▁█▁▇▁█▇▇█▁▁▁▁▁▁▁▁▁▁▇▁▁▁▁▁▇▁▁▁▁▇ ▁ │ 124 ms Histogram: frequency by time 159 ms < │ │ Memory estimate: 3.83 KiB, allocs estimate: 57. │ b2 = │ BenchmarkTools.Trial: 25 samples with 1 evaluation per sample. │ Range (min … max): 194.447 ms … 259.731 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 205.672 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 208.035 ms ± 12.292 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁ ▁█ ▄█▄ │ █▆▁▁▁▁▁██▆███▁▁▆▁▁▁▆▆▁▁▁▁▆▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▆ ▁ │ 194 ms Histogram: frequency by time 260 ms < │ └ Memory estimate: 3.53 KiB, allocs estimate: 55. ┌ Info: Expr 2 │ t1 = 1.1975413366906475e7 │ t2 = 1.2495302825e7 │ ratio = 0.9583932086020873 │ diff = -519889 ± 3994212 │ b1 = │ BenchmarkTools.Trial: 417 samples with 1 evaluation per sample. │ Range (min … max): 11.727 ms … 40.105 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.868 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 11.975 ms ± 1.411 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▃▅▆█▄▁ │ ▄███████▇▆▄▃▃▂▂▂▁▁▂▂▂▁▁▁▁▁▁▁▂▁▁▂▁▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▂▂ ▃ │ 11.7 ms Histogram: frequency by time 13.3 ms < │ │ Memory estimate: 3.23 KiB, allocs estimate: 52. │ b2 = │ BenchmarkTools.Trial: 400 samples with 1 evaluation per sample. │ Range (min … max): 11.814 ms … 62.027 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.955 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.495 ms ± 3.737 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █▂ │ ███▅▅▁▁▄▄▁▄▄▄▁▄▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▄ ▆ │ 11.8 ms Histogram: log(frequency) by time 28.8 ms < │ └ Memory estimate: 2.89 KiB, allocs estimate: 47. ┌ Info: Expr 3 │ t1 = 1.4370410108571428e8 │ t2 = 1.4815371755882353e8 │ ratio = 0.9699662178821632 │ diff = -4449616 ± 27595458 │ b1 = │ BenchmarkTools.Trial: 35 samples with 1 evaluation per sample. │ Range (min … max): 125.049 ms … 226.869 ms ┊ GC (min … max): 0.00% … 39.83% │ Time (median): 139.614 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 143.704 ms ± 19.748 ms ┊ GC (mean ± σ): 7.66% ± 8.93% │ │ █ ▁ ▃ ▁ │ ▇█▁█▁█▄▄▄▄▇▄█▇▇▁▁▁▁▄▁▄▁▁▁▄▄▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 125 ms Histogram: frequency by time 227 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 149. │ b2 = │ BenchmarkTools.Trial: 34 samples with 1 evaluation per sample. │ Range (min … max): 126.297 ms … 220.156 ms ┊ GC (min … max): 0.00% … 37.13% │ Time (median): 140.665 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 148.154 ms ± 19.275 ms ┊ GC (mean ± σ): 7.19% ± 9.38% │ │ ▄ ▄██▄ ▁ │ ▆▁█▆▁▁████▆▆▁▁▆▆█▆▁▁▆▆▁▆▁▆▁▁▁▁▁▆▁▆▁▁▁▁▁▁▆▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▆ ▁ │ 126 ms Histogram: frequency by time 220 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 160. ┌ Info: Expr 4 │ t1 = 9.035006364285715e7 │ t2 = 9.565862596226415e7 │ ratio = 0.9445051372418715 │ diff = -5308562 ± 22363093 │ b1 = │ BenchmarkTools.Trial: 56 samples with 1 evaluation per sample. │ Range (min … max): 74.929 ms … 163.029 ms ┊ GC (min … max): 0.00% … 54.72% │ Time (median): 90.345 ms ┊ GC (median): 14.69% │ Time (mean ± σ): 90.350 ms ± 14.723 ms ┊ GC (mean ± σ): 13.43% ± 11.58% │ │ █▁ ▃ ▃▁▁▆ │ ██▄▇▇▄▁▄█▁▁▄▄▁▇▇▄▇████▄▁▄▁▇▄▄▄▁▁▁▁▁▁▁▁▄▁▁▁▄▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 74.9 ms Histogram: frequency by time 128 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 127. │ b2 = │ BenchmarkTools.Trial: 53 samples with 1 evaluation per sample. │ Range (min … max): 79.508 ms … 181.999 ms ┊ GC (min … max): 0.00% … 51.70% │ Time (median): 92.661 ms ┊ GC (median): 14.23% │ Time (mean ± σ): 95.659 ms ± 16.833 ms ┊ GC (mean ± σ): 12.59% ± 12.67% │ │ █ ▅▂ ▂ ▅▂ ▅ │ ▅█▅▅██▅███▅▅▅██▅██▅▅▅▁█▅▁▁▅▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▅▁▁▁▅▁▁▁▁▁▁▅▁▁▁▁▁▅ ▁ │ 79.5 ms Histogram: frequency by time 136 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 131. ┌ Info: Expr 5 │ t1 = 5.127143287628866e6 │ t2 = 5.334384738197424e6 │ ratio = 0.9611498868680047 │ diff = -207241 ± 2294988 │ b1 = │ BenchmarkTools.Trial: 970 samples with 1 evaluation per sample. │ Range (min … max): 3.859 ms … 36.384 ms ┊ GC (min … max): 0.00% … 93.54% │ Time (median): 4.735 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.127 ms ± 1.544 ms ┊ GC (mean ± σ): 4.48% ± 8.68% │ │ ▄███▆▆▄▁ │ ▃▃▆████████▇▆▅▆▆▆▆▆▄▃▄▄▃▃▃▂▃▁▂▂▁▂▁▁▂▂▂▁▁▂▁▂▂▃▃▃▂▂▂▁▁▁▂▂▁▁▂ ▃ │ 3.86 ms Histogram: frequency by time 10 ms < │ │ Memory estimate: 4.77 MiB, allocs estimate: 60. │ b2 = │ BenchmarkTools.Trial: 932 samples with 1 evaluation per sample. │ Range (min … max): 3.954 ms … 40.687 ms ┊ GC (min … max): 0.00% … 92.49% │ Time (median): 4.900 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.334 ms ± 1.698 ms ┊ GC (mean ± σ): 4.28% ± 8.35% │ │ ▁▄▇█▆▆ │ ▂▃▆███████▄▄▅▆▆▅▄▄▄▃▃▂▃▂▂▂▁▂▁▂▂▁▂▂▂▁▁▂▁▂▃▃▂▂▂▂▂▁▁▁▁▁▂▂▂▁▁▂ ▃ │ 3.95 ms Histogram: frequency by time 11.1 ms < │ └ Memory estimate: 4.77 MiB, allocs estimate: 55. ┌ Info: Expr 6 │ t1 = 934576.9859981078 │ t2 = 957287.5820259539 │ ratio = 0.9762760987875947 │ diff = -22711 ± 575229 │ b1 = │ BenchmarkTools.Trial: 5285 samples with 1 evaluation per sample. │ Range (min … max): 665.633 μs … 19.419 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 871.211 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 934.577 μs ± 453.420 μs ┊ GC (mean ± σ): 2.67% ± 7.25% │ │ ▂▄▅▆▇██▇▆▄▃▃▂ ▁▁ ▁ ▁▁▁▁ ▂ │ ▆███████████████████████████▇▆▆▅▅▃▆▆▄▆▇▆▆▆▄▄▃▄▁▁▁▃▃▄▃▃▄▃▃▅▅▇▇ █ │ 666 μs Histogram: log(frequency) by time 2.22 ms < │ │ Memory estimate: 491.65 KiB, allocs estimate: 57. │ b2 = │ BenchmarkTools.Trial: 5163 samples with 1 evaluation per sample. │ Range (min … max): 673.383 μs … 15.411 ms ┊ GC (min … max): 0.00% … 93.77% │ Time (median): 891.651 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 957.288 μs ± 353.975 μs ┊ GC (mean ± σ): 2.67% ± 7.21% │ │ ▅██▃ │ ▂▂▃▄▅█████▇▅▄▃▃▃▃▃▂▃▃▂▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▂▁▁▁▂▁▁▁▂▂▂▂▂▂▂▂ ▃ │ 673 μs Histogram: frequency by time 2.28 ms < │ └ Memory estimate: 491.30 KiB, allocs estimate: 52. ┌ Info: Expr 7 │ t1 = 395949.2256 │ t2 = 454584.1355 │ ratio = 0.8710141746686627 │ diff = -58635 ± 370995 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 331.246 μs … 4.632 ms ┊ GC (min … max): 0.00% … 88.37% │ Time (median): 366.151 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 395.949 μs ± 139.641 μs ┊ GC (mean ± σ): 0.28% ± 1.53% │ │ █▇ │ ▆███▇▆▅▄▃▃▂▂▂▂▂▂▂▂▂▂▂▁▂▁▂▁▂▁▂▁▁▁▁▁▁▁▁▁▁▂▁▂▂▁▁▁▁▁▁▁▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 331 μs Histogram: frequency by time 1.12 ms < │ │ Memory estimate: 52.21 KiB, allocs estimate: 57. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 342.366 μs … 31.044 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 421.825 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 454.584 μs ± 343.711 μs ┊ GC (mean ± σ): 0.23% ± 1.50% │ │ ▁█▇▅▄▃ │ ▂▄███████▆▄▄▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▂▂▁▂▁▂▂▁▂▁▁▂▁▁▂▂▁▁▂▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 342 μs Histogram: frequency by time 1.21 ms < │ └ Memory estimate: 51.87 KiB, allocs estimate: 52. ┌ Info: Expr 8 │ t1 = 7.322808598550725e7 │ t2 = 7.009930065277778e7 │ ratio = 1.0446336169347432 │ diff = 3128785 ± 6635262 │ b1 = │ BenchmarkTools.Trial: 69 samples with 1 evaluation per sample. │ Range (min … max): 66.374 ms … 100.827 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 72.126 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 73.228 ms ± 4.954 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂ ▆▄▆█▂ ▄▂ │ ▄▁▁▁▄██▄▁███████▆██▄▄▄▁▆▁█▄▄▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 66.4 ms Histogram: frequency by time 91 ms < │ │ Memory estimate: 154.70 KiB, allocs estimate: 5538. │ b2 = │ BenchmarkTools.Trial: 72 samples with 1 evaluation per sample. │ Range (min … max): 62.306 ms … 93.908 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 69.643 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 70.099 ms ± 4.414 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂▂ █▂▂▄ ▂█ ▂▂ │ ▄▁▄▄▁▁▄▆▄▄▄██▄████▆██▆▄▆██▆▆▁▁▄▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 62.3 ms Histogram: frequency by time 86.5 ms < │ └ Memory estimate: 154.26 KiB, allocs estimate: 5532. ┌ Info: Expr 9 │ t1 = 342333.9354 │ t2 = 350737.1728 │ ratio = 0.9760412124756683 │ diff = -8403 ± 149590 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 244.058 μs … 11.497 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 335.611 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 342.334 μs ± 133.184 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▂▃▃▄▆██▇▇▇▇▅▅▃▂▁ │ ▂▁▁▂▁▁▁▁▂▂▂▂▂▃▃▃▄▄▅▆▇██████████████████▇▆▅▅▄▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂ ▄ │ 244 μs Histogram: frequency by time 428 μs < │ │ Memory estimate: 3.22 KiB, allocs estimate: 51. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 249.538 μs … 1.398 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 348.526 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 350.737 μs ± 68.111 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂▃▃▃▄▅▄▃▄▅▇▅▇██▇▇▆▅▄▃▂▁ │ ▃▃▃▃▃▃▃▃▃▃▃▄▄▄▄▄▅▇████████████████████████▇▆▅▄▃▃▃▂▂▂▂▂▂▂▂▂▁▂ ▅ │ 250 μs Histogram: frequency by time 443 μs < │ └ Memory estimate: 2.88 KiB, allocs estimate: 46. Test Summary: | Pass Total Time Benchmark: Malt.Worker | 19 19 3m04.4s ┌ Info: Launch benchmark │ ratio = 0.3254036957493436 │ t1 = 3.717420352 └ t2 = 11.424026219 Test Summary: | Pass Total Time Benchmark launch | 1 1 1m17.8s Testing Malt tests passed Testing completed after 945.42s PkgEval crashed after 1057.79s: an internal error was encountered