Package evaluation to test Unroll on Julia 1.14.0-DEV.2033 (8c59e8e9f1*) started at 2026-04-14T11:10:35.306 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.38s ################################################################################ # 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.22s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 0.8 s ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 21.95s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_w01cKy/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_w01cKy/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.209541 seconds (14.45 k allocations: 470.888 MiB, 7.92% gc time, 1.39% compilation time) hand unrolled: 8.347881 seconds (13.22 k allocations: 470.822 MiB, 11.35% gc time, 1.69% compilation time) unrolled by the macro 7.203318 seconds (13.22 k allocations: 470.822 MiB, 6.13% gc time, 1.73% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 8.294479 seconds (17.63 k allocations: 471.027 MiB, 8.57% gc time, 1.76% compilation time) hand unrolled: 5.933693 seconds (17.39 k allocations: 471.066 MiB, 7.47% gc time, 2.60% compilation time) unrolled by the macro 5.935068 seconds (17.39 k allocations: 471.066 MiB, 11.18% gc time, 2.61% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 7.078301 seconds (16.24 k allocations: 470.977 MiB, 7.01% gc time, 2.97% compilation time) hand unrolled: 6.092305 seconds (13.22 k allocations: 470.822 MiB, 7.29% gc time, 2.24% compilation time) unrolled by the macro 5.995750 seconds (13.22 k allocations: 470.822 MiB, 7.56% gc time, 2.28% compilation time) Testing Unroll tests passed Testing completed after 71.31s PkgEval succeeded after 118.9s