dplyukhin / UIGC

A garbage collector for Akka actors!
Other
4 stars 2 forks source link

Random Graphs Benchmark #17

Closed dplyukhin closed 4 years ago

dplyukhin commented 4 years ago

To evaluate the performance of our GC, we need a benchmark that randomly spawns lots of actors and creates lots of actor garbage. The first step is to create a BenchmarkActor behavior with the following API:

Private fields:

Message API:

Methods:

We need to create a benchmark actor for both akka-gc and regular akka. Adding randomness will be a separate issue.