Package evaluation to test Unroll on Julia 1.14.0-DEV.1918 (78a0dc1151*) started at 2026-03-19T11:11:51.200 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.58s ################################################################################ # 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.26s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 815.3 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 19.07s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_3IHnyL/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_3IHnyL/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: 8.033049 seconds (14.24 k allocations: 470.874 MiB, 8.13% gc time, 1.56% compilation time) hand unrolled: 6.799648 seconds (13.05 k allocations: 470.808 MiB, 12.70% gc time, 2.14% compilation time) unrolled by the macro 7.997842 seconds (13.05 k allocations: 470.812 MiB, 5.20% gc time, 1.67% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 9.049657 seconds (17.30 k allocations: 471.003 MiB, 7.38% gc time, 1.40% compilation time) hand unrolled: 4.574612 seconds (17.13 k allocations: 471.049 MiB, 9.32% gc time, 3.58% compilation time) unrolled by the macro 6.152480 seconds (17.12 k allocations: 471.049 MiB, 6.96% gc time, 2.61% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 7.321518 seconds (15.99 k allocations: 470.961 MiB, 5.84% gc time, 2.97% compilation time) hand unrolled: 7.661365 seconds (13.05 k allocations: 470.808 MiB, 8.90% gc time, 1.82% compilation time) unrolled by the macro 6.279282 seconds (13.05 k allocations: 470.808 MiB, 13.45% gc time, 2.06% compilation time) Testing Unroll tests passed Testing completed after 70.37s PkgEval succeeded after 114.2s