Package evaluation to test Unroll on Julia 1.14.0-DEV.1621 (4d04bb6b3b*) started at 2026-01-27T19:35:17.373 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.84s ################################################################################ # 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.78s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 782.5 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 14.35s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_KeV2vZ/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_KeV2vZ/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: 5.643360 seconds (13.99 k allocations: 470.869 MiB, 12.01% gc time, 2.15% compilation time) hand unrolled: 3.138067 seconds (12.87 k allocations: 470.808 MiB, 22.37% gc time, 4.13% compilation time) unrolled by the macro 1.540687 seconds (12.87 k allocations: 470.807 MiB, 42.02% gc time, 8.06% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.481372 seconds (16.94 k allocations: 470.993 MiB, 18.56% gc time, 3.99% compilation time) hand unrolled: 1.598891 seconds (16.84 k allocations: 471.043 MiB, 30.61% gc time, 9.24% compilation time) unrolled by the macro 5.308863 seconds (16.84 k allocations: 471.047 MiB, 8.10% gc time, 2.69% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.927132 seconds (15.71 k allocations: 470.956 MiB, 25.30% gc time, 9.22% compilation time) hand unrolled: 5.846502 seconds (12.87 k allocations: 470.811 MiB, 5.08% gc time, 1.85% compilation time) unrolled by the macro 2.432038 seconds (12.87 k allocations: 470.808 MiB, 17.07% gc time, 5.02% compilation time) Testing Unroll tests passed Testing completed after 37.0s PkgEval succeeded after 71.57s