Skip to content

refactor(fs): replace components: &mut Vec<&str> with path: &str#2252

Open
mkroening wants to merge 6 commits intomainfrom
fs-traverse-path
Open

refactor(fs): replace components: &mut Vec<&str> with path: &str#2252
mkroening wants to merge 6 commits intomainfrom
fs-traverse-path

Conversation

@mkroening
Copy link
Member

No description provided.

@mkroening mkroening self-assigned this Feb 11, 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: bac5b63 Previous: 93015ac Performance Ratio
startup_benchmark Build Time 88.01 s 87.93 s 1.00
startup_benchmark File Size 0.79 MB 0.79 MB 1.00
Startup Time - 1 core 0.96 s (±0.03 s) 0.94 s (±0.03 s) 1.02
Startup Time - 2 cores 0.96 s (±0.02 s) 0.96 s (±0.03 s) 1.00
Startup Time - 4 cores 0.96 s (±0.03 s) 0.97 s (±0.03 s) 1.00
multithreaded_benchmark Build Time 86.26 s 86.34 s 1.00
multithreaded_benchmark File Size 0.90 MB 0.89 MB 1.01
Multithreaded Pi Efficiency - 2 Threads 90.96 % (±7.36 %) 88.79 % (±8.25 %) 1.02
Multithreaded Pi Efficiency - 4 Threads 44.26 % (±3.20 %) 44.06 % (±3.70 %) 1.00
Multithreaded Pi Efficiency - 8 Threads 25.78 % (±1.66 %) 25.76 % (±2.11 %) 1.00
micro_benchmarks Build Time 93.16 s 95.46 s 0.98
micro_benchmarks File Size 0.90 MB 0.90 MB 1.01
Scheduling time - 1 thread 70.00 ticks (±2.96 ticks) 70.19 ticks (±3.78 ticks) 1.00
Scheduling time - 2 threads 38.39 ticks (±4.41 ticks) 38.82 ticks (±5.94 ticks) 0.99
Micro - Time for syscall (getpid) 3.56 ticks (±0.23 ticks) 2.87 ticks (±0.22 ticks) 1.24
Memcpy speed - (built_in) block size 4096 69229.32 MByte/s (±49576.19 MByte/s) 65241.09 MByte/s (±46657.58 MByte/s) 1.06
Memcpy speed - (built_in) block size 1048576 29627.63 MByte/s (±24538.93 MByte/s) 29624.28 MByte/s (±24505.93 MByte/s) 1.00
Memcpy speed - (built_in) block size 16777216 28469.45 MByte/s (±23729.20 MByte/s) 28063.32 MByte/s (±23395.83 MByte/s) 1.01
Memset speed - (built_in) block size 4096 69435.55 MByte/s (±49695.60 MByte/s) 65701.33 MByte/s (±46939.48 MByte/s) 1.06
Memset speed - (built_in) block size 1048576 30412.07 MByte/s (±24979.74 MByte/s) 30429.97 MByte/s (±24974.64 MByte/s) 1.00
Memset speed - (built_in) block size 16777216 29189.57 MByte/s (±24121.20 MByte/s) 28864.03 MByte/s (±23869.04 MByte/s) 1.01
Memcpy speed - (rust) block size 4096 60074.80 MByte/s (±43896.87 MByte/s) 60526.81 MByte/s (±44630.65 MByte/s) 0.99
Memcpy speed - (rust) block size 1048576 29593.80 MByte/s (±24507.95 MByte/s) 29406.90 MByte/s (±24399.64 MByte/s) 1.01
Memcpy speed - (rust) block size 16777216 28326.65 MByte/s (±23605.97 MByte/s) 28159.49 MByte/s (±23489.43 MByte/s) 1.01
Memset speed - (rust) block size 4096 61205.37 MByte/s (±44689.69 MByte/s) 61485.78 MByte/s (±45322.49 MByte/s) 1.00
Memset speed - (rust) block size 1048576 30395.77 MByte/s (±24958.45 MByte/s) 30190.72 MByte/s (±24863.80 MByte/s) 1.01
Memset speed - (rust) block size 16777216 29095.24 MByte/s (±24042.01 MByte/s) 28941.68 MByte/s (±23945.25 MByte/s) 1.01
alloc_benchmarks Build Time 90.67 s 97.71 s 0.93
alloc_benchmarks File Size 0.86 MB 0.86 MB 1.00
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 11913.67 Ticks (±183.96 Ticks) 11682.50 Ticks (±310.03 Ticks) 1.02
Allocations - Average Allocation time (no fail) 11913.67 Ticks (±183.96 Ticks) 11682.50 Ticks (±310.03 Ticks) 1.02
Allocations - Average Deallocation time 1030.25 Ticks (±413.72 Ticks) 1012.52 Ticks (±456.95 Ticks) 1.02
mutex_benchmark Build Time 90.84 s 92.91 s 0.98
mutex_benchmark File Size 0.90 MB 0.90 MB 1.01
Mutex Stress Test Average Time per Iteration - 1 Threads 12.90 ns (±0.85 ns) 12.92 ns (±0.56 ns) 1.00
Mutex Stress Test Average Time per Iteration - 2 Threads 19.78 ns (±10.06 ns) 20.44 ns (±8.04 ns) 0.97

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

@mkroening mkroening marked this pull request as ready for review March 4, 2026 15:52
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