Package evaluation to test Unroll on Julia 1.14.0-DEV.1699 (9484a92029*) started at 2026-02-10T14:10:48.855 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.82s ################################################################################ # 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.84s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 836.8 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 14.79s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_RQivoF/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_RQivoF/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: 5.266923 seconds (14.08 k allocations: 470.874 MiB, 13.68% gc time, 2.32% compilation time) hand unrolled: 1.811593 seconds (12.96 k allocations: 470.812 MiB, 39.20% gc time, 7.18% compilation time) unrolled by the macro 1.688895 seconds (12.96 k allocations: 470.808 MiB, 38.21% gc time, 7.54% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 4.315594 seconds (17.05 k allocations: 471.000 MiB, 10.26% gc time, 3.26% compilation time) hand unrolled: 1.457249 seconds (16.97 k allocations: 471.054 MiB, 35.63% gc time, 10.28% compilation time) unrolled by the macro 1.348599 seconds (16.97 k allocations: 471.050 MiB, 34.19% gc time, 11.11% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 2.565431 seconds (15.82 k allocations: 470.958 MiB, 17.75% gc time, 7.90% compilation time) hand unrolled: 1.866407 seconds (12.96 k allocations: 470.816 MiB, 12.24% gc time, 6.95% compilation time) unrolled by the macro 1.728414 seconds (12.96 k allocations: 470.812 MiB, 25.69% gc time, 7.51% compilation time) Testing Unroll tests passed Testing completed after 28.3s PkgEval succeeded after 64.05s