Package evaluation to test Unroll on Julia 1.14.0-DEV.1699 (993b392fda*) started at 2026-02-13T21:00:37.477 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.85s ################################################################################ # 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.91s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 804.3 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 14.97s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_iRBSqC/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_iRBSqC/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.150937 seconds (14.08 k allocations: 470.874 MiB, 32.03% gc time, 5.65% compilation time) hand unrolled: 1.317920 seconds (12.96 k allocations: 470.812 MiB, 49.80% gc time, 10.13% compilation time) unrolled by the macro 1.115165 seconds (12.96 k allocations: 470.816 MiB, 40.58% gc time, 12.08% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.213465 seconds (17.05 k allocations: 471.004 MiB, 16.13% gc time, 4.65% compilation time) hand unrolled: 1.125142 seconds (16.97 k allocations: 471.051 MiB, 38.01% gc time, 13.92% compilation time) unrolled by the macro 0.909351 seconds (16.97 k allocations: 471.054 MiB, 23.83% gc time, 16.57% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.692258 seconds (15.82 k allocations: 470.959 MiB, 25.82% gc time, 12.20% compilation time) hand unrolled: 1.156083 seconds (12.96 k allocations: 470.809 MiB, 40.84% gc time, 11.45% compilation time) unrolled by the macro 1.065722 seconds (12.96 k allocations: 470.812 MiB, 41.90% gc time, 11.38% compilation time) Testing Unroll tests passed Testing completed after 20.03s PkgEval succeeded after 56.71s