PolyProcessInterface / ppi

2 stars 2 forks source link

Configurable number of executions #72

Closed n-peugnet closed 3 years ago

n-peugnet commented 4 years ago

Currently, for tests purposes, the number of executions for Peersim is fixed to 2 and it is not configurable. This should be a parameter. We have 2 options:

  1. we keep this as a Peersim only parameter and then we just have to include it in #33
  2. we make a generic Ppi parameter that will apply to all platforms.

As of now I think option 1 makes a little bit more sense.