Package evaluation to test Unroll on Julia 1.13.0-alpha2.30 (5abf758bb1*) started at 2026-01-08T20:15:22.188 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.63s ################################################################################ # Installation # Installing Unroll... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [36e64239] + Unroll v0.1.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [36e64239] + Unroll v0.1.0 Installation completed after 0.77s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.47s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_tR9B39/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_tR9B39/Manifest.toml` [36e64239] Unroll v0.1.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... TIMING TEST FOR SINGLE UNROLL no unrolling: 2.008766 seconds (16.98 k allocations: 470.941 MiB, 34.90% gc time, 3.06% compilation time) hand unrolled: 1.321195 seconds (16.33 k allocations: 470.894 MiB, 54.16% gc time, 5.80% compilation time) unrolled by the macro 1.279701 seconds (16.33 k allocations: 470.891 MiB, 53.61% gc time, 5.86% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 2.346206 seconds (20.29 k allocations: 471.069 MiB, 24.55% gc time, 3.13% compilation time) hand unrolled: 0.914253 seconds (21.50 k allocations: 471.160 MiB, 33.46% gc time, 8.00% compilation time) unrolled by the macro 1.052100 seconds (21.50 k allocations: 471.156 MiB, 46.42% gc time, 7.01% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.329502 seconds (19.02 k allocations: 471.021 MiB, 27.11% gc time, 7.79% compilation time) hand unrolled: 1.364736 seconds (16.33 k allocations: 470.894 MiB, 53.55% gc time, 5.59% compilation time) unrolled by the macro 1.109641 seconds (16.33 k allocations: 470.894 MiB, 45.70% gc time, 6.79% compilation time) Testing Unroll tests passed Testing completed after 18.81s PkgEval succeeded after 51.21s