Package evaluation to test ValueHistories on Julia 1.14.0-DEV.2802 (918269a29b*) started at 2026-07-29T00:58:43.186 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.01s ################################################################################ # Installation # Installing ValueHistories... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [98cad3c8] + ValueHistories v0.5.6 Updating `~/.julia/environments/v1.14/Manifest.toml` [864edb3b] + DataStructures v0.19.6 [bac558e1] + OrderedCollections v2.0.1 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [3cdcf5f2] + RecipesBase v1.3.4 [98cad3c8] + ValueHistories v0.5.6 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.58s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.9 s ✓ ValueHistories 1 dependency successfully precompiled in 2 seconds. 17 already precompiled. Precompilation completed after 25.75s ################################################################################ # Testing # Testing ValueHistories Status `/tmp/jl_ZxcKEA/Project.toml` [864edb3b] DataStructures v0.19.6 [3cdcf5f2] RecipesBase v1.3.4 [98cad3c8] ValueHistories v0.5.6 [8dfed614] Test v1.11.0 Status `/tmp/jl_ZxcKEA/Manifest.toml` [864edb3b] DataStructures v0.19.6 [bac558e1] OrderedCollections v2.0.1 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [3cdcf5f2] RecipesBase v1.3.4 [98cad3c8] ValueHistories v0.5.6 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test 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 4.9s 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 5.3s --> Baseline: 100 loops that accumulates a Float64 0.018569 seconds (3.29 k allocations: 181.766 KiB, 99.74% compilation time) 0.000012 seconds (1 allocation: 16 bytes) --> History: 100 loops tracking accumulator as Float64 0.046007 seconds (4.33 k allocations: 270.031 KiB, 99.82% compilation time) 0.000011 seconds (16 allocations: 3.547 KiB) --> History: Converting result into arrays 0.000039 seconds (10 allocations: 480 bytes) 0.000020 seconds (10 allocations: 480 bytes) --> QHistory: 100 loops tracking accumulator as Float64 0.065335 seconds (4.68 k allocations: 322.938 KiB, 99.94% compilation time) 0.000006 seconds (8 allocations: 400 bytes) --> QHistory: Converting result into arrays 0.000031 seconds (14 allocations: 2.281 KiB) 0.000006 seconds (14 allocations: 2.281 KiB) --> MVHistory: 100 loops tracking accumulator as Float64 and String 0.057721 seconds (4.31 k allocations: 235.312 KiB, 99.66% compilation time) 0.000098 seconds (425 allocations: 19.359 KiB) --> MVHistory: Converting result into arrays 0.101159 seconds (18.59 k allocations: 1.050 MiB, 98.50% compilation time) 0.000141 seconds (630 allocations: 23.078 KiB) Test Summary: | Total Time [->] bm_history.jl | 0 3.0s Testing ValueHistories tests passed Testing completed after 21.68s PkgEval succeeded after 84.15s