Package evaluation of Unroll on Julia 1.13.0-DEV.733 (c0ecfe9bcc*) started at 2025-06-12T11:03:45.335 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.4s ################################################################################ # 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.96s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 11.85s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_qlZ4co/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_qlZ4co/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.393194 seconds (17.69 k allocations: 582.682 MiB, 19.47% gc time, 5.42% compilation time) hand unrolled: 1.303750 seconds (17.30 k allocations: 582.643 MiB, 27.01% gc time, 11.01% compilation time) unrolled by the macro 1.467018 seconds (17.30 k allocations: 582.643 MiB, 36.55% gc time, 8.75% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.653004 seconds (21.05 k allocations: 582.827 MiB, 9.69% gc time, 5.71% compilation time) hand unrolled: 1.362389 seconds (22.91 k allocations: 582.924 MiB, 24.96% gc time, 10.31% compilation time) unrolled by the macro 1.361405 seconds (22.91 k allocations: 582.924 MiB, 24.80% gc time, 10.98% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 2.126634 seconds (20.01 k allocations: 582.780 MiB, 24.01% gc time, 9.18% compilation time) hand unrolled: 1.246490 seconds (17.30 k allocations: 582.643 MiB, 25.46% gc time, 10.64% compilation time) unrolled by the macro 1.372965 seconds (17.30 k allocations: 582.643 MiB, 21.94% gc time, 9.69% compilation time) Testing Unroll tests passed Testing completed after 24.47s PkgEval succeeded after 55.03s