Package evaluation of Unroll on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:08:45.486 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.23s ################################################################################ # 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.89s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 10.06s ################################################################################ # Testing # Testing Unroll Status `/tmp/jl_QPD1Kn/Project.toml` [36e64239] Unroll v0.1.0 [8dfed614] Test Status `/tmp/jl_QPD1Kn/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.513121 seconds (38 allocations: 110.885 MiB, 7.88% gc time) hand unrolled: 1.166568 seconds (38 allocations: 293.662 MiB, 13.81% gc time) unrolled by the macro 1.228839 seconds (38 allocations: 293.662 MiB, 14.35% gc time) TIMING TEST FOR NESTED UNROLL no unrolling: 1.817171 seconds (38 allocations: 293.662 MiB, 7.96% gc time) hand unrolled: 1.093826 seconds (38 allocations: 293.662 MiB, 4.75% gc time) unrolled by the macro 1.179280 seconds (38 allocations: 293.662 MiB, 14.94% gc time) TIMING TEST FOR IF-ELSE UNROLL no unrolling: 0.936669 seconds (38 allocations: 293.662 MiB, 4.91% gc time) hand unrolled: 1.038202 seconds (38 allocations: 293.662 MiB, 13.04% gc time) unrolled by the macro 0.976570 seconds (38 allocations: 293.662 MiB, 8.10% gc time) Testing Unroll tests passed Testing completed after 16.27s PkgEval succeeded after 37.84s