Package evaluation to test Unroll on Julia 1.14.0-DEV.1871 (50d44f5be7*) started at 2026-03-08T11:07:18.241 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.73s ################################################################################ # 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.23s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 792.9 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 19.25s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_jNKMr9/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_jNKMr9/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: 7.835631 seconds (14.24 k allocations: 470.874 MiB, 9.04% gc time, 1.77% compilation time) hand unrolled: 6.837344 seconds (13.05 k allocations: 470.809 MiB, 9.92% gc time, 1.77% compilation time) unrolled by the macro 5.892283 seconds (13.05 k allocations: 470.808 MiB, 14.34% gc time, 2.30% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 7.556379 seconds (17.30 k allocations: 471.006 MiB, 5.78% gc time, 1.79% compilation time) hand unrolled: 2.861155 seconds (17.13 k allocations: 471.048 MiB, 16.30% gc time, 5.55% compilation time) unrolled by the macro 1.755348 seconds (17.12 k allocations: 471.048 MiB, 24.65% gc time, 9.26% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 2.523336 seconds (15.99 k allocations: 470.957 MiB, 25.96% gc time, 6.48% compilation time) hand unrolled: 1.268393 seconds (13.05 k allocations: 470.808 MiB, 38.39% gc time, 9.67% compilation time) unrolled by the macro 2.673393 seconds (13.05 k allocations: 470.812 MiB, 10.34% gc time, 5.32% compilation time) Testing Unroll tests passed Testing completed after 45.7s PkgEval succeeded after 90.12s