Package evaluation of Unroll on Julia 1.10.9 (96dc2d8c45*) started at 2025-06-06T11:24:48.040 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.2s ################################################################################ # Installation # Installing Unroll... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [36e64239] + Unroll v0.1.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [36e64239] + Unroll v0.1.0 Installation completed after 3.72s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 10.31s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_XFKvTO/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test Status `/tmp/jl_XFKvTO/Manifest.toml` [36e64239] Unroll v0.1.0 [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [8dfed614] Test Testing Running tests... TIMING TEST FOR SINGLE UNROLL no unrolling: 1.405037 seconds (38 allocations: 110.885 MiB, 8.15% gc time) hand unrolled: 1.104285 seconds (38 allocations: 293.662 MiB, 13.59% gc time) unrolled by the macro 1.065351 seconds (38 allocations: 293.662 MiB, 13.29% gc time) TIMING TEST FOR NESTED UNROLL no unrolling: 1.848025 seconds (38 allocations: 293.662 MiB, 8.57% gc time) hand unrolled: 1.046041 seconds (38 allocations: 293.662 MiB, 4.67% gc time) unrolled by the macro 1.189520 seconds (38 allocations: 293.662 MiB, 14.76% gc time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 0.966633 seconds (38 allocations: 293.662 MiB, 4.85% gc time) hand unrolled: 1.027175 seconds (38 allocations: 293.662 MiB, 12.81% gc time) unrolled by the macro 0.965134 seconds (38 allocations: 293.662 MiB, 8.14% gc time) Testing Unroll tests passed Testing completed after 16.11s PkgEval succeeded after 38.08s