Is it possible to have automatically skippable entries? I'm trying to extend the capabilities of the tomb raider and csgo tests to allow for custom graphics changes through the test suite instead of relying on just profiles or manually changing the settings. It's a bit of a chore to have to go through each setting every run and I was wondering whether it would be possible to have a preset settings menu first that asks whether to test using low, medium, etc graphics like tomb raider already does plus a custom option that then continues with more menu options for each graphical setting. Essentially is it possible for a menu entry to skip all subsequent menus and run the test right away with preset values.
When creating the test I also couldn't run it using the regular run or benchmark commands. I manually created a folder using other tests as a template in test-profiles/local, and installed it, but trying to run it showed a [PROBLEM] Invalid Argument: error. Oddly, running a suite that was created using create-suite and then manually edited to point to the custom test worked. Is there anything that needs to be done to get tests to show up? I worked around it by creating a test afterwards using create-test and then manually replacing the files with the ones I had created, just wondering if I was originally missing something. Creating a test by just copy pasting a folder and editing it would be a lot easier if possible instead of the create-suite option.
And regarding the saved results: is it possible to combine multiple graphs into one? Running multiple tests with different graphical settings gives a separate chart for each. I'd like to put all the bars together into one chart to compare the fps changes different settings have, similar to how it's done for different hardware configurations (though that technically runs the same test, so I imagine that merges automatically).
I'm running v8.0.1
When creating the test I also couldn't run it using the regular run or benchmark commands. I manually created a folder using other tests as a template in test-profiles/local, and installed it, but trying to run it showed a [PROBLEM] Invalid Argument: error. Oddly, running a suite that was created using create-suite and then manually edited to point to the custom test worked. Is there anything that needs to be done to get tests to show up? I worked around it by creating a test afterwards using create-test and then manually replacing the files with the ones I had created, just wondering if I was originally missing something. Creating a test by just copy pasting a folder and editing it would be a lot easier if possible instead of the create-suite option.
And regarding the saved results: is it possible to combine multiple graphs into one? Running multiple tests with different graphical settings gives a separate chart for each. I'd like to put all the bars together into one chart to compare the fps changes different settings have, similar to how it's done for different hardware configurations (though that technically runs the same test, so I imagine that merges automatically).
I'm running v8.0.1
Comment