Open
Description
I propose a new feature benchmarker
idea based on MetricsCollector #246.
In the proposal of the collector, the only responsibility was to collect metrics. This is to provide a way to access metrics not only from scenarios but also from general tools.
Therefore, the Benchmarker aims to make benchmark tests easily executable by having the Scenario
and the Collector
work together.
It would be nice if it could also work well with KEP-184:scheduler-simulation.
Relates: #167