Package evaluation to test Unroll on Julia 1.14.0-DEV.1786 (45ee44a91e*) started at 2026-02-22T12:13:32.637 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 11.82s ################################################################################ # 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.04s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 799.7 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 17.56s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_YSJES3/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_YSJES3/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: 9.061800 seconds (14.08 k allocations: 470.874 MiB, 8.37% gc time, 1.25% compilation time) hand unrolled: 8.034778 seconds (12.96 k allocations: 470.812 MiB, 10.89% gc time, 1.65% compilation time) unrolled by the macro 8.087745 seconds (12.96 k allocations: 470.816 MiB, 5.27% gc time, 1.75% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 4.472611 seconds (17.05 k allocations: 471.000 MiB, 15.57% gc time, 3.42% compilation time) hand unrolled: 1.227908 seconds (16.97 k allocations: 471.054 MiB, 35.73% gc time, 12.31% compilation time) unrolled by the macro 1.285443 seconds (16.97 k allocations: 471.054 MiB, 34.55% gc time, 11.87% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.855301 seconds (15.82 k allocations: 470.962 MiB, 24.98% gc time, 11.01% compilation time) hand unrolled: 0.945008 seconds (12.96 k allocations: 470.816 MiB, 40.37% gc time, 10.44% compilation time) unrolled by the macro 0.921607 seconds (12.96 k allocations: 470.816 MiB, 26.48% gc time, 14.19% compilation time) Testing Unroll tests passed Testing completed after 41.84s PkgEval succeeded after 81.69s