Package evaluation to test Unroll on Julia 1.14.0-DEV.1674 (5735163b34*) started at 2026-02-03T12:18:03.424 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.64s ################################################################################ # 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 0.87s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 802.9 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 14.24s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_xEFW3W/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_xEFW3W/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.308467 seconds (13.99 k allocations: 470.869 MiB, 7.75% gc time, 1.37% compilation time) hand unrolled: 7.588960 seconds (12.87 k allocations: 470.808 MiB, 8.29% gc time, 1.66% compilation time) unrolled by the macro 4.349143 seconds (12.87 k allocations: 470.811 MiB, 20.34% gc time, 3.09% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 6.216127 seconds (16.94 k allocations: 470.997 MiB, 8.24% gc time, 2.03% compilation time) hand unrolled: 6.071507 seconds (16.84 k allocations: 471.047 MiB, 7.57% gc time, 2.52% compilation time) unrolled by the macro 2.458900 seconds (16.84 k allocations: 471.047 MiB, 18.37% gc time, 6.11% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 3.469091 seconds (15.71 k allocations: 470.952 MiB, 18.66% gc time, 5.72% compilation time) hand unrolled: 2.407268 seconds (12.87 k allocations: 470.807 MiB, 19.16% gc time, 5.45% compilation time) unrolled by the macro 1.592325 seconds (12.87 k allocations: 470.811 MiB, 27.83% gc time, 8.45% compilation time) Testing Unroll tests passed Testing completed after 49.64s PkgEval succeeded after 85.01s