Package evaluation to test Unroll on Julia 1.14.0-DEV.1584 (ac5fadde9b*) started at 2026-01-18T12:15:39.740 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.78s ################################################################################ # 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... 798.2 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 14.13s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_UeUMLN/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_UeUMLN/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: 6.660054 seconds (13.99 k allocations: 470.869 MiB, 10.92% gc time, 1.02% compilation time) hand unrolled: 9.013704 seconds (12.87 k allocations: 470.811 MiB, 8.03% gc time, 1.02% compilation time) unrolled by the macro 8.488092 seconds (12.87 k allocations: 470.811 MiB, 11.02% gc time, 1.07% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 6.466677 seconds (16.94 k allocations: 470.997 MiB, 6.98% gc time, 1.36% compilation time) hand unrolled: 5.359169 seconds (16.84 k allocations: 471.047 MiB, 8.54% gc time, 1.59% compilation time) unrolled by the macro 3.360365 seconds (16.84 k allocations: 471.047 MiB, 13.69% gc time, 2.56% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 3.207995 seconds (15.71 k allocations: 470.952 MiB, 21.02% gc time, 3.58% compilation time) hand unrolled: 1.725860 seconds (12.87 k allocations: 470.807 MiB, 24.74% gc time, 4.90% compilation time) unrolled by the macro 1.095613 seconds (12.87 k allocations: 470.811 MiB, 62.47% gc time, 8.21% compilation time) Testing Unroll tests passed Testing completed after 51.34s PkgEval succeeded after 86.13s