Skip to content

ConorWilliams/runtime-benchmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runtime_benchmarks

Benchmarks to compare the performance of async runtimes / fork-join frameworks.

Currently only contains 3 frameworks:

And 2 benchmarks:

  • skynet (as originally described here)
  • recursive/parallel fibonacci

Current Benchmark Results:

Runtime TooManyCooks libfork concurrencpp
Mean Ratio to Best
(lower is better)
1.16x 1.29x 134.33x
fib(35) 25219 us 33416 us 2828353 us
fib(40) 160893 us 204698 us 29931094 us
fib(45) 1712947 us 2177882 us 326018179 us
skynet (first run) 4299 us 2372 us 142357 us
skynet (last run) 1199 us 1909 us 147620 us

Benchmark configuration:

  • Processor: EPYC 7742 64-core processor
  • Worker Thread Count: 64 (no SMT)
  • OS: Debian 12 Server
  • Compiler: Clang 18.1.2 Release (-O3 -march=native)
  • CPU boost enabled / schedutil governor
  • Linked against libtcmalloc_minimal.so.4

Frameworks to come:

Benchmarks to come:

  • Lots of good inspiration here

About

Benchmarks to compare the performance of async runtimes / fork-join frameworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CMake 52.7%
  • C++ 40.5%
  • Python 6.5%
  • Shell 0.3%