Package evaluation to test Unroll on Julia 1.14.0-DEV.1893 (b4aba01002*) started at 2026-03-15T12:05:29.545 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.35s ################################################################################ # 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.17s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 813.2 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. 5 dependencies precompiled but different versions are currently loaded (Base64, JuliaSyntaxHighlighting, Logging, Markdown and StyledStrings). Restart julia to access the new versions. Otherwise, 2 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompilation completed after 19.51s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_XRtsAE/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_XRtsAE/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: 2.455074 seconds (14.24 k allocations: 470.874 MiB, 28.50% gc time, 5.02% compilation time) hand unrolled: 1.355762 seconds (13.05 k allocations: 470.812 MiB, 46.32% gc time, 10.09% compilation time) unrolled by the macro 1.441885 seconds (13.05 k allocations: 470.812 MiB, 49.19% gc time, 9.82% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.421139 seconds (17.30 k allocations: 471.002 MiB, 12.88% gc time, 4.27% compilation time) hand unrolled: 1.207945 seconds (17.13 k allocations: 471.049 MiB, 21.79% gc time, 12.13% compilation time) unrolled by the macro 1.183046 seconds (17.12 k allocations: 471.041 MiB, 37.51% gc time, 13.75% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.993655 seconds (15.99 k allocations: 470.957 MiB, 30.62% gc time, 10.86% compilation time) hand unrolled: 0.881937 seconds (13.05 k allocations: 470.808 MiB, 25.96% gc time, 15.83% compilation time) unrolled by the macro 1.320932 seconds (13.05 k allocations: 470.808 MiB, 50.75% gc time, 9.98% compilation time) Testing Unroll tests passed Testing completed after 21.79s PkgEval succeeded after 65.67s