Package evaluation to test Unroll on Julia 1.14.0-DEV.1687 (b1350e5378*) started at 2026-02-05T12:16:30.298 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.61s ################################################################################ # 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 0.84s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 789.3 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 14.09s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_oT2jPL/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_oT2jPL/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: 15.455256 seconds (13.99 k allocations: 470.869 MiB, 4.73% gc time, 0.83% compilation time) hand unrolled: 4.743823 seconds (12.87 k allocations: 470.807 MiB, 20.55% gc time, 2.77% compilation time) unrolled by the macro 1.293175 seconds (12.87 k allocations: 470.811 MiB, 33.73% gc time, 10.09% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 4.849618 seconds (16.94 k allocations: 470.997 MiB, 9.15% gc time, 2.87% compilation time) hand unrolled: 4.607138 seconds (16.84 k allocations: 471.043 MiB, 15.85% gc time, 3.21% compilation time) unrolled by the macro 5.307457 seconds (16.84 k allocations: 471.043 MiB, 8.75% gc time, 2.65% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 7.639317 seconds (15.71 k allocations: 470.952 MiB, 9.29% gc time, 2.61% compilation time) hand unrolled: 5.726385 seconds (12.87 k allocations: 470.804 MiB, 8.55% gc time, 2.27% compilation time) unrolled by the macro 4.671932 seconds (12.87 k allocations: 470.803 MiB, 13.82% gc time, 2.55% compilation time) Testing Unroll tests passed Testing completed after 60.4s PkgEval succeeded after 96.13s