Package evaluation to test Unroll on Julia 1.14.0-DEV.1851 (d64c0da64c*) started at 2026-03-05T12:07:39.015 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.09s ################################################################################ # 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.21s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 755.7 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 18.78s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_HoLSdL/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_HoLSdL/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.962379 seconds (14.24 k allocations: 470.874 MiB, 7.25% gc time, 1.22% compilation time) hand unrolled: 1.613821 seconds (13.05 k allocations: 470.808 MiB, 57.59% gc time, 8.95% compilation time) unrolled by the macro 1.087126 seconds (13.05 k allocations: 470.812 MiB, 39.57% gc time, 11.74% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.461643 seconds (17.30 k allocations: 471.006 MiB, 12.73% gc time, 4.27% compilation time) hand unrolled: 1.257933 seconds (17.13 k allocations: 471.049 MiB, 38.41% gc time, 13.47% compilation time) unrolled by the macro 1.195284 seconds (17.12 k allocations: 471.048 MiB, 37.92% gc time, 14.03% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.564855 seconds (15.99 k allocations: 470.961 MiB, 14.28% gc time, 14.05% compilation time) hand unrolled: 1.137379 seconds (13.05 k allocations: 470.809 MiB, 39.40% gc time, 12.39% compilation time) unrolled by the macro 1.094578 seconds (13.05 k allocations: 470.802 MiB, 40.02% gc time, 12.25% compilation time) Testing Unroll tests passed Testing completed after 28.91s PkgEval succeeded after 73.02s