Package evaluation to test Unroll on Julia 1.14.0-DEV.1730 (9c1e1fa299*) started at 2026-02-17T12:12:23.651 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 12.09s ################################################################################ # 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.22s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 782.4 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 18.08s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_qyRzCU/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_qyRzCU/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: 8.119492 seconds (14.08 k allocations: 470.874 MiB, 8.68% gc time, 1.69% compilation time) hand unrolled: 8.783909 seconds (12.96 k allocations: 470.812 MiB, 10.15% gc time, 1.54% compilation time) unrolled by the macro 8.393043 seconds (12.96 k allocations: 470.816 MiB, 5.52% gc time, 1.45% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 10.360273 seconds (17.05 k allocations: 471.000 MiB, 4.29% gc time, 1.36% compilation time) hand unrolled: 1.476421 seconds (16.97 k allocations: 471.051 MiB, 45.30% gc time, 10.10% compilation time) unrolled by the macro 1.245615 seconds (16.97 k allocations: 471.054 MiB, 33.95% gc time, 12.33% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.936619 seconds (15.82 k allocations: 470.962 MiB, 23.76% gc time, 10.28% compilation time) hand unrolled: 1.151555 seconds (12.96 k allocations: 470.816 MiB, 38.99% gc time, 11.29% compilation time) unrolled by the macro 0.970553 seconds (12.96 k allocations: 470.816 MiB, 25.60% gc time, 13.45% compilation time) Testing Unroll tests passed Testing completed after 48.56s PkgEval succeeded after 89.51s