Package evaluation to test Unroll on Julia 1.14.0-DEV.1711 (41ad7d9eeb*) started at 2026-02-12T12:08:47.548 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 12.11s ################################################################################ # Installation # Installing Unroll... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [36e64239] + Unroll v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [36e64239] + Unroll v0.1.0 Installation completed after 1.05s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 787.5 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 16.95s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_Zb1B0n/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Zb1B0n/Manifest.toml` [36e64239] Unroll v0.1.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.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.13.0 [8dfed614] Test v1.11.0 Testing Running tests... TIMING TEST FOR SINGLE UNROLL no unrolling: 3.668817 seconds (14.08 k allocations: 470.874 MiB, 19.86% gc time, 3.48% compilation time) hand unrolled: 3.187579 seconds (12.96 k allocations: 470.816 MiB, 21.77% gc time, 4.15% compilation time) unrolled by the macro 2.540210 seconds (12.96 k allocations: 470.812 MiB, 26.48% gc time, 5.12% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 4.843708 seconds (17.05 k allocations: 471.000 MiB, 9.33% gc time, 2.91% compilation time) hand unrolled: 2.116611 seconds (16.97 k allocations: 471.054 MiB, 20.56% gc time, 6.47% compilation time) unrolled by the macro 1.270452 seconds (16.97 k allocations: 471.054 MiB, 35.40% gc time, 11.17% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.775010 seconds (15.82 k allocations: 470.958 MiB, 25.32% gc time, 11.08% compilation time) hand unrolled: 1.750706 seconds (12.96 k allocations: 470.812 MiB, 25.04% gc time, 7.63% compilation time) unrolled by the macro 3.102825 seconds (12.96 k allocations: 470.816 MiB, 8.73% gc time, 4.69% compilation time) Testing Unroll tests passed Testing completed after 30.76s PkgEval succeeded after 71.12s