Package evaluation to test Unroll on Julia 1.14.0-DEV.1613 (8dab3f0623*) started at 2026-01-25T12:14:35.828 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.07s ################################################################################ # 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.88s ################################################################################ # 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.08s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_GBALFd/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_GBALFd/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: 14.673226 seconds (13.99 k allocations: 470.869 MiB, 5.65% gc time, 0.47% compilation time) hand unrolled: 12.840739 seconds (12.87 k allocations: 470.808 MiB, 6.39% gc time, 0.71% compilation time) unrolled by the macro 8.892232 seconds (12.87 k allocations: 470.807 MiB, 10.81% gc time, 1.01% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 14.258905 seconds (16.94 k allocations: 470.997 MiB, 3.64% gc time, 0.57% compilation time) hand unrolled: 5.485248 seconds (16.84 k allocations: 471.047 MiB, 12.81% gc time, 1.65% compilation time) unrolled by the macro 9.170021 seconds (16.84 k allocations: 471.044 MiB, 5.19% gc time, 0.93% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 11.380876 seconds (15.71 k allocations: 470.956 MiB, 6.01% gc time, 0.99% compilation time) hand unrolled: 8.440776 seconds (12.87 k allocations: 470.811 MiB, 6.01% gc time, 1.12% compilation time) unrolled by the macro 9.088560 seconds (12.87 k allocations: 470.811 MiB, 7.85% gc time, 1.02% compilation time) Testing Unroll tests passed Testing completed after 100.26s PkgEval succeeded after 135.23s