Skip to content

Conversation

mkroening
Copy link
Member

No description provided.

@mkroening mkroening self-assigned this Jul 25, 2025
Copy link
Contributor

@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

Benchmark Current: 0324aee Previous: 7df6236 Performance Ratio
startup_benchmark Build Time 90.25 s 90.53 s 1.00
startup_benchmark File Size 0.91 MB 0.90 MB 1.01
Startup Time - 1 core 0.90 s (±0.03 s) 0.93 s (±0.02 s) 0.97
Startup Time - 2 cores 0.89 s (±0.02 s) 0.92 s (±0.02 s) 0.98
Startup Time - 4 cores 0.90 s (±0.03 s) 0.93 s (±0.03 s) 0.97
multithreaded_benchmark Build Time 87.19 s 91.91 s 0.95
multithreaded_benchmark File Size 1.01 MB 1.00 MB 1.01
Multithreaded Pi Efficiency - 2 Threads 3.22 % (±15.46 %) 3.49 % (±16.77 %) 0.92
Multithreaded Pi Efficiency - 4 Threads 1.59 % (±7.65 %) 1.74 % (±8.36 %) 0.92
Multithreaded Pi Efficiency - 8 Threads 0.95 % (±4.56 %) 1.01 % (±4.84 %) 0.94
micro_benchmarks Build Time 85.49 s 93.24 s 0.92
micro_benchmarks File Size 1.02 MB 1.00 MB 1.01
Scheduling time - 1 thread 3.31 ticks (±15.89 ticks) 2.23 ticks (±10.69 ticks) 1.49
Scheduling time - 2 threads 1.83 ticks (±8.76 ticks) 1.61 ticks (±7.72 ticks) 1.13
Micro - Time for syscall (getpid) 0.62 ticks (±2.97 ticks) 0.54 ticks (±2.59 ticks) 1.15
Memcpy speed - (built_in) block size 4096 1395.09 MByte/s (±6696.43 MByte/s) 1547.03 MByte/s (±7425.74 MByte/s) 0.90
Memcpy speed - (built_in) block size 1048576 741.80 MByte/s (±3560.63 MByte/s) 753.21 MByte/s (±3615.41 MByte/s) 0.98
Memcpy speed - (built_in) block size 16777216 213.28 MByte/s (±1023.74 MByte/s) 220.01 MByte/s (±1056.07 MByte/s) 0.97
Memset speed - (built_in) block size 4096 1818.18 MByte/s (±8727.27 MByte/s) 1558.44 MByte/s (±7480.52 MByte/s) 1.17
Memset speed - (built_in) block size 1048576 994.48 MByte/s (±4773.51 MByte/s) 986.46 MByte/s (±4735.01 MByte/s) 1.01
Memset speed - (built_in) block size 16777216 917.31 MByte/s (±4403.11 MByte/s) 937.08 MByte/s (±4498.01 MByte/s) 0.98
Memcpy speed - (rust) block size 4096 1395.35 MByte/s (±6697.67 MByte/s) 1445.78 MByte/s (±6939.76 MByte/s) 0.97
Memcpy speed - (rust) block size 1048576 769.35 MByte/s (±3692.88 MByte/s) 765.54 MByte/s (±3674.57 MByte/s) 1.00
Memcpy speed - (rust) block size 16777216 221.19 MByte/s (±1061.73 MByte/s) 221.75 MByte/s (±1064.41 MByte/s) 1.00
Memset speed - (rust) block size 4096 1818.18 MByte/s (±8727.27 MByte/s) 1558.44 MByte/s (±7480.52 MByte/s) 1.17
Memset speed - (rust) block size 1048576 973.07 MByte/s (±4670.74 MByte/s) 992.58 MByte/s (±4764.39 MByte/s) 0.98
Memset speed - (rust) block size 16777216 930.21 MByte/s (±4465.00 MByte/s) 955.22 MByte/s (±4585.05 MByte/s) 0.97
alloc_benchmarks Build Time 85.52 s 92.09 s 0.93
alloc_benchmarks File Size 0.98 MB 0.97 MB 1.01
Allocations - Allocation success 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Deallocation success 1.40 % (±9.69 %) 1.40 % (±9.72 %) 1.00
Allocations - Pre-fail Allocations 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Average Allocation time 216.64 Ticks (±1501.21 Ticks) 245.73 Ticks (±1702.85 Ticks) 0.88
Allocations - Average Allocation time (no fail) 216.64 Ticks (±1501.21 Ticks) 245.73 Ticks (±1702.85 Ticks) 0.88
Allocations - Average Deallocation time 15.45 Ticks (±107.09 Ticks) 15.29 Ticks (±105.97 Ticks) 1.01
mutex_benchmark Build Time 85.26 s 84.70 s 1.01
mutex_benchmark File Size 1.02 MB 1.01 MB 1.01
Mutex Stress Test Average Time per Iteration - 1 Threads 0.28 ns (±1.94 ns) 0.24 ns (±1.66 ns) 1.17
Mutex Stress Test Average Time per Iteration - 2 Threads 0.32 ns (±2.22 ns) 0.32 ns (±2.22 ns) 1

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

@mkroening mkroening force-pushed the async-executor branch 2 times, most recently from 6233d34 to 955da8b Compare August 7, 2025 08:54
@mkroening mkroening force-pushed the async-executor branch 2 times, most recently from dc888ee to f677947 Compare August 18, 2025 16:49
@mkroening mkroening marked this pull request as ready for review August 18, 2025 16:50
@mkroening mkroening requested a review from stlankes August 18, 2025 16:50
@mkroening mkroening added this pull request to the merge queue Aug 26, 2025
Merged via the queue into main with commit 0e5eb50 Aug 26, 2025
15 checks passed
@mkroening mkroening deleted the async-executor branch August 27, 2025 10:16
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