Package evaluation of Unroll on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-14T10:17:05.385 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.77s ################################################################################ # 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.89s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.6s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_AJJfLJ/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_AJJfLJ/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.025987 seconds (18.99 k allocations: 582.784 MiB, 20.25% gc time, 5.27% compilation time) hand unrolled: 1.345633 seconds (18.33 k allocations: 582.732 MiB, 24.62% gc time, 8.89% compilation time) unrolled by the macro 1.461477 seconds (18.33 k allocations: 582.732 MiB, 31.07% gc time, 7.91% compilation time) TIMING TEST FOR NESTED UNROLL no unrolling: 3.554834 seconds (22.61 k allocations: 582.951 MiB, 14.80% gc time, 3.55% compilation time) hand unrolled: 1.446369 seconds (24.26 k allocations: 583.043 MiB, 2.33% gc time, 9.69% compilation time) unrolled by the macro 1.834650 seconds (24.26 k allocations: 583.042 MiB, 28.82% gc time, 7.64% compilation time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 1.582194 seconds (21.25 k allocations: 582.885 MiB, 3.11% gc time, 9.95% compilation time) hand unrolled: 1.575137 seconds (18.33 k allocations: 582.732 MiB, 33.40% gc time, 7.73% compilation time) unrolled by the macro 1.315868 seconds (18.33 k allocations: 582.732 MiB, 21.26% gc time, 8.92% compilation time) Testing Unroll tests passed Testing completed after 24.27s PkgEval succeeded after 55.51s