Package evaluation of Unroll on Julia 1.13.0-DEV.692 (1ea959a8b1*) started at 2025-06-03T11:03:52.829 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.18s ################################################################################ # 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.93s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 11.97s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_9FwGmI/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_9FwGmI/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.401275 seconds (17.67 k allocations: 582.679 MiB, 19.73% gc time, 5.41% compilation time) hand unrolled: 1.297154 seconds (17.27 k allocations: 582.640 MiB, 25.29% gc time, 10.57% compilation time) unrolled by the macro 1.433531 seconds (17.27 k allocations: 582.640 MiB, 33.40% gc time, 9.43% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.449989 seconds (21.02 k allocations: 582.824 MiB, 9.91% gc time, 5.59% compilation time) hand unrolled: 1.452881 seconds (22.87 k allocations: 582.920 MiB, 24.92% gc time, 11.11% compilation time) unrolled by the macro 1.612267 seconds (22.87 k allocations: 582.920 MiB, 31.23% gc time, 9.56% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.851808 seconds (19.99 k allocations: 582.778 MiB, 2.34% gc time, 11.25% compilation time) hand unrolled: 1.466223 seconds (17.27 k allocations: 582.641 MiB, 37.71% gc time, 9.14% compilation time) unrolled by the macro 1.016696 seconds (17.27 k allocations: 582.640 MiB, 4.18% gc time, 12.92% compilation time) Testing Unroll tests passed Testing completed after 24.12s PkgEval succeeded after 54.89s