Package evaluation to test Unroll on Julia 1.13.0-DEV.1319 (9cddfda8ef*) started at 2025-10-16T11:08:43.496 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.67s ################################################################################ # 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.88s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.81s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_CKphQF/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_CKphQF/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.307947 seconds (16.98 k allocations: 470.940 MiB, 18.70% gc time, 5.03% compilation time) hand unrolled: 1.360287 seconds (16.33 k allocations: 470.891 MiB, 25.21% gc time, 9.46% compilation time) unrolled by the macro 1.420653 seconds (16.33 k allocations: 470.887 MiB, 33.92% gc time, 9.40% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.445062 seconds (20.29 k allocations: 471.062 MiB, 14.09% gc time, 4.07% compilation time) hand unrolled: 1.300104 seconds (21.50 k allocations: 471.160 MiB, 23.28% gc time, 11.69% compilation time) unrolled by the macro 1.271196 seconds (21.50 k allocations: 471.156 MiB, 22.33% gc time, 11.58% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.896063 seconds (19.02 k allocations: 471.021 MiB, 15.49% gc time, 10.43% compilation time) hand unrolled: 1.333698 seconds (16.33 k allocations: 470.891 MiB, 26.48% gc time, 9.11% compilation time) unrolled by the macro 1.183099 seconds (16.33 k allocations: 470.894 MiB, 23.42% gc time, 10.97% compilation time) Testing Unroll tests passed Testing completed after 22.08s PkgEval succeeded after 56.74s