Skip to content

Conversation

cagatay-y
Copy link
Contributor

Tested with valid transmission across the same host and from another machine. If the corrupt packets are rejected as expected has not been tested.

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: 5dfa59a Previous: 72feee1 Performance Ratio
startup_benchmark Build Time 106.01 s 111.53 s 0.95
startup_benchmark File Size 0.91 MB 0.91 MB 1.00
Startup Time - 1 core 0.85 s (±0.02 s) 0.91 s (±0.02 s) 0.93
Startup Time - 2 cores 0.85 s (±0.02 s) 0.92 s (±0.03 s) 0.92
Startup Time - 4 cores 0.86 s (±0.03 s) 0.93 s (±0.02 s) 0.93
multithreaded_benchmark Build Time 109.24 s 113.03 s 0.97
multithreaded_benchmark File Size 1.01 MB 1.01 MB 1.00
Multithreaded Pi Efficiency - 2 Threads 3.19 % (±15.31 %) 3.76 % (±18.05 %) 0.85
Multithreaded Pi Efficiency - 4 Threads 1.49 % (±7.14 %) 1.60 % (±7.68 %) 0.93
Multithreaded Pi Efficiency - 8 Threads 0.79 % (±3.80 %) 1.01 % (±4.83 %) 0.79
micro_benchmarks Build Time 105.22 s 112.62 s 0.93
micro_benchmarks File Size 1.01 MB 1.01 MB 1.00
Scheduling time - 1 thread 2.82 ticks (±13.52 ticks) 2.79 ticks (±13.40 ticks) 1.01
Scheduling time - 2 threads 1.58 ticks (±7.61 ticks) 1.98 ticks (±9.48 ticks) 0.80
Micro - Time for syscall (getpid) 0.18 ticks (±0.86 ticks) 0.15 ticks (±0.73 ticks) 1.17
Memcpy speed - (built_in) block size 4096 1717.03 MByte/s (±8241.76 MByte/s) 1516.99 MByte/s (±7281.55 MByte/s) 1.13
Memcpy speed - (built_in) block size 1048576 759.14 MByte/s (±3643.89 MByte/s) 721.98 MByte/s (±3465.52 MByte/s) 1.05
Memcpy speed - (built_in) block size 16777216 222.33 MByte/s (±1067.21 MByte/s) 221.28 MByte/s (±1062.12 MByte/s) 1.00
Memset speed - (built_in) block size 4096 1846.15 MByte/s (±8861.54 MByte/s) 1621.62 MByte/s (±7783.78 MByte/s) 1.14
Memset speed - (built_in) block size 1048576 987.36 MByte/s (±4739.34 MByte/s) 990.56 MByte/s (±4754.71 MByte/s) 1.00
Memset speed - (built_in) block size 16777216 981.20 MByte/s (±4709.76 MByte/s) 967.95 MByte/s (±4646.14 MByte/s) 1.01
Memcpy speed - (rust) block size 4096 1348.31 MByte/s (±6471.91 MByte/s) 1212.12 MByte/s (±5818.18 MByte/s) 1.11
Memcpy speed - (rust) block size 1048576 814.70 MByte/s (±3910.55 MByte/s) 756.76 MByte/s (±3632.44 MByte/s) 1.08
Memcpy speed - (rust) block size 16777216 231.63 MByte/s (±1111.81 MByte/s) 223.83 MByte/s (±1074.36 MByte/s) 1.03
Memset speed - (rust) block size 4096 1818.18 MByte/s (±8727.27 MByte/s) 1818.18 MByte/s (±8727.27 MByte/s) 1
Memset speed - (rust) block size 1048576 995.47 MByte/s (±4778.26 MByte/s) 995.62 MByte/s (±4778.97 MByte/s) 1.00
Memset speed - (rust) block size 16777216 980.03 MByte/s (±4704.16 MByte/s) 950.07 MByte/s (±4560.34 MByte/s) 1.03
alloc_benchmarks Build Time 103.02 s 105.50 s 0.98
alloc_benchmarks File Size 0.97 MB 0.97 MB 1
Allocations - Allocation success 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Deallocation success 1.39 % (±9.65 %) 1.39 % (±9.65 %) 1.00
Allocations - Pre-fail Allocations 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Average Allocation time 234.64 Ticks (±1625.98 Ticks) 228.34 Ticks (±1582.32 Ticks) 1.03
Allocations - Average Allocation time (no fail) 234.64 Ticks (±1625.98 Ticks) 228.34 Ticks (±1582.32 Ticks) 1.03
Allocations - Average Deallocation time 14.80 Ticks (±102.55 Ticks) 17.31 Ticks (±119.99 Ticks) 0.85
mutex_benchmark Build Time 103.90 s 102.87 s 1.01
mutex_benchmark File Size 1.02 MB 1.02 MB 1.00
Mutex Stress Test Average Time per Iteration - 1 Threads 0.26 ns (±1.80 ns) 0.24 ns (±1.66 ns) 1.08
Mutex Stress Test Average Time per Iteration - 2 Threads 0.32 ns (±2.22 ns) 0.28 ns (±1.94 ns) 1.14

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

@mkroening mkroening self-assigned this Aug 29, 2025
@mkroening mkroening self-requested a review August 29, 2025 10:34
Copy link
Member

@mkroening mkroening left a comment

Choose a reason for hiding this comment

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

Thanks! :)

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.

2 participants