Package evaluation to test Unroll on Julia 1.14.0-DEV.2213 (dc778b8d37*) started at 2026-05-21T04:14:47.650 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.19s ################################################################################ # Installation # Installing Unroll... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [36e64239] + Unroll v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [36e64239] + Unroll v0.1.0 Installation completed after 1.25s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 0.9 s ✓ Unroll 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 23.07s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_CE5IUt/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_CE5IUt/Manifest.toml` [36e64239] Unroll v0.1.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... TIMING TEST FOR SINGLE UNROLL no unrolling: 2.363646 seconds (14.44 k allocations: 470.886 MiB, 35.73% gc time, 6.35% compilation time) hand unrolled: 1.435700 seconds (13.19 k allocations: 470.817 MiB, 52.64% gc time, 9.50% compilation time) unrolled by the macro 1.244213 seconds (13.19 k allocations: 470.817 MiB, 42.03% gc time, 10.74% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.401323 seconds (17.60 k allocations: 471.025 MiB, 16.89% gc time, 4.39% compilation time) hand unrolled: 1.263132 seconds (17.33 k allocations: 471.060 MiB, 40.24% gc time, 12.76% compilation time) unrolled by the macro 1.015423 seconds (17.33 k allocations: 471.060 MiB, 25.12% gc time, 15.81% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.858849 seconds (16.20 k allocations: 470.973 MiB, 30.16% gc time, 11.92% compilation time) hand unrolled: 0.927597 seconds (13.19 k allocations: 470.818 MiB, 29.46% gc time, 14.30% compilation time) unrolled by the macro 1.408554 seconds (13.19 k allocations: 470.818 MiB, 52.48% gc time, 9.86% compilation time) Testing Unroll tests passed Testing completed after 22.22s PkgEval succeeded after 72.94s