Package evaluation of ValueHistories on Julia 1.12.0-DEV.1805 (a080deafdd*) started at 2025-03-24T12:22:22.618 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.24s ################################################################################ # Installation # Installing ValueHistories... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [98cad3c8] + ValueHistories v0.5.4 Updating `~/.julia/environments/v1.12/Manifest.toml` [34da2185] + Compat v4.16.0 [864edb3b] + DataStructures v0.18.22 [bac558e1] + OrderedCollections v1.8.0 [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [3cdcf5f2] + RecipesBase v1.3.4 [98cad3c8] + ValueHistories v0.5.4 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [dc6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.15s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 19.64s ################################################################################ # Testing # Testing ValueHistories Status `/tmp/jl_QKcbA1/Project.toml` [864edb3b] DataStructures v0.18.22 [3cdcf5f2] RecipesBase v1.3.4 [98cad3c8] ValueHistories v0.5.4 [8dfed614] Test v1.11.0 Status `/tmp/jl_QKcbA1/Manifest.toml` [34da2185] Compat v4.16.0 [864edb3b] DataStructures v0.18.22 [bac558e1] OrderedCollections v1.8.0 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [3cdcf5f2] RecipesBase v1.3.4 [98cad3c8] ValueHistories v0.5.4 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [dc6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization 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 Testing Running tests... 100 elements {Int64,Float64} History * types: Int64, Float64 * length: 100 History * types: UInt8, String * length: 100 100 elements {Int64,Float64} QHistory types: Int64, Float64 length: 100 QHistory types: UInt8, String length: 100 Test Summary: | Pass Total Time [->] tst_history.jl | 1033 1033 3.2s MVHistory{History} :myint2 => 5 elements {Int64,Int64} :myf => 56 elements {Int64,Int64} :myint => 5 elements {Int64,Int64} MVHistory{History} :myint2 => 5 elements {Int64,Int64} :myf => 56 elements {Int64,Int64} :myint => 5 elements {Int64,Int64} Test Summary: | Pass Total Time [->] tst_mvhistory.jl | 548 548 3.6s --> Baseline: 100 loops that accumulates a Float64 0.015211 seconds (4.28 k allocations: 208.625 KiB, 99.64% compilation time) 0.000010 seconds (1 allocation: 16 bytes) --> History: 100 loops tracking accumulator as Float64 0.045759 seconds (6.18 k allocations: 307.062 KiB, 99.89% compilation time) 0.000012 seconds (15 allocations: 4.219 KiB) --> History: Converting result into arrays 0.000031 seconds (11 allocations: 496 bytes) 0.000039 seconds (11 allocations: 496 bytes) --> QHistory: 100 loops tracking accumulator as Float64 0.051508 seconds (6.85 k allocations: 338.844 KiB, 99.93% compilation time) 0.000006 seconds (9 allocations: 416 bytes) --> QHistory: Converting result into arrays 0.000049 seconds (15 allocations: 2.297 KiB) 0.000011 seconds (15 allocations: 2.297 KiB) --> MVHistory: 100 loops tracking accumulator as Float64 and String 0.051315 seconds (5.38 k allocations: 293.000 KiB, 99.57% compilation time: 65% of which was recompilation) 0.000139 seconds (421 allocations: 51.922 KiB) --> MVHistory: Converting result into arrays 0.109038 seconds (22.01 k allocations: 1.073 MiB, 99.01% compilation time: 10% of which was recompilation) 0.000170 seconds (624 allocations: 22.938 KiB) Test Summary: | Total Time [->] bm_history.jl | 0 1.2s Testing ValueHistories tests passed Testing completed after 14.77s PkgEval succeeded after 54.18s