Skip to content

feat: use async-executor #1845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

feat: use async-executor #1845

wants to merge 3 commits into from

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: 955da8b Previous: 0df8da9 Performance Ratio
startup_benchmark Build Time 85.88 s 84.92 s 1.01
startup_benchmark File Size 0.88 MB 0.87 MB 1.02
Startup Time - 1 core 0.86 s (±0.03 s) 0.83 s (±0.02 s) 1.04
Startup Time - 2 cores 0.84 s (±0.03 s) 0.83 s (±0.02 s) 1.01
Startup Time - 4 cores 0.86 s (±0.03 s) 0.85 s (±0.02 s) 1.00
multithreaded_benchmark Build Time 88.14 s 86.89 s 1.01
multithreaded_benchmark File Size 0.98 MB 0.97 MB 1.01
Multithreaded Pi Efficiency - 2 Threads 2.96 % (±14.21 %) 3.31 % (±15.88 %) 0.89
Multithreaded Pi Efficiency - 4 Threads 1.55 % (±7.44 %) 1.69 % (±8.11 %) 0.92
Multithreaded Pi Efficiency - 8 Threads 0.87 % (±4.20 %) 0.94 % (±4.50 %) 0.93
micro_benchmarks Build Time 82.42 s 88.61 s 0.93
micro_benchmarks File Size 0.99 MB 0.98 MB 1.01
Scheduling time - 1 thread 2.82 ticks (±13.56 ticks) 2.20 ticks (±10.58 ticks) 1.28
Scheduling time - 2 threads 1.98 ticks (±9.50 ticks) 1.11 ticks (±5.33 ticks) 1.78
Micro - Time for syscall (getpid) 0.50 ticks (±2.39 ticks) 0.69 ticks (±3.31 ticks) 0.72
Memcpy speed - (built_in) block size 4096 1795.98 MByte/s (±8620.69 MByte/s) 1775.57 MByte/s (±8522.73 MByte/s) 1.01
Memcpy speed - (built_in) block size 1048576 780.53 MByte/s (±3746.56 MByte/s) 752.28 MByte/s (±3610.92 MByte/s) 1.04
Memcpy speed - (built_in) block size 16777216 233.85 MByte/s (±1122.46 MByte/s) 227.28 MByte/s (±1090.92 MByte/s) 1.03
Memset speed - (built_in) block size 4096 1818.18 MByte/s (±8727.27 MByte/s) 1791.04 MByte/s (±8597.01 MByte/s) 1.02
Memset speed - (built_in) block size 1048576 998.70 MByte/s (±4793.77 MByte/s) 1013.99 MByte/s (±4867.17 MByte/s) 0.98
Memset speed - (built_in) block size 16777216 994.53 MByte/s (±4773.77 MByte/s) 1004.90 MByte/s (±4823.54 MByte/s) 0.99
Memcpy speed - (rust) block size 4096 1379.31 MByte/s (±6620.69 MByte/s) 1395.35 MByte/s (±6697.67 MByte/s) 0.99
Memcpy speed - (rust) block size 1048576 780.99 MByte/s (±3748.76 MByte/s) 782.24 MByte/s (±3754.77 MByte/s) 1.00
Memcpy speed - (rust) block size 16777216 232.84 MByte/s (±1117.61 MByte/s) 229.72 MByte/s (±1102.63 MByte/s) 1.01
Memset speed - (rust) block size 4096 1967.21 MByte/s (±9442.62 MByte/s) 1846.15 MByte/s (±8861.54 MByte/s) 1.07
Memset speed - (rust) block size 1048576 995.35 MByte/s (±4777.66 MByte/s) 1007.94 MByte/s (±4838.10 MByte/s) 0.99
Memset speed - (rust) block size 16777216 980.20 MByte/s (±4704.95 MByte/s) 1015.66 MByte/s (±4875.17 MByte/s) 0.97
alloc_benchmarks Build Time 80.27 s 81.25 s 0.99
alloc_benchmarks File Size 0.95 MB 0.94 MB 1.01
Allocations - Allocation success 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Deallocation success 1.41 % (±9.75 %) 1.40 % (±9.68 %) 1.01
Allocations - Pre-fail Allocations 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Average Allocation time 193.62 Ticks (±1341.71 Ticks) 196.65 Ticks (±1362.72 Ticks) 0.98
Allocations - Average Allocation time (no fail) 193.62 Ticks (±1341.71 Ticks) 196.65 Ticks (±1362.72 Ticks) 0.98
Allocations - Average Deallocation time 13.29 Ticks (±92.09 Ticks) 13.38 Ticks (±92.75 Ticks) 0.99
mutex_benchmark Build Time 80.43 s 80.89 s 0.99
mutex_benchmark File Size 0.99 MB 0.98 MB 1.01
Mutex Stress Test Average Time per Iteration - 1 Threads 0.24 ns (±1.66 ns) 0.24 ns (±1.66 ns) 1
Mutex Stress Test Average Time per Iteration - 2 Threads 0.26 ns (±1.80 ns) 0.28 ns (±1.94 ns) 0.93

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

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