Package evaluation to test Unroll on Julia 1.14.0-DEV.1826 (44c835795b*) started at 2026-03-02T09:18:13.032 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.42s ################################################################################ # 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.09s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 821.7 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 20.35s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_1Eo9JM/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_1Eo9JM/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: 7.635655 seconds (14.20 k allocations: 470.873 MiB, 9.36% gc time, 1.77% compilation time) hand unrolled: 6.621633 seconds (13.03 k allocations: 470.807 MiB, 10.48% gc time, 2.14% compilation time) unrolled by the macro 4.611741 seconds (13.03 k allocations: 470.808 MiB, 10.97% gc time, 2.83% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.749166 seconds (17.25 k allocations: 471.001 MiB, 19.68% gc time, 3.54% compilation time) hand unrolled: 1.583989 seconds (17.10 k allocations: 471.044 MiB, 45.19% gc time, 10.58% compilation time) unrolled by the macro 1.234656 seconds (17.10 k allocations: 471.044 MiB, 35.92% gc time, 13.52% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.859395 seconds (15.96 k allocations: 470.960 MiB, 24.43% gc time, 12.10% compilation time) hand unrolled: 1.045724 seconds (13.03 k allocations: 470.807 MiB, 43.88% gc time, 13.77% compilation time) unrolled by the macro 0.855278 seconds (13.03 k allocations: 470.807 MiB, 43.27% gc time, 13.33% compilation time) Testing Unroll tests passed Testing completed after 35.86s PkgEval succeeded after 82.26s