Skip to content

fix(xtask): Clippy#2341

Open
mkroening wants to merge 5 commits intomainfrom
workspace-clippy
Open

fix(xtask): Clippy#2341
mkroening wants to merge 5 commits intomainfrom
workspace-clippy

Conversation

@mkroening
Copy link
Member

No description provided.

@mkroening mkroening self-assigned this Mar 18, 2026
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Results

Details
Benchmark Current: b2a0946 Previous: 9f7322b Performance Ratio
startup_benchmark Build Time 86.67 s 85.88 s 1.01
startup_benchmark File Size 0.75 MB 0.75 MB 1.00
Startup Time - 1 core 0.96 s (±0.02 s) 0.94 s (±0.04 s) 1.02
Startup Time - 2 cores 0.96 s (±0.03 s) 0.95 s (±0.03 s) 1.02
Startup Time - 4 cores 0.97 s (±0.04 s) 0.94 s (±0.03 s) 1.03
multithreaded_benchmark Build Time 85.66 s 88.07 s 0.97
multithreaded_benchmark File Size 0.86 MB 0.86 MB 1.00
Multithreaded Pi Efficiency - 2 Threads 89.08 % (±9.22 %) 88.63 % (±8.04 %) 1.01
Multithreaded Pi Efficiency - 4 Threads 44.68 % (±4.01 %) 43.38 % (±3.45 %) 1.03
Multithreaded Pi Efficiency - 8 Threads 25.79 % (±1.87 %) 25.20 % (±1.80 %) 1.02
micro_benchmarks Build Time 93.12 s 94.04 s 0.99
micro_benchmarks File Size 0.86 MB 0.86 MB 1.00
Scheduling time - 1 thread 66.29 ticks (±4.28 ticks) 65.35 ticks (±4.26 ticks) 1.01
Scheduling time - 2 threads 35.94 ticks (±4.27 ticks) 35.89 ticks (±3.71 ticks) 1.00
Micro - Time for syscall (getpid) 2.99 ticks (±0.26 ticks) 3.00 ticks (±0.23 ticks) 1.00
Memcpy speed - (built_in) block size 4096 64349.25 MByte/s (±45922.76 MByte/s) 65860.77 MByte/s (±46845.85 MByte/s) 0.98
Memcpy speed - (built_in) block size 1048576 29668.12 MByte/s (±24581.91 MByte/s) 29576.49 MByte/s (±24431.93 MByte/s) 1.00
Memcpy speed - (built_in) block size 16777216 28127.06 MByte/s (±23429.52 MByte/s) 28311.09 MByte/s (±23599.33 MByte/s) 0.99
Memset speed - (built_in) block size 4096 65168.66 MByte/s (±46552.84 MByte/s) 66744.29 MByte/s (±47481.33 MByte/s) 0.98
Memset speed - (built_in) block size 1048576 30452.35 MByte/s (±25039.24 MByte/s) 30393.81 MByte/s (±24910.59 MByte/s) 1.00
Memset speed - (built_in) block size 16777216 28906.69 MByte/s (±23887.36 MByte/s) 29111.57 MByte/s (±24069.85 MByte/s) 0.99
Memcpy speed - (rust) block size 4096 57835.41 MByte/s (±42444.31 MByte/s) 59011.76 MByte/s (±43397.34 MByte/s) 0.98
Memcpy speed - (rust) block size 1048576 29480.51 MByte/s (±24492.31 MByte/s) 29563.17 MByte/s (±24538.23 MByte/s) 1.00
Memcpy speed - (rust) block size 16777216 28066.99 MByte/s (±23387.12 MByte/s) 28365.88 MByte/s (±23635.44 MByte/s) 0.99
Memset speed - (rust) block size 4096 58065.23 MByte/s (±42569.26 MByte/s) 59323.20 MByte/s (±43549.67 MByte/s) 0.98
Memset speed - (rust) block size 1048576 30273.30 MByte/s (±24943.44 MByte/s) 30357.47 MByte/s (±24994.77 MByte/s) 1.00
Memset speed - (rust) block size 16777216 28861.25 MByte/s (±23858.11 MByte/s) 29162.11 MByte/s (±24104.49 MByte/s) 0.99
alloc_benchmarks Build Time 92.18 s 91.81 s 1.00
alloc_benchmarks File Size 0.82 MB 0.82 MB 1
Allocations - Allocation success 100.00 % 100.00 % 1
Allocations - Deallocation success 100.00 % 100.00 % 1
Allocations - Pre-fail Allocations 100.00 % 100.00 % 1
Allocations - Average Allocation time 16385.65 Ticks (±296.17 Ticks) 15902.44 Ticks (±330.83 Ticks) 1.03
Allocations - Average Allocation time (no fail) 16385.65 Ticks (±296.17 Ticks) 15902.44 Ticks (±330.83 Ticks) 1.03
Allocations - Average Deallocation time 1141.69 Ticks (±411.27 Ticks) 1433.42 Ticks (±676.51 Ticks) 0.80
mutex_benchmark Build Time 92.34 s 90.98 s 1.01
mutex_benchmark File Size 0.86 MB 0.86 MB 1.00
Mutex Stress Test Average Time per Iteration - 1 Threads 13.06 ns (±0.83 ns) 13.06 ns (±0.76 ns) 1.00
Mutex Stress Test Average Time per Iteration - 2 Threads 18.16 ns (±7.10 ns) 20.38 ns (±8.77 ns) 0.89

This comment was automatically generated by workflow using github-action-benchmark.

@mkroening mkroening changed the title fix(Cargo.toml): move clippy config to workspace fix(xtask): Clippy Mar 18, 2026
@mkroening mkroening marked this pull request as ready for review March 18, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant