Use the matrix tool to run the Pints performance matrix
When cloning, make sure to add the --recusive switch so you clone the Pints
submodule, i.e.
$ git clone --recursive https://github.com/pints-team/performance-testingAfter cloning, install the requirements. Note that this will try to install the Pints submodule, so if you have already installed Pints on your system you should do this in a separate virtualenv or conda environment.
$ cd performance-testing
$ pip install -r requirements.txtPlease see the help for the matrix tool
$ ./matrix -h