Package evaluation of Unroll on Julia 1.13.0-DEV.1277 (fa66b63fc3*) started at 2025-10-07T12:18:45.177 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.82s ################################################################################ # 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.84s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 5090.8 ms ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompilation completed after 194.35s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_yssMPo/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_yssMPo/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.419575 seconds (16.94 k allocations: 470.940 MiB, 23.90% gc time, 5.18% compilation time) hand unrolled: 1.358739 seconds (16.29 k allocations: 470.890 MiB, 23.29% gc time, 9.47% compilation time) unrolled by the macro 1.503401 seconds (16.29 k allocations: 470.890 MiB, 38.45% gc time, 8.59% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.412123 seconds (20.24 k allocations: 471.065 MiB, 11.02% gc time, 4.49% compilation time) hand unrolled: 1.344540 seconds (21.45 k allocations: 471.156 MiB, 25.50% gc time, 11.40% compilation time) unrolled by the macro 1.343086 seconds (21.45 k allocations: 471.159 MiB, 24.83% gc time, 11.41% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.983347 seconds (18.97 k allocations: 471.017 MiB, 20.64% gc time, 10.15% compilation time) hand unrolled: 1.360695 seconds (16.29 k allocations: 470.890 MiB, 24.66% gc time, 9.57% compilation time) unrolled by the macro 1.314773 seconds (16.29 k allocations: 470.890 MiB, 25.03% gc time, 9.99% compilation time) Testing Unroll tests passed Testing completed after 25.91s PkgEval succeeded after 649.96s