Skip to content

Files

Latest commit

dc80572 · Sep 2, 2024

History

History
28 lines (20 loc) · 1.63 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.63 KB

Gitbook Documentation MIT license Telegram Community Twitter Reddit

Benchmarks of the Ergo Framework 3.0 (and above)

The tests below are performed on the laptop Macbook Air M3 (2024)

Ping

Performs 4 scenarios:

  • 1 process spawns 'pong'-process locally and sends 3M messages
  • N processes spawn 'pong'-process locally and send 1M messages (N = number of CPU)
  • 1 process spawns 'pong'-process on a remote node and sends 3M messages
  • N processes spawn 'pong'-process on a remote node and send 1M messages (N = number of CPU)

image

Memory usage (per process)

Performs the following scenario:

  • Takes node information that includes memory usage value.
  • Starts 1M processes
  • Takes node information 3 times with 1s intervals to make sure the GC has freed unused memory

image