Package evaluation to test Unroll on Julia 1.13.0-DEV.1324 (c1d413cf8a*) started at 2025-10-17T15:20:00.949 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.1s ################################################################################ # Installation # Installing Unroll... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [36e64239] + Unroll v0.1.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [36e64239] + Unroll v0.1.0 Installation completed after 0.89s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.57s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_BQr8BT/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_BQr8BT/Manifest.toml` [36e64239] Unroll v0.1.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... TIMING TEST FOR SINGLE UNROLL no unrolling: 2.578412 seconds (16.98 k allocations: 470.941 MiB, 18.63% gc time, 4.38% compilation time) hand unrolled: 1.299921 seconds (16.33 k allocations: 470.891 MiB, 26.69% gc time, 10.08% compilation time) unrolled by the macro 1.447570 seconds (16.33 k allocations: 470.894 MiB, 33.52% gc time, 8.60% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.716695 seconds (20.29 k allocations: 471.069 MiB, 8.56% gc time, 3.38% compilation time) hand unrolled: 1.412178 seconds (21.50 k allocations: 471.157 MiB, 24.84% gc time, 11.62% compilation time) unrolled by the macro 1.539248 seconds (21.50 k allocations: 471.157 MiB, 31.30% gc time, 9.89% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.936060 seconds (19.02 k allocations: 471.021 MiB, 17.97% gc time, 10.49% compilation time) hand unrolled: 1.242222 seconds (16.33 k allocations: 470.891 MiB, 23.05% gc time, 10.78% compilation time) unrolled by the macro 1.199874 seconds (16.33 k allocations: 470.891 MiB, 22.03% gc time, 10.99% compilation time) Testing Unroll tests passed Testing completed after 23.47s PkgEval succeeded after 59.65s