Currently each parameter combination is used to spawn process only once.
From statistics standpoint that is not enough to draw any conclusions.
Since process pool could be larger than 1 and process itself is not guaranteed to run in a controlled environment, it would be beneficial to collect more than one datapoint for each parameter combination.
Later, these points could be used to find average value, median value and other statistics of collected metrics.
There is no way to do that in InvokeContextInterface implementation.
Currently each parameter combination is used to spawn process only once.
From statistics standpoint that is not enough to draw any conclusions.
Since process pool could be larger than 1 and process itself is not guaranteed to run in a controlled environment, it would be beneficial to collect more than one datapoint for each parameter combination.
Later, these points could be used to find average value, median value and other statistics of collected metrics.
There is no way to do that in
InvokeContextInterfaceimplementation.