Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
Mobile Neural Network
ACES DGEMM
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
F1 22 1.0.1
pts/f122-1.0.1
- 25 December 2022 -
Initial Windows support...
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/f1-2022-prefs-1.zip</URL> <MD5>d013f0fa6c1557281287239fa3a5c15c</MD5> <SHA256>d91caaaea749081914c9cfdb9ba0e4407f22d0084a07ce4e95f04adb35413bd9</SHA256> <FileName>f1-2022-prefs-1.zip</FileName> <FileSize>6748</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which steam>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: Steam is not found on the system! This test profile needs a working Steam installation in the PATH" echo 2 > ~/install-exit-status fi HOME=$DEBUG_REAL_HOME steam steam://install/1692250 # This is needed since the game relies upon GPU settings contingent upon the deviceID in their XML file echo "dxgi.customDeviceId = 73BF dxgi.customVendorId = 1002 " > $DEBUG_REAL_HOME/.steam/steam/steamapps/common/F1\ 22/dxvk.conf unzip -o f1-2022-prefs-1.zip cp -f *.xml $DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/1692250/pfx/drive_c/users/steamuser/My\ Documents/My\ Games/F1\ 22/hardwaresettings echo "#!/bin/bash rm -f \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/1692250/pfx/drive_c/users/steamuser/My\ Documents/My\ Games/F1\ 22/benchmark/*.csv rm -f \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/1692250/pfx/drive_c/users/steamuser/My\ Documents/My\ Games/F1\ 22/benchmark/*.xml cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/1692250/pfx/drive_c/users/steamuser/My\ Documents/My\ Games/F1\ 22/hardwaresettings cp -f \$3 hardware_settings_config.xml sed -ie \"s/1920/\$1/g\" hardware_settings_config.xml sed -ie \"s/1080/\$2/g\" hardware_settings_config.xml # Without the CPU string matching, settings fail to apply THIS_CPU=\`cat /proc/cpuinfo | grep \"model name\" | cut -d \":\" -f2 | tail -n1 | xargs\` sed -ie \"s/AMD Ryzen 9 7950X 16-Core Processor/\$THIS_CPU/g\" hardware_settings_config.xml HOME=\$DEBUG_REAL_HOME steam -applaunch 1692250 -benchmark example_benchmark.xml sleep 30 while pgrep -x \"F1_22.exe\" > /dev/null; do sleep 2 done sleep 2 cat \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/1692250/pfx/drive_c/users/steamuser/My\ Documents/My\ Games/F1\ 22/benchmark/*.xml | grep results | sed \"s/\\\"/ /g\" > \$LOG_FILE cat \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/1692250/pfx/drive_c/users/steamuser/My\ Documents/My\ Games/F1\ 22/benchmark/*.csv >> \$LOG_FILE" > f122 chmod +x f122
install_windows.sh
#!/bin/sh USERNAME=`basename $DEBUG_REAL_HOME` unzip -o f1-2022-prefs-1.zip cp -f *.xml /cygdrive/c/Users/$USERNAME/Documents/My\ Games/F1\ 22/hardwaresettings echo "#!/bin/bash rm -f /cygdrive/c/Users/$USERNAME/Documents/My\ Games/F1\ 22/benchmark/*.csv rm -f /cygdrive/c/Users/$USERNAME/Documents/My\ Games/F1\ 22/benchmark/*.xml cd /cygdrive/c/Users/$USERNAME/Documents/My\ Games/F1\ 22/hardwaresettings cp -f \$3 hardware_settings_config.xml sed -ie \"s/1920/\$1/g\" hardware_settings_config.xml sed -ie \"s/1080/\$2/g\" hardware_settings_config.xml CPU_STR=`powershell -NoProfile "Get-WmiObject -Class Win32_Processor | Select-Object -Property Name -ExpandProperty Name" | xargs` sed -i \"s/73BF/\$GPU_DEVICE_ID/g\" hardware_settings_config.xml sed -i \"s/AMD Ryzen 9 7950X 16-Core Processor/\$CPU_STR/g\" hardware_settings_config.xml HOME=\$DEBUG_REAL_HOME /cygdrive/c/Program\ Files\ \(x86\)/Steam/steam.exe -applaunch 1692250 -benchmark example_benchmark.xml sleep 30 until [ -e /cygdrive/c/Users/$USERNAME/Documents/My\ Games/F1\ 22/benchmark/*.xml ] do sleep 5 done cat /cygdrive/c/Users/$USERNAME/Documents/My\ Games/F1\ 22/benchmark/*.xml | grep results | sed \"s/\\\"/ /g\" > \$LOG_FILE cat /cygdrive/c/Users/$USERNAME/Documents/My\ Games/F1\ 22/benchmark/*.csv >> \$LOG_FILE" > f122 chmod +x f122
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> results samples= 6934 total_time= 90 min_fps= #_MIN_RESULT_# max_fps= #_MAX_RESULT_# min_frame_time_ms= 10.615730 max_frame_time_ms= 17.337458 avg_fps= #_RESULT_# avg_frame_time_ms= 13.126434 /></OutputTemplate> <LineHint>results </LineHint> </ResultsParser> <ExtraData> <Identifier>csv-f1-frame-times</Identifier> </ExtraData> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>F1 22</Title> <Description>This is a benchmark of F1 22 (2022) running under Steam Play (Proton) on Linux. The test profile assumes you have a Steam account, have Steam installed for the system, and that the game is already purchased/installed. This automates the process of executing the game and using a standardized time demo.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>This test will attempt to install the necessary game using your Steam account. If the test appears hung you may need to manually exit the Steam client.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Retail</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>steam</ExternalDependencies> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>4</EnvironmentSize> <ProjectURL>https://store.steampowered.com/app/1692250/F1_22/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>$VIDEO_WIDTH $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Graphics Preset</DisplayName> <Identifier>graphics-preset</Identifier> <Menu> <Entry> <Name>Low</Name> <Value>hardware_settings_low.xml</Value> </Entry> <Entry> <Name>Medium</Name> <Value>hardware_settings_medium.xml</Value> </Entry> <Entry> <Name>High</Name> <Value>hardware_settings_high.xml</Value> </Entry> <Entry> <Name>Ultra High</Name> <Value>hardware_settings_ultrahigh.xml</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>