The vast majority of processing time is going to come from reading the files, not from running the script itself. I'd personally just keep things simple and do the tests individually, since there's only 4 of them and you can more easily edit the code later if the tests are separate.