Package evaluation to test Unroll on Julia 1.11.8 (29b3528cce*) started at 2026-01-20T00:16:45.816 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.11` Set-up completed after 8.6s ################################################################################ # Installation # Installing Unroll... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [36e64239] + Unroll v0.1.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [36e64239] + Unroll v0.1.0 Installation completed after 1.23s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 646.9 ms ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 6 already precompiled. Precompilation completed after 10.9s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_B3beet/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_B3beet/Manifest.toml` [36e64239] Unroll v0.1.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.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 [8dfed614] Test v1.11.0 Testing Running tests... TIMING TEST FOR SINGLE UNROLL no unrolling: 1.728275 seconds (66 allocations: 581.761 MiB, 11.39% gc time) hand unrolled: 1.085591 seconds (66 allocations: 581.735 MiB, 15.84% gc time) unrolled by the macro 1.187040 seconds (66 allocations: 581.735 MiB, 23.11% gc time) TIMING TEST FOR NESTED UNROLL no unrolling: 2.652117 seconds (66 allocations: 581.735 MiB, 6.95% gc time) hand unrolled: 1.562730 seconds (66 allocations: 581.735 MiB, 19.89% gc time) unrolled by the macro 1.168774 seconds (66 allocations: 581.735 MiB, 14.18% gc time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.624628 seconds (66 allocations: 581.735 MiB, 16.28% gc time) hand unrolled: 1.105372 seconds (66 allocations: 581.735 MiB, 16.08% gc time) unrolled by the macro 1.067366 seconds (66 allocations: 581.735 MiB, 16.10% gc time) Testing Unroll tests passed Testing completed after 19.42s PkgEval succeeded after 46.34s