Package evaluation of Unroll on Julia 1.12.0-rc2.1 (1fad90817e*) started at 2025-09-11T00:56:54.658 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.82s ################################################################################ # 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.87s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.35s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_OL0usy/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_OL0usy/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.050624 seconds (18.98 k allocations: 582.782 MiB, 20.21% gc time, 5.37% compilation time) hand unrolled: 1.088405 seconds (18.33 k allocations: 582.733 MiB, 31.15% gc time, 12.60% compilation time) unrolled by the macro 1.190288 seconds (18.33 k allocations: 582.733 MiB, 38.28% gc time, 11.31% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.388232 seconds (22.61 k allocations: 582.952 MiB, 15.68% gc time, 3.39% compilation time) hand unrolled: 0.840825 seconds (24.26 k allocations: 583.044 MiB, 4.13% gc time, 18.30% compilation time) unrolled by the macro 1.358008 seconds (24.26 k allocations: 583.043 MiB, 39.68% gc time, 12.62% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.731337 seconds (21.25 k allocations: 582.885 MiB, 16.56% gc time, 8.48% compilation time) hand unrolled: 0.793178 seconds (18.33 k allocations: 582.733 MiB, 9.06% gc time, 17.50% compilation time) unrolled by the macro 1.292538 seconds (18.33 k allocations: 582.733 MiB, 43.23% gc time, 9.72% compilation time) Testing Unroll tests passed Testing completed after 21.76s PkgEval succeeded after 54.15s