Package evaluation to test Unroll on Julia 1.12.4 (422f456051*) started at 2026-01-28T22:53:29.172 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 7.72s ################################################################################ # 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.18s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 737.4 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 11.08s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_JgZuCq/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_JgZuCq/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.300876 seconds (19.34 k allocations: 471.078 MiB, 29.83% gc time, 4.60% compilation time) hand unrolled: 1.244179 seconds (18.70 k allocations: 471.029 MiB, 39.42% gc time, 10.71% compilation time) unrolled by the macro 1.303843 seconds (18.70 k allocations: 471.026 MiB, 49.91% gc time, 10.33% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.394579 seconds (23.05 k allocations: 471.233 MiB, 15.81% gc time, 3.41% compilation time) hand unrolled: 0.980324 seconds (24.76 k allocations: 471.345 MiB, 28.77% gc time, 14.34% compilation time) unrolled by the macro 1.151607 seconds (24.76 k allocations: 471.342 MiB, 39.17% gc time, 14.20% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.753424 seconds (21.69 k allocations: 471.169 MiB, 18.89% gc time, 9.64% compilation time) hand unrolled: 1.350269 seconds (18.70 k allocations: 471.029 MiB, 48.95% gc time, 10.08% compilation time) unrolled by the macro 1.125504 seconds (18.70 k allocations: 471.022 MiB, 40.38% gc time, 11.97% compilation time) Testing Unroll tests passed Testing completed after 22.36s PkgEval succeeded after 51.96s