Package evaluation of ValueHistories on Julia 1.10.9 (96dc2d8c45*) started at 2025-06-06T12:35:37.226 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 4.8s ################################################################################ # Installation # Installing ValueHistories... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [98cad3c8] + ValueHistories v0.5.4 Updating `~/.julia/environments/v1.10/Manifest.toml` [34da2185] + Compat v4.16.0 [864edb3b] + DataStructures v0.18.22 [bac558e1] + OrderedCollections v1.8.1 ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [3cdcf5f2] + RecipesBase v1.3.4 [98cad3c8] + ValueHistories v0.5.4 [2a0f44e3] + Base64 [ade2ca70] + Dates [b77e0a4c] + InteractiveUtils [d6f4376e] + Markdown [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs [4ec0a83e] + Unicode Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 4.69s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 11.08s ################################################################################ # Testing # Testing ValueHistories Status `/tmp/jl_LelM63/Project.toml` [864edb3b] DataStructures v0.18.22 [3cdcf5f2] RecipesBase v1.3.4 [98cad3c8] ValueHistories v0.5.4 [8dfed614] Test Status `/tmp/jl_LelM63/Manifest.toml` [34da2185] Compat v4.16.0 [864edb3b] DataStructures v0.18.22 [bac558e1] OrderedCollections v1.8.1 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [3cdcf5f2] RecipesBase v1.3.4 [98cad3c8] ValueHistories v0.5.4 [2a0f44e3] Base64 [ade2ca70] Dates [b77e0a4c] InteractiveUtils [56ddb016] Logging [d6f4376e] Markdown [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [fa267f1f] TOML v1.0.3 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. 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.3s 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 2.8s --> Baseline: 100 loops that accumulates a Float64 0.013836 seconds (2.79 k allocations: 191.328 KiB, 99.42% compilation time) 0.000010 seconds (1 allocation: 16 bytes) --> History: 100 loops tracking accumulator as Float64 0.024451 seconds (3.21 k allocations: 218.297 KiB, 99.76% compilation time) 0.000014 seconds (15 allocations: 4.109 KiB) --> History: Converting result into arrays 0.000017 seconds (11 allocations: 480 bytes) 0.000004 seconds (11 allocations: 480 bytes) --> QHistory: 100 loops tracking accumulator as Float64 0.038797 seconds (3.65 k allocations: 271.062 KiB, 99.86% compilation time) 0.000006 seconds (9 allocations: 400 bytes) --> QHistory: Converting result into arrays 0.000017 seconds (13 allocations: 2.219 KiB) 0.000008 seconds (13 allocations: 2.219 KiB) --> MVHistory: 100 loops tracking accumulator as Float64 and String 0.035943 seconds (3.46 k allocations: 260.703 KiB, 99.42% compilation time) 0.000110 seconds (318 allocations: 51.484 KiB) --> MVHistory: Converting result into arrays 0.084751 seconds (13.16 k allocations: 887.648 KiB, 98.99% compilation time) 0.000129 seconds (622 allocations: 22.875 KiB) Test Summary: |Time [->] bm_history.jl | None 0.8s Testing ValueHistories tests passed Testing completed after 12.3s PkgEval succeeded after 35.91s