Introduce a performance test harness for the default replication worker to make it easy for devs to test effect of changes on platform throughput.
The current set up is designed to be run manually. In the future, we can look into integrating this report into our build pipelines. For now, this is good enough as I wanted to start somewhere.
The general idea is to use JMH to run the test n number of times (currently 4 times). The dev can then look at logs to see throughput and how it varies.
As of this PR, we see general platform throughput of ~ 20 - 25 MB/s.