Skip to content

Executor & LisaTest interface change

Created by: bjackman

The end goal of this PR is to be able to write LisaTest subclasses that generate workloads in a way that depends on target information. It contains:

"Actual" code changes..

  • Modifications to Executor to enable this
  • The key commit which adds _getTestConf and _getExperimentsConf to LisaTest And changes that illustrate how the above should be used
  • Updates to examples in notebooks
  • Updates to acceptance tests to follow the style suggested by the changes made here

I haven't "tagged" it but this PR is probably an RFC.

Merge request reports