Skip to content
  • Noric Couderc's avatar
    8ed8f1b8
    Refactoring: Experiment takes a PapiRunner as param · 8ed8f1b8
    Noric Couderc authored
    I removed the parameters numRuns and counters from the constructor of
    PapiRunner, this parameter is passed in the specs instead and as a
    parameter of the specific functions that need it.
    
    This is so I can pass a PapiRunner without the number of runs to an
    Experiment and run it. Otherwise you might have to check the papiRunner
    has the same number of runs than the Experiment...
    8ed8f1b8
    Refactoring: Experiment takes a PapiRunner as param
    Noric Couderc authored
    I removed the parameters numRuns and counters from the constructor of
    PapiRunner, this parameter is passed in the specs instead and as a
    parameter of the specific functions that need it.
    
    This is so I can pass a PapiRunner without the number of runs to an
    Experiment and run it. Otherwise you might have to check the papiRunner
    has the same number of runs than the Experiment...
Loading