Package evaluation of Malt on Julia 1.13.0-DEV.122 (1045bd8333*) started at 2025-03-02T08:22:54.343 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.13s ################################################################################ # 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.82s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 19.56s ################################################################################ # Testing # Testing Malt Status `/tmp/jl_twZ8dQ/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_twZ8dQ/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 = 4.846051287 │ t2 = 4.036721756 │ t3 = 3.496818411 └ t4 = 0.465107596 ┌ Info: test run │ ex = :(sleep(3)) │ t1 = 3.251449361 │ t2 = 3.004969602 │ t3 = 0.482917372 └ t4 = 0.472333827 ┌ 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.11110022 │ t2 = 4.092624816 │ t3 = 0.330814558 └ t4 = 0.327577473 ┌ 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.264844032 │ t2 = 3.260363851 │ t3 = 0.326244299 └ t4 = 0.321382972 ┌ 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.259358634 │ t2 = 3.264030885 │ t3 = 0.325701245 └ t4 = 0.330055398 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 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 1m17.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.549114014 │ t2 = 4.083299431 │ t3 = 4.141758405 └ t4 = 4.172952357 ┌ Info: test run │ ex = :(sleep(3)) │ t1 = 3.021158786 │ t2 = 3.004477689 │ t3 = 2.936881898 └ t4 = 0.395565955 Test Summary: | Pass Total Time Interrupt: Malt.InProcessWorker | 11 11 26.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.425182439 │ t2 = 3.933796551 │ t3 = 2.719792205 └ t4 = 0.224314464 ┌ Info: test run │ ex = :(sleep(3)) │ t1 = 4.362525189 │ t2 = 3.004990666 │ t3 = 0.346329793 └ t4 = 0.366229766 ┌ 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.115464538 │ t2 = 4.064994541 │ t3 = 0.175456057 └ t4 = 0.174626036 ┌ 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.283742332 │ t2 = 3.27487897 │ t3 = 0.203164035 └ t4 = 0.238324021 ┌ 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.248763636 │ t2 = 3.263610756 │ t3 = 0.19353043 └ t4 = 0.234410314 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 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.5s Test Summary: | Pass Broken Total Time Impl: Malt.DistributedStdlibWorker | 60 1 61 1m25.2s Test Summary: | Pass Total Time Impl: Malt.InProcessWorker | 59 59 1.5s 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:306 [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 36.1s 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:1090 From worker 9: [5] invokelatest(::Any, ::Any, ::Vararg{Any}) From worker 9: @ Base ./essentials.jl:1086 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})() From worker 9: @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:310 Test Summary: | Pass Total Time Exceptions: Malt.DistributedStdlibWorker | 19 19 31.7s ┌ 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 11.5s Test Summary: | Pass Total Time Exceptions: Malt.InProcessWorker | 15 15 5.5s Precompiling packages... 1387.4 ms ✓ Scratch 1346.8 ms ✓ RelocatableFolders 2467.2 ms ✓ Malt 3 dependencies successfully precompiled in 6 seconds. 6 already precompiled. Test Summary: | Pass Total Time Nesting | 2 2 37.8s ┌ Info: Expr 1 │ t1 = 2.1638720847826087e8 │ t2 = 2.0140803552e8 │ ratio = 1.0743722707963825 │ diff = 14979173 ± 49622214 │ b1 = │ BenchmarkTools.Trial: 23 samples with 1 evaluation per sample. │ Range (min … max): 198.489 ms … 437.025 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 202.907 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 216.387 ms ± 49.109 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █ │ ██▆▃▁▃▁▁▁▁▁▁▃▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▃ ▁ │ 198 ms Histogram: frequency by time 437 ms < │ │ Memory estimate: 3.67 KiB, allocs estimate: 61. │ b2 = │ BenchmarkTools.Trial: 25 samples with 1 evaluation per sample. │ Range (min … max): 188.933 ms … 224.956 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 200.941 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 201.408 ms ± 7.116 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃ ▃ █ ▃ ▃ │ ▇▁▁▇▁▁▁▁▁▇▇▁▁█▇▇▁▇█▇█▇▇▇▁█▁▁▁▇▁█▁▁▁▁▁▁▁▇▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▇ ▁ │ 189 ms Histogram: frequency by time 225 ms < │ └ Memory estimate: 3.53 KiB, allocs estimate: 55. ┌ Info: Expr 2 │ t1 = 1.2137270854014598e7 │ t2 = 1.2113127497572815e7 │ ratio = 1.0019931563047297 │ diff = 24143 ± 492057 │ b1 = │ BenchmarkTools.Trial: 411 samples with 1 evaluation per sample. │ Range (min … max): 11.886 ms … 15.520 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 12.050 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.137 ms ± 353.956 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▅█▇█▇▆▅▄▃ │ ▆███████████▇▇▇▆▄▄▁▆▄▁▁▁▁▄▆▁▄▄▄▁▁▄▄▆▆▄▆▆▄▁▁▄▁▁▁▄▁▁▁▁▁▁▄▁▁▁▁▄ ▇ │ 11.9 ms Histogram: log(frequency) by time 13.6 ms < │ │ Memory estimate: 3.03 KiB, allocs estimate: 53. │ b2 = │ BenchmarkTools.Trial: 412 samples with 1 evaluation per sample. │ Range (min … max): 11.831 ms … 15.724 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 12.032 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.113 ms ± 341.812 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂▂▆███▇▆▅▂▃ ▁▁ │ ▄▁███████████████▆▇▄▄▆██▁▄▁▄▄▄▄▄▁▄▄▄▁▄▄▆▆▁▁▄▆▁▁▁▁▁▁▁▄▄▁▁▁▁▁▄ █ │ 11.8 ms Histogram: log(frequency) by time 13.4 ms < │ └ Memory estimate: 2.89 KiB, allocs estimate: 47. ┌ Info: Expr 3 │ t1 = 1.414764577222222e8 │ t2 = 1.5218686363636363e8 │ ratio = 0.9296233218937152 │ diff = -10710406 ± 22338365 │ b1 = │ BenchmarkTools.Trial: 36 samples with 1 evaluation per sample. │ Range (min … max): 131.369 ms … 182.860 ms ┊ GC (min … max): 0.00% … 29.55% │ Time (median): 138.641 ms ┊ GC (median): 7.74% │ Time (mean ± σ): 141.476 ms ± 10.686 ms ┊ GC (mean ± σ): 7.17% ± 5.72% │ │ █ ▁▁ ▃ │ █▄▇▁▄▄▇██▄▇█▄▁▁▄▁▁▁▄▄▁▄▄▄▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 131 ms Histogram: frequency by time 183 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 130. │ b2 = │ BenchmarkTools.Trial: 33 samples with 1 evaluation per sample. │ Range (min … max): 118.280 ms … 217.864 ms ┊ GC (min … max): 0.00% … 39.11% │ Time (median): 149.102 ms ┊ GC (median): 7.68% │ Time (mean ± σ): 152.187 ms ± 19.617 ms ┊ GC (mean ± σ): 6.86% ± 7.94% │ │ █ ▂ │ ▅▁▁▁▁▅▅▁▅▁▅██▅▁▅▅▅███▁▁█▁▁▅▁▁▁▅▅▁▁▅▁▁▁▅█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅ ▁ │ 118 ms Histogram: frequency by time 218 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 141. ┌ Info: Expr 4 │ t1 = 9.41120163888889e7 │ t2 = 9.394233507407407e7 │ ratio = 1.0018062284132179 │ diff = 169681 ± 20583007 │ b1 = │ BenchmarkTools.Trial: 54 samples with 1 evaluation per sample. │ Range (min … max): 78.258 ms … 158.501 ms ┊ GC (min … max): 0.00% … 47.60% │ Time (median): 93.217 ms ┊ GC (median): 13.73% │ Time (mean ± σ): 94.112 ms ± 13.313 ms ┊ GC (mean ± σ): 12.53% ± 10.10% │ │ █▄ ▂ │ ▄▄▆▆▄▁█▄▆▆▄▄▄▄▁▆█▆██▄▄▁█▄▁▁▄▆▁▁▁▁▁▄▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▄▁▁▁▁▁▁▁▄ ▁ │ 78.3 ms Histogram: frequency by time 127 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 137. │ b2 = │ BenchmarkTools.Trial: 54 samples with 1 evaluation per sample. │ Range (min … max): 74.660 ms … 154.788 ms ┊ GC (min … max): 0.00% … 50.59% │ Time (median): 90.266 ms ┊ GC (median): 12.91% │ Time (mean ± σ): 93.942 ms ± 15.698 ms ┊ GC (mean ± σ): 11.70% ± 10.61% │ │ ▃▃ █ ▃▃ █▃ ▃▃▃ █ ▃ ▃ │ ██▇▇█▇██▇▇██▁▇███▇▇▇▇▇▇▇▇▇▇▇█▁█▇▁█▁▁▁▁▁▁▇▁▇▁▁▇▁▇▇▁▁▁▁▁▁▁▁▁▁▇ ▁ │ 74.7 ms Histogram: frequency by time 131 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 119. ┌ Info: Expr 5 │ t1 = 5.571121844344905e6 │ t2 = 5.121069576725026e6 │ ratio = 1.0878824747207774 │ diff = 450052 ± 2273034 │ b1 = │ BenchmarkTools.Trial: 893 samples with 1 evaluation per sample. │ Range (min … max): 4.144 ms … 28.080 ms ┊ GC (min … max): 0.00% … 89.08% │ Time (median): 5.020 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.571 ms ± 1.824 ms ┊ GC (mean ± σ): 4.67% ± 9.35% │ │ ▄█▇▄ │ ▃▆▇█████▆█▆▅▄▄▃▃▄▃▃▃▂▂▂▂▃▂▂▁▂▁▃▃▂▃▃▃▂▂▂▂▂▃▂▁▂▂▁▁▂▁▁▁▁▁▂▂▁▂ ▃ │ 4.14 ms Histogram: frequency by time 12.2 ms < │ │ Memory estimate: 4.77 MiB, allocs estimate: 61. │ b2 = │ BenchmarkTools.Trial: 971 samples with 1 evaluation per sample. │ Range (min … max): 3.897 ms … 24.605 ms ┊ GC (min … max): 0.00% … 89.10% │ Time (median): 4.740 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.121 ms ± 1.357 ms ┊ GC (mean ± σ): 4.04% ± 8.37% │ │ ▁██▆▃ │ ▃▃▅██████▇█▇▆▄▄▃▃▃▃▃▃▃▂▂▂▂▂▁▁▂▂▁▁▂▂▁▂▂▂▂▂▃▂▂▁▂▂▁▁▁▁▂▂▁▁▂▂▂ ▃ │ 3.9 ms Histogram: frequency by time 10.9 ms < │ └ Memory estimate: 4.77 MiB, allocs estimate: 55. ┌ Info: Expr 6 │ t1 = 956952.716663441 │ t2 = 968663.7728786988 │ ratio = 0.9879100916714841 │ diff = -11711 ± 665454 │ b1 = │ BenchmarkTools.Trial: 5167 samples with 1 evaluation per sample. │ Range (min … max): 658.312 μs … 25.309 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 885.450 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 956.953 μs ± 577.669 μs ┊ GC (mean ± σ): 2.49% ± 7.11% │ │ ▂▅▆█▅▅ │ ▁▁▂▃▄▇████████▅▄▃▃▂▂▂▂▂▂▂▂▂▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▂ │ 658 μs Histogram: frequency by time 2.02 ms < │ │ Memory estimate: 491.45 KiB, allocs estimate: 58. │ b2 = │ BenchmarkTools.Trial: 5103 samples with 1 evaluation per sample. │ Range (min … max): 687.913 μs … 12.623 ms ┊ GC (min … max): 0.00% … 93.16% │ Time (median): 897.530 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 968.664 μs ± 330.346 μs ┊ GC (mean ± σ): 2.55% ± 7.13% │ │ ▃▃▄▆▇▇███▇▆▅▅▄▃▂▂▁▁▁▁▁ ▁▁ ▁ ▁ ▁ ▂ │ ▇█████████████████████████████████▇██▇▇▇▆▇▅▆▆▆▄▅▅▅▅▃▅▄▄▅▄▇▆▆▆ █ │ 688 μs Histogram: log(frequency) by time 1.99 ms < │ └ Memory estimate: 491.30 KiB, allocs estimate: 52. ┌ Info: Expr 7 │ t1 = 492661.6624536062 │ t2 = 470026.0869 │ ratio = 1.0481581260795467 │ diff = 22636 ± 459775 │ b1 = │ BenchmarkTools.Trial: 9969 samples with 1 evaluation per sample. │ Range (min … max): 328.996 μs … 14.547 ms ┊ GC (min … max): 0.00% … 89.05% │ Time (median): 456.145 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 492.662 μs ± 252.315 μs ┊ GC (mean ± σ): 0.61% ± 1.77% │ │ ▆█▅▄▃▂ │ ▂▂▄▄███████▇▅▄▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▁▂▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 329 μs Histogram: frequency by time 1.34 ms < │ │ Memory estimate: 52.01 KiB, allocs estimate: 58. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 305.207 μs … 30.054 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 434.885 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 470.026 μs ± 384.357 μs ┊ GC (mean ± σ): 0.63% ± 1.82% │ │ ▃▅▇█▅▃▁ │ ▂▂▂▄▇███████▇▅▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▂▂▁▂▂▁▁▂▂▁▁▁▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 305 μs Histogram: frequency by time 1.23 ms < │ └ Memory estimate: 51.87 KiB, allocs estimate: 52. ┌ Info: Expr 8 │ t1 = 7.48796957761194e7 │ t2 = 6.963413315277778e7 │ ratio = 1.0753303356535338 │ diff = 5245563 ± 6036559 │ b1 = │ BenchmarkTools.Trial: 67 samples with 1 evaluation per sample. │ Range (min … max): 66.457 ms … 94.664 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 74.146 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 74.880 ms ± 4.316 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃█▃▆ ▁ ▁ ▁ │ ▄▁▁▁▄▄▄▄▄▁▄▁▁▄▁▁▇▇▇▄▄▄████▄█▇█▁▇▄▇▇▁▄▄▁▇▁▄▄▄▁▄▁█▄▁▄▁▁▁▁▁▁▁▄ ▁ │ 66.5 ms Histogram: frequency by time 84 ms < │ │ Memory estimate: 154.40 KiB, allocs estimate: 5538. │ b2 = │ BenchmarkTools.Trial: 72 samples with 1 evaluation per sample. │ Range (min … max): 64.344 ms … 87.373 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 69.125 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 69.634 ms ± 4.221 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▅█ ▅▂▂ ▅ ▂ ▂▂ ▅ ▂ │ ▅██▅███▅█▁███▅█▁███▅███▅▅█▁██▁▅▅▅█▅▅▁▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅ ▁ │ 64.3 ms Histogram: frequency by time 82.4 ms < │ └ Memory estimate: 154.26 KiB, allocs estimate: 5532. ┌ Info: Expr 9 │ t1 = 361603.3307 │ t2 = 332577.3876 │ ratio = 1.0872757565072653 │ diff = 29026 ± 225325 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 284.677 μs … 14.474 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 354.051 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 361.603 μs ± 159.432 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▂▄▄▄▆▆▇█▇▇█▆█▆▅▆▄▂▂ │ ▁▁▁▁▂▂▃▄▅▅█▇█████████████████████▇▇▆▅▅▄▃▃▂▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▄ │ 285 μs Histogram: frequency by time 464 μs < │ │ Memory estimate: 3.02 KiB, allocs estimate: 52. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 238.027 μs … 14.530 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 329.276 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 332.577 μs ± 159.226 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁ ▁▃▅▅▆▆▆█▇▆▇▇▆▆▅▆▅▂▃▁ │ ▄▅█▇▇▇▅▄▄▃▃▃▄▅▅▆▇█████████████████████▇▆▄▄▃▃▂▂▂▂▂▂▁▁▁▁▁▁▁▁▁▁▁ ▅ │ 238 μs Histogram: frequency by time 454 μs < │ └ Memory estimate: 2.88 KiB, allocs estimate: 46. Test Summary: | Pass Total Time Benchmark: Malt.DistributedStdlibWorker | 19 19 3m29.8s ┌ Info: Expr 1 │ t1 = 2.0602868992e8 │ t2 = 2.0593069056e8 │ ratio = 1.0004758851618158 │ diff = 97999 ± 13282570 │ b1 = │ BenchmarkTools.Trial: 25 samples with 1 evaluation per sample. │ Range (min … max): 189.557 ms … 219.963 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 206.579 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 206.029 ms ± 6.486 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁ █ ▁▁▁█ ▁▁▁▁ █▁█ ▁█ ▁▁▁▁ ▁ │ █▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█▁████▁▁▁▁▁████▁███▁▁▁██▁▁▁▁████▁▁▁▁▁▁▁▁▁▁█ ▁ │ 190 ms Histogram: frequency by time 220 ms < │ │ Memory estimate: 6.86 MiB, allocs estimate: 119632. │ b2 = │ BenchmarkTools.Trial: 25 samples with 1 evaluation per sample. │ Range (min … max): 187.031 ms … 251.364 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 203.998 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 205.931 ms ± 11.591 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁█ ▁ █ ▁ │ ▆▁▁▁▆▁▁▁▁▁▆▆██▁█▆█▆▆▁▁▆█▁▁▆▁▁▁▆▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▆ ▁ │ 187 ms Histogram: frequency by time 251 ms < │ └ Memory estimate: 3.53 KiB, allocs estimate: 55. ┌ Info: Expr 2 │ t1 = 1.1463322344827587e7 │ t2 = 1.2293438963054188e7 │ ratio = 0.9324748249272337 │ diff = -830117 ± 1806940 │ b1 = │ BenchmarkTools.Trial: 435 samples with 1 evaluation per sample. │ Range (min … max): 11.230 ms … 17.030 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.432 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 11.463 ms ± 339.935 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █▅▅ │ ▂▃▃▁▃▃▃▁▂▂▃▃▃▄▅█████▇▇▅▄▄▄▃▃▃▂▃▂▂▂▁▁▁▁▁▁▁▁▂▁▁▁▁▁▁▁▁▁▂▁▁▁▁▁▁▂ ▃ │ 11.2 ms Histogram: frequency by time 11.9 ms < │ │ Memory estimate: 2.00 KiB, allocs estimate: 53. │ b2 = │ BenchmarkTools.Trial: 406 samples with 1 evaluation per sample. │ Range (min … max): 11.820 ms … 42.137 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 12.034 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.293 ms ± 1.775 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁█▇▃ │ █████▄▆▄▄▁▁▄▁▁▁▄▄▁▁▁▅▅▁▁▄▄▁▄▁▁▁▁▄▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▄▁▁▁▁▅ ▆ │ 11.8 ms Histogram: log(frequency) by time 18 ms < │ └ Memory estimate: 2.89 KiB, allocs estimate: 47. ┌ Info: Expr 3 │ t1 = 4.775365732380953e7 │ t2 = 1.441468186e8 │ ratio = 0.33128485101237976 │ diff = -96393161 ± 18730125 │ b1 = │ BenchmarkTools.Trial: 105 samples with 1 evaluation per sample. │ Range (min … max): 39.087 ms … 95.035 ms ┊ GC (min … max): 0.00% … 57.25% │ Time (median): 46.566 ms ┊ GC (median): 18.68% │ Time (mean ± σ): 47.754 ms ± 7.583 ms ┊ GC (mean ± σ): 17.87% ± 10.20% │ │ ▃▁▃ ▄█▅ ▅ ▆▃ │ ███▅▅▁▁▁█████▅██▇▅▁▁▅▁▅▁▅▁▅▁▁▁▁▁▁▁▁▁▅▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅ ▅ │ 39.1 ms Histogram: log(frequency) by time 82.5 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 54. │ b2 = │ BenchmarkTools.Trial: 35 samples with 1 evaluation per sample. │ Range (min … max): 117.302 ms … 218.017 ms ┊ GC (min … max): 0.00% … 36.32% │ Time (median): 141.180 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 144.147 ms ± 17.127 ms ┊ GC (mean ± σ): 6.95% ± 8.53% │ │ ▄█ ▄▄▁▄▄ ▄▁ │ ▆▁▁▁▁▁▆▁██▆▁█████▆▆██▆▁▁▁▁▁▁▆▁▁▁▁▁▁▁▁▁▁▁▆▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▆ ▁ │ 117 ms Histogram: frequency by time 218 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 129. ┌ Info: Expr 4 │ t1 = 161663.8317 │ t2 = 9.578289249056605e7 │ ratio = 0.0016878153028832658 │ diff = -95621229 ± 14168212 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 121.498 μs … 11.613 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 154.348 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 161.664 μs ± 135.464 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂▇█▆▄▄▄▅▅▆▅▅▃▃▁ │ ▁▂▁▁▁▁▁▂▃▄▄▄▄▃▃▄▄▆███████████████▇▆▄▄▄▄▄▄▄▃▃▃▃▂▂▂▂▂▂▂▁▁▁▁▁▁▁▁ ▄ │ 121 μs Histogram: frequency by time 199 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 53 samples with 1 evaluation per sample. │ Range (min … max): 81.133 ms … 164.820 ms ┊ GC (min … max): 0.00% … 47.40% │ Time (median): 92.985 ms ┊ GC (median): 14.23% │ Time (mean ± σ): 95.783 ms ± 14.168 ms ┊ GC (mean ± σ): 12.60% ± 10.21% │ │ ▂ ▅▂ ▂▅▂█ █ │ █▁▁██▅████████████▁▁▁▁▁▁▁▁▅▁▅▁▅▁▅▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▅ ▁ │ 81.1 ms Histogram: frequency by time 137 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 119. ┌ Info: Expr 5 │ t1 = 153708.5919 │ t2 = 5.1280181444788445e6 │ ratio = 0.029974268337075328 │ diff = -4974310 ± 1265468 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 131.419 μs … 1.055 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 148.143 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 153.709 μs ± 63.165 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃▅█▇█▆▄▂ ▁▃▄▅▄▃▃▁ │ ▁▁▃▆██████████▇▆▆▅▆▆▆▆██████████▆▅▄▃▃▃▂▃▂▂▂▂▃▂▂▂▂▂▂▂▂▂▁▁▁▁▁▁ ▄ │ 131 μs Histogram: frequency by time 183 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 969 samples with 1 evaluation per sample. │ Range (min … max): 3.843 ms … 23.285 ms ┊ GC (min … max): 0.00% … 88.67% │ Time (median): 4.764 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.128 ms ± 1.264 ms ┊ GC (mean ± σ): 4.51% ± 8.84% │ │ ▁▄█▇▇▄▁▁ │ ▂▃▃▄▆████████▇▆▆▆▇▅▄▄▃▃▃▃▃▂▂▂▃▂▂▂▂▂▁▁▁▂▂▂▁▁▁▁▂▁▂▁▂▃▃▃▃▂▃▂▂ ▃ │ 3.84 ms Histogram: frequency by time 9.09 ms < │ └ Memory estimate: 4.77 MiB, allocs estimate: 55. ┌ Info: Expr 6 │ t1 = 163359.9609 │ t2 = 910075.5892528524 │ ratio = 0.17950153023455354 │ diff = -746716 ± 392044 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 129.889 μs … 1.087 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 157.474 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 163.360 μs ± 67.726 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▁▂▃▄▅▆▇▇██▇▆▄▂ │ ▁▁▂▂▂▂▂▂▂▂▃▄▄▆▆██████████████████▆▅▄▃▃▄▃▃▃▃▃▃▃▂▂▂▂▂▂▂▂▁▁▁▁▁▁ ▄ │ 130 μs Histogram: frequency by time 194 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 5434 samples with 1 evaluation per sample. │ Range (min … max): 633.893 μs … 16.800 ms ┊ GC (min … max): 0.00% … 95.30% │ Time (median): 820.881 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 910.076 μs ± 386.150 μs ┊ GC (mean ± σ): 2.95% ± 7.48% │ │ ▃▇█▅▄▁ │ ▂▂▄▆██████▇▅▄▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▂▂▁▂▂▂▂▂▂▂▂▂▂ ▃ │ 634 μs Histogram: frequency by time 2.12 ms < │ └ Memory estimate: 491.30 KiB, allocs estimate: 52. ┌ Info: Expr 7 │ t1 = 161951.9706 │ t2 = 463589.7419 │ ratio = 0.3493433006870422 │ diff = -301638 ± 373007 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 132.378 μs … 1.084 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 155.718 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 161.952 μs ± 66.277 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▄▇██▇▅▄▄▃▄▄▄▄▅▅▇▆▅▂ │ ▁▁▁▁▁▁▂▂▂▃▄▆████████████████████▇▅▄▃▃▃▃▃▃▃▃▃▂▂▃▃▂▂▂▂▂▂▂▁▁▁▁▁ ▄ │ 132 μ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): 333.676 μs … 25.908 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 429.185 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 463.590 μs ± 367.072 μs ┊ GC (mean ± σ): 0.61% ± 1.56% │ │ ▃█▇▅▅▃▁ │ ▂▃▄███████▇▆▅▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▂▂▁▁▂▂▁▁▂▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 334 μs Histogram: frequency by time 1.19 ms < │ └ Memory estimate: 51.87 KiB, allocs estimate: 52. ┌ Info: Expr 8 │ t1 = 6.7056944733333334e7 │ t2 = 6.823712866216215e7 │ ratio = 0.9827046660378715 │ diff = -1180184 ± 4437576 │ b1 = │ BenchmarkTools.Trial: 75 samples with 1 evaluation per sample. │ Range (min … max): 58.410 ms … 74.040 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 67.274 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 67.057 ms ± 2.835 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █ ▂ ▄ ▂ ▂ │ ▄▁▁▁▁▁▁▁▁▄▁▁▁▁▄▁▁▆█▁▄▆▄▁▆▄███▄█▄▆▄██▄███▆█▄▆▁▄▆█▁▁▄▁▁▁▁▁▄▁▄ ▁ │ 58.4 ms Histogram: frequency by time 73.7 ms < │ │ Memory estimate: 1.76 MiB, allocs estimate: 37973. │ b2 = │ BenchmarkTools.Trial: 74 samples with 1 evaluation per sample. │ Range (min … max): 61.884 ms … 81.783 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 68.102 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 68.237 ms ± 3.414 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▂ ▅ ▅ █▂ ███ ▅ ▅ │ ▅▁█▅▁▁██▁▁██▁█████████▁████████▅▁▁▁▅▁▁▅▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅ ▁ │ 61.9 ms Histogram: frequency by time 80.3 ms < │ └ Memory estimate: 154.26 KiB, allocs estimate: 5532. ┌ Info: Expr 9 │ t1 = 157344.937 │ t2 = 364174.3748 │ ratio = 0.4320593317045217 │ diff = -206829 ± 519781 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 125.108 μs … 1.248 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 148.798 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 157.345 μs ± 74.811 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▃▅▇▆███▆▂ │ ▁▁▁▂▂▄▆███████████▆▄▃▃▃▃▃▃▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▂▁▂▂▂▁▁▁▁▁▁ ▃ │ 125 μs Histogram: frequency by time 228 μs < │ │ Memory estimate: 1.89 KiB, allocs estimate: 50. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 277.057 μs … 49.645 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 353.336 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 364.174 μs ± 514.369 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▂▂▄▄▄▆▆█▇█▇▆▅▄▃▂▁▁ │ ▁▁▁▁▁▂▂▂▃▃▄▄▅▆▆████████████████████▇▆▄▄▃▃▂▂▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▄ │ 277 μs Histogram: frequency by time 460 μs < │ └ Memory estimate: 2.88 KiB, allocs estimate: 46. Test Summary: | Pass Total Time Benchmark: Malt.InProcessWorker | 19 19 2m41.4s ┌ Info: Expr 1 │ t1 = 1.393059003611111e8 │ t2 = 1.9258185623076922e8 │ ratio = 0.7233594227806279 │ diff = -53275956 ± 18690075 │ b1 = │ BenchmarkTools.Trial: 36 samples with 1 evaluation per sample. │ Range (min … max): 123.548 ms … 189.395 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 138.803 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 139.306 ms ± 10.989 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █ ▁ ▁ ▄ ▁ ▁▁ ▄▄▄ │ ▆▆▆▁▁█▁█▆▆█▆█▆█▁██▆███▆▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▆ ▁ │ 124 ms Histogram: frequency by time 189 ms < │ │ Memory estimate: 3.83 KiB, allocs estimate: 57. │ b2 = │ BenchmarkTools.Trial: 26 samples with 1 evaluation per sample. │ Range (min … max): 173.862 ms … 237.952 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 192.024 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 192.582 ms ± 15.118 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █▃▃ ▃▃ │ ▇▁███▁▁▇▁▁▇▇▇▁▇▁▁▁▁▁▇▇▇▁▇▇▇▇▁▁▇██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▇ ▁ │ 174 ms Histogram: frequency by time 238 ms < │ └ Memory estimate: 3.53 KiB, allocs estimate: 55. ┌ Info: Expr 2 │ t1 = 1.4320884223495701e7 │ t2 = 1.214251406569343e7 │ ratio = 1.1794002581357412 │ diff = 2178370 ± 14619906 │ b1 = │ BenchmarkTools.Trial: 349 samples with 1 evaluation per sample. │ Range (min … max): 11.778 ms … 161.962 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 11.931 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 14.321 ms ± 14.607 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ █ │ █▅▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄▅▄▁▁▁▁▄▁▁▁▁▁▄▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅ ▅ │ 11.8 ms Histogram: log(frequency) by time 82 ms < │ │ Memory estimate: 3.23 KiB, allocs estimate: 52. │ b2 = │ BenchmarkTools.Trial: 411 samples with 1 evaluation per sample. │ Range (min … max): 11.868 ms … 17.725 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 12.022 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 12.143 ms ± 622.548 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃▇█▆▄▂ │ ██████▇▆▆▄▄▁▆▁▁▇▄▁▄▁▁▁▁▁▁▁▁▁▁▁▁▅▁▁▁▄▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▄▄ ▇ │ 11.9 ms Histogram: log(frequency) by time 15.4 ms < │ └ Memory estimate: 2.89 KiB, allocs estimate: 47. ┌ Info: Expr 3 │ t1 = 1.4922890329411766e8 │ t2 = 1.484901295e8 │ ratio = 1.004975238398709 │ diff = 738774 ± 25224678 │ b1 = │ BenchmarkTools.Trial: 34 samples with 1 evaluation per sample. │ Range (min … max): 132.408 ms … 223.817 ms ┊ GC (min … max): 0.00% … 38.03% │ Time (median): 143.710 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 149.229 ms ± 17.943 ms ┊ GC (mean ± σ): 6.99% ± 8.66% │ │ ▅▂ ▂█ ▂ │ ██▅▁▅▅██▅▁█▅█▁█▅▅▅▅▁▁▁▁▁▁▁▁▁▁▁▅▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▅ ▁ │ 132 ms Histogram: frequency by time 224 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 164. │ b2 = │ BenchmarkTools.Trial: 34 samples with 1 evaluation per sample. │ Range (min … max): 123.669 ms … 209.833 ms ┊ GC (min … max): 0.00% … 34.14% │ Time (median): 145.075 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 148.490 ms ± 17.730 ms ┊ GC (mean ± σ): 6.82% ± 8.78% │ │ ▃█ ▃ ▃ █ ▃▃▃ │ ▇▁▁▇▇▇██▁▇▇█▁█▇█▇▁███▁▇▁▁▁▁▇▁▇▇▁▁▁▇▁▇▁▁▁▁▁▇▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▇ ▁ │ 124 ms Histogram: frequency by time 210 ms < │ └ Memory estimate: 47.70 MiB, allocs estimate: 378. ┌ Info: Expr 4 │ t1 = 9.691330673076923e7 │ t2 = 9.62700125576923e7 │ ratio = 1.0066821864460795 │ diff = 643294 ± 22516153 │ b1 = │ BenchmarkTools.Trial: 52 samples with 1 evaluation per sample. │ Range (min … max): 79.307 ms … 166.177 ms ┊ GC (min … max): 0.00% … 51.31% │ Time (median): 93.822 ms ┊ GC (median): 14.58% │ Time (mean ± σ): 96.913 ms ± 15.857 ms ┊ GC (mean ± σ): 12.43% ± 11.07% │ │ ▅█▅ ▅█ ▂▂ │ █▅▁▅███▅▅▅▁▅██▁█▅██▅▅▅▁▁▅█▅█▁▁▁▁▁▁▁▁▁▁▅▁▁▁▁▁▁▁▅▁▁▁▁▁▁▁▁▁▁▁▁▅ ▁ │ 79.3 ms Histogram: frequency by time 145 ms < │ │ Memory estimate: 47.69 MiB, allocs estimate: 157. │ b2 = │ BenchmarkTools.Trial: 52 samples with 1 evaluation per sample. │ Range (min … max): 81.326 ms … 175.524 ms ┊ GC (min … max): 0.00% … 54.06% │ Time (median): 94.655 ms ┊ GC (median): 14.14% │ Time (mean ± σ): 96.270 ms ± 15.985 ms ┊ GC (mean ± σ): 12.48% ± 12.40% │ │ ▁▁▁ ▁ ▃ ▃█ ▁ │ ▄███▇█▇█▄▁▄▄▁▄██▇█▄▁▄▄▁▄▁▇▁▁▁▁▄▁▁▁▁▁▁▁▄▁▁▄▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 81.3 ms Histogram: frequency by time 138 ms < │ └ Memory estimate: 47.69 MiB, allocs estimate: 335. ┌ Info: Expr 5 │ t1 = 5.246150166842661e6 │ t2 = 5.36887327537797e6 │ ratio = 0.9771417386403725 │ diff = -122723 ± 2010642 │ b1 = │ BenchmarkTools.Trial: 947 samples with 1 evaluation per sample. │ Range (min … max): 3.849 ms … 38.996 ms ┊ GC (min … max): 0.00% … 92.74% │ Time (median): 4.853 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.246 ms ± 1.549 ms ┊ GC (mean ± σ): 4.25% ± 8.20% │ │ ▅█▅▅▃▄ │ ▂▂▄▅▇███████▆▇▅▆▄▆▄▆▄▆▄▅▃▃▃▃▃▃▃▂▂▃▂▂▂▂▂▂▂▁▁▁▁▂▂▁▂▂▃▂▃▃▂▂▃▂ ▃ │ 3.85 ms Histogram: frequency by time 9.35 ms < │ │ Memory estimate: 4.77 MiB, allocs estimate: 60. │ b2 = │ BenchmarkTools.Trial: 926 samples with 1 evaluation per sample. │ Range (min … max): 4.078 ms … 15.180 ms ┊ GC (min … max): 0.00% … 80.50% │ Time (median): 4.918 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 5.369 ms ± 1.282 ms ┊ GC (mean ± σ): 3.43% ± 7.69% │ │ ▂▄▆██▆▃ │ ▃▄█████████▇▆▆▄▅▅▅▅▅▄▄▄▄▃▄▃▃▃▂▂▁▂▂▂▁▂▁▂▁▁▁▁▂▂▃▃▃▄▃▃▃▂▂▂▂▂▂ ▃ │ 4.08 ms Histogram: frequency by time 9.73 ms < │ └ Memory estimate: 4.77 MiB, allocs estimate: 60. ┌ Info: Expr 6 │ t1 = 929869.7534375589 │ t2 = 778083.8438778722 │ ratio = 1.195076547025067 │ diff = 151786 ± 396254 │ b1 = │ BenchmarkTools.Trial: 5309 samples with 1 evaluation per sample. │ Range (min … max): 583.834 μs … 17.607 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 874.261 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 929.870 μs ± 320.864 μs ┊ GC (mean ± σ): 2.16% ± 6.92% │ │ ▄██▆▁ │ ▂▂▂▂▃▃▄▇█████▆▅▄▄▃▃▃▃▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▂▂▂▁▂▁▁▂▂▂▂▂▂▂ ▃ │ 584 μs Histogram: frequency by time 2.23 ms < │ │ Memory estimate: 491.65 KiB, allocs estimate: 57. │ b2 = │ BenchmarkTools.Trial: 6354 samples with 1 evaluation per sample. │ Range (min … max): 522.974 μs … 3.128 ms ┊ GC (min … max): 0.00% … 52.13% │ Time (median): 722.807 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 778.084 μs ± 232.517 μs ┊ GC (mean ± σ): 2.56% ± 7.55% │ │ ██ │ ▂▃▃███▇▄▅▅▆▇▇▇▆▆▅▄▃▃▃▃▃▃▃▃▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▂▂▂▂▂▂▂▂ ▃ │ 523 μs Histogram: frequency by time 1.89 ms < │ └ Memory estimate: 491.30 KiB, allocs estimate: 52. ┌ Info: Expr 7 │ t1 = 428496.2731 │ t2 = 473234.5628 │ ratio = 0.9054627594499951 │ diff = -44738 ± 373708 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 294.006 μs … 4.259 ms ┊ GC (min … max): 0.00% … 87.00% │ Time (median): 408.031 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 428.496 μs ± 140.184 μs ┊ GC (mean ± σ): 0.23% ± 1.48% │ │ ▂▅▆▇██▇▅▃▂▁▁▁ ▂ │ ██▇█████████████▇▄▅▄▄▁▁▄▁▃▃▁▃▁▃▁▁▁▃▃▁▁▁▁▁▁▃▃▁▁▁▁▁▁▃▆▄▆▆▇█▇▇██ █ │ 294 μs Histogram: log(frequency) by time 1.2 ms < │ │ Memory estimate: 52.21 KiB, allocs estimate: 57. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 303.347 μs … 25.490 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 438.150 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 473.235 μs ± 346.419 μs ┊ GC (mean ± σ): 0.39% ± 1.53% │ │ ▂▄▆▇██▇▆▆▅▄▃▂ ▂ │ █▆███████████████▇█▅▇▆▆▆▃▅▄▁▅▃▅▃▁▄▁▄▁▁▃▃▃▁▁▃▃▄▁▅▆▆▇█▇▇██▇▇▅▆▆ █ │ 303 μs Histogram: log(frequency) by time 1.29 ms < │ └ Memory estimate: 51.87 KiB, allocs estimate: 52. ┌ Info: Expr 8 │ t1 = 7.495004537313433e7 │ t2 = 7.256244904347827e7 │ ratio = 1.032904020759077 │ diff = 2387596 ± 4890325 │ b1 = │ BenchmarkTools.Trial: 67 samples with 1 evaluation per sample. │ Range (min … max): 69.244 ms … 94.896 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 74.527 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 74.950 ms ± 4.045 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▆ ▁▁█ ▁ ▁ │ ▇▁▁▁▆▄▄█▁▇▇▆▇███▆▇█▆█▁▄▆▆▁▆▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 69.2 ms Histogram: frequency by time 90 ms < │ │ Memory estimate: 154.70 KiB, allocs estimate: 5538. │ b2 = │ BenchmarkTools.Trial: 69 samples with 1 evaluation per sample. │ Range (min … max): 66.486 ms … 84.504 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 72.570 ms ┊ GC (median): 0.00% │ Time (mean ± σ): 72.562 ms ± 2.748 ms ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▃ ▃ ▃ █▁▆▁ █ ▃▁▃ │ ▄▁▄▁▄▄▁▁▄▁▁█▁▄▁▄▄▇█▇█▄████▁█▄▄███▇▄▇▁▁▄▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▄ ▁ │ 66.5 ms Histogram: frequency by time 81.2 ms < │ └ Memory estimate: 154.26 KiB, allocs estimate: 5532. ┌ Info: Expr 9 │ t1 = 332254.9512 │ t2 = 316167.6167 │ ratio = 1.0508822967636964 │ diff = 16087 ± 270024 │ b1 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 256.918 μs … 11.548 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 325.817 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 332.255 μs ± 137.132 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁ ▁▁▂▂▄▄▆██▇▇█▇▇▆▆▅▃▂▂ │ ▂▂▃▃▃▄▅▅▆▆▇████████████████████████▇▇▆▆▄▄▃▃▃▃▂▂▂▂▂▂▂▂▂▂▂▁▂▂▂▂ ▅ │ 257 μs Histogram: frequency by time 432 μs < │ │ Memory estimate: 3.22 KiB, allocs estimate: 51. │ b2 = │ BenchmarkTools.Trial: 10000 samples with 1 evaluation per sample. │ Range (min … max): 238.198 μs … 13.720 ms ┊ GC (min … max): 0.00% … 0.00% │ Time (median): 310.017 μs ┊ GC (median): 0.00% │ Time (mean ± σ): 316.168 μs ± 232.611 μs ┊ GC (mean ± σ): 0.00% ± 0.00% │ │ ▁▁▄▆▆▇██▆▆▅▄▃▂ │ ▂▅██▇█▇▅▄▃▃▃▄▅▇███████████████▇▇▆▅▄▄▃▄▂▂▂▂▂▁▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▄ │ 238 μs Histogram: frequency by time 441 μs < │ └ Memory estimate: 2.88 KiB, allocs estimate: 46. Test Summary: | Pass Total Time Benchmark: Malt.Worker | 19 19 3m03.0s ┌ Info: Launch benchmark │ ratio = 0.32745987201815213 │ t1 = 3.78868938 └ t2 = 11.569934834 Test Summary: | Pass Total Time Benchmark launch | 1 1 1m18.1s Testing Malt tests passed Testing completed after 950.3s PkgEval succeeded after 1059.46s