Package evaluation to test Unroll on Julia 1.14.0-DEV.2028 (45a2de3f7a*) started at 2026-04-12T13:48:36.346 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.5s ################################################################################ # 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.15s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 768.3 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 21.93s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_39cxmH/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_39cxmH/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.719286 seconds (14.46 k allocations: 470.889 MiB, 25.14% gc time, 4.62% compilation time) hand unrolled: 1.398231 seconds (13.22 k allocations: 470.822 MiB, 45.62% gc time, 9.76% compilation time) unrolled by the macro 1.200546 seconds (13.22 k allocations: 470.822 MiB, 36.65% gc time, 11.06% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.977661 seconds (17.63 k allocations: 471.027 MiB, 11.85% gc time, 3.56% compilation time) hand unrolled: 1.484337 seconds (17.39 k allocations: 471.062 MiB, 42.61% gc time, 10.11% compilation time) unrolled by the macro 1.546854 seconds (17.39 k allocations: 471.062 MiB, 45.14% gc time, 9.82% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.723674 seconds (16.24 k allocations: 470.973 MiB, 13.25% gc time, 11.88% compilation time) hand unrolled: 1.381098 seconds (13.22 k allocations: 470.822 MiB, 45.89% gc time, 9.44% compilation time) unrolled by the macro 1.192569 seconds (13.22 k allocations: 470.818 MiB, 36.70% gc time, 11.02% compilation time) Testing Unroll tests passed Testing completed after 23.58s PkgEval succeeded after 71.63s