Package evaluation of Unroll on Julia 1.13.0-DEV.748 (36a4616fc2*) started at 2025-06-17T11:04:18.104 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.04s ################################################################################ # 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.91s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 11.76s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_UDAvAv/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_UDAvAv/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.389153 seconds (17.70 k allocations: 582.682 MiB, 19.22% gc time, 4.90% compilation time) hand unrolled: 1.262710 seconds (17.30 k allocations: 582.643 MiB, 26.65% gc time, 10.46% compilation time) unrolled by the macro 1.407697 seconds (17.30 k allocations: 582.643 MiB, 34.60% gc time, 8.89% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.491932 seconds (21.06 k allocations: 582.826 MiB, 9.88% gc time, 5.57% compilation time) hand unrolled: 1.369676 seconds (22.92 k allocations: 582.924 MiB, 25.16% gc time, 10.83% compilation time) unrolled by the macro 1.549001 seconds (22.91 k allocations: 582.924 MiB, 32.23% gc time, 9.37% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.714111 seconds (20.02 k allocations: 582.780 MiB, 2.37% gc time, 11.64% compilation time) hand unrolled: 1.475387 seconds (17.30 k allocations: 582.643 MiB, 38.10% gc time, 8.32% compilation time) unrolled by the macro 0.975403 seconds (17.30 k allocations: 582.643 MiB, 4.33% gc time, 13.20% compilation time) Testing Unroll tests passed Testing completed after 23.57s PkgEval succeeded after 53.33s