Package evaluation to test Unroll on Julia 1.12.4 (0f21d93eaa*) started at 2026-01-26T15:53:54.767 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.13s ################################################################################ # Installation # Installing Unroll... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [36e64239] + Unroll v0.1.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [36e64239] + Unroll v0.1.0 Installation completed after 1.16s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 747.1 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 11.81s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_fhaZiq/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_fhaZiq/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.405064 seconds (19.34 k allocations: 471.076 MiB, 28.15% gc time, 3.95% compilation time) hand unrolled: 1.234145 seconds (18.70 k allocations: 471.029 MiB, 41.20% gc time, 9.49% compilation time) unrolled by the macro 1.304424 seconds (18.70 k allocations: 471.026 MiB, 51.33% gc time, 9.13% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.276006 seconds (23.05 k allocations: 471.233 MiB, 16.22% gc time, 3.85% compilation time) hand unrolled: 1.005479 seconds (24.76 k allocations: 471.345 MiB, 27.71% gc time, 16.76% compilation time) unrolled by the macro 1.131072 seconds (24.76 k allocations: 471.341 MiB, 39.90% gc time, 14.01% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.758624 seconds (21.69 k allocations: 471.166 MiB, 18.45% gc time, 8.75% compilation time) hand unrolled: 1.402485 seconds (18.70 k allocations: 471.029 MiB, 50.34% gc time, 9.07% compilation time) unrolled by the macro 1.004725 seconds (18.70 k allocations: 471.029 MiB, 29.80% gc time, 13.59% compilation time) Testing Unroll tests passed Testing completed after 22.11s PkgEval succeeded after 52.78s