The options I'm talking about are in %localappdata%\FactoryGame\Saved\Config\WindowsNoEditor\GameUserSettings.ini
The options are:
LastCPUBenchmarkResult=-1.000000
LastGPUBenchmarkResult=-1.000000
LastGPUBenchmarkMultiplier=1.000000
By default they are all set to -1.0 except for the benchmark multiplier. And from the unreal engine api it looks like -1 is saying that a benchmark has never been run. It looks like these are just the resulting scores from the benchmarks. Is there a way to benchmark?