If I want a specific set of tests to be ran in a specific manner, I can change the settings I want and then save a config file. I can then load that config file each time PassMark runs. And if I want a different set, I can create a new config and load that config.
But if I wanted to give a user an option of mix and matching tests, outside of PassMark, I have to have a config file for each possible configuration. Which could potentially be hundreds of files.
I tried opening the config file to see how it's all laid out, but it looks like it's in a binary format.
Can these options be scripted out or anything? Or if it is binary, can the encoding be shared so I can convert it to text, make my changes, and then convert it back?
But if I wanted to give a user an option of mix and matching tests, outside of PassMark, I have to have a config file for each possible configuration. Which could potentially be hundreds of files.
I tried opening the config file to see how it's all laid out, but it looks like it's in a binary format.
Can these options be scripted out or anything? Or if it is binary, can the encoding be shared so I can convert it to text, make my changes, and then convert it back?
Comment