Package evaluation of Unroll on Julia 1.12.0-rc2.1 (084dab1917*) started at 2025-09-12T01:23:58.478 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.86s ################################################################################ # 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 0.9s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.42s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_eAkz41/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_eAkz41/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.206943 seconds (18.98 k allocations: 582.784 MiB, 18.88% gc time, 4.36% compilation time) hand unrolled: 1.237582 seconds (18.33 k allocations: 582.733 MiB, 29.53% gc time, 11.07% compilation time) unrolled by the macro 1.239276 seconds (18.33 k allocations: 582.733 MiB, 39.56% gc time, 10.92% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.070709 seconds (22.61 k allocations: 582.952 MiB, 10.00% gc time, 3.72% compilation time) hand unrolled: 1.182369 seconds (24.26 k allocations: 583.043 MiB, 28.17% gc time, 14.48% compilation time) unrolled by the macro 1.142702 seconds (24.26 k allocations: 583.043 MiB, 25.32% gc time, 14.46% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 2.008586 seconds (21.25 k allocations: 582.885 MiB, 24.89% gc time, 8.47% compilation time) hand unrolled: 1.113451 seconds (18.33 k allocations: 582.733 MiB, 27.06% gc time, 12.61% compilation time) unrolled by the macro 1.085937 seconds (18.33 k allocations: 582.733 MiB, 26.80% gc time, 12.73% compilation time) Testing Unroll tests passed Testing completed after 22.36s PkgEval succeeded after 56.43s