Package evaluation to test Unroll on Julia 1.14.0-DEV.1808 (1cd77b505e*) started at 2026-02-26T12:09:47.625 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.8s ################################################################################ # 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.18s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 758.0 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 18.65s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_rg72Oi/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_rg72Oi/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: 1.616571 seconds (14.32 k allocations: 470.881 MiB, 42.59% gc time, 6.93% compilation time) hand unrolled: 1.332728 seconds (13.16 k allocations: 470.818 MiB, 46.89% gc time, 10.19% compilation time) unrolled by the macro 1.116315 seconds (13.16 k allocations: 470.822 MiB, 39.56% gc time, 11.30% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.512287 seconds (17.38 k allocations: 471.014 MiB, 12.16% gc time, 3.61% compilation time) hand unrolled: 1.230809 seconds (17.27 k allocations: 471.059 MiB, 38.18% gc time, 13.70% compilation time) unrolled by the macro 1.207193 seconds (17.27 k allocations: 471.059 MiB, 36.82% gc time, 12.79% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.740965 seconds (16.10 k allocations: 470.970 MiB, 12.76% gc time, 12.79% compilation time) hand unrolled: 1.155650 seconds (13.16 k allocations: 470.822 MiB, 41.80% gc time, 12.67% compilation time) unrolled by the macro 0.880305 seconds (13.16 k allocations: 470.818 MiB, 25.60% gc time, 16.16% compilation time) Testing Unroll tests passed Testing completed after 20.6s PkgEval succeeded after 63.71s