Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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
Cyberpunk 2077 1.0.1
pts/cyberpunk2077-1.0.1
- 25 December 2022 -
Enable on Windows.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/cyperpunk2077-settings-1.zip</URL> <MD5>a49b71c4dfacc5ecf3f9b0f96baf17f0</MD5> <SHA256>787f41e2538ead699b95e61a63c21fdbbdb60e434f95aec5ee212119a2e36193</SHA256> <FileName>cyperpunk2077-settings-1.zip</FileName> <FileSize>20987</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/1091500 mkdir -p $DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/1091500/pfx/drive_c/users/steamuser/AppData/Local/CD\ Projekt\ Red/Cyberpunk\ 2077 unzip -o cyperpunk2077-settings-1.zip echo "#!/bin/bash rm -f \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/1091500/pfx/drive_c/users/steamuser/Documents/CD\ Projekt\ Red/Cyberpunk\ 2077/benchmarkResults/*/* cp -f UserSettings_\${3}.json \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/1091500/pfx/drive_c/users/steamuser/AppData/Local/CD\ Projekt\ Red/Cyberpunk\ 2077/UserSettings.json sed -i \"s/3840x2160/\${1}x\${2}/g\" \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/1091500/pfx/drive_c/users/steamuser/AppData/Local/CD\ Projekt\ Red/Cyberpunk\ 2077/UserSettings.json HOME=\$DEBUG_REAL_HOME steam -applaunch 1091500 --launcher-skip -benchmark -skipStartScreen sleep 50 while pgrep -x \"GameThread\" > /dev/null; do sleep 2 done sleep 3 cat \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/1091500/pfx/drive_c/users/steamuser/Documents/CD\ Projekt\ Red/Cyberpunk\ 2077/benchmarkResults/*/summary.json > \$LOG_FILE" > cyberpunk2077 chmod +x cyberpunk2077
install_windows.sh
#!/bin/sh mkdir -p "$DEBUG_REAL_HOME\AppData\Local\CD Projekt Red\Cyberpunk 2077" unzip -o cyperpunk2077-settings-1.zip echo "#!/bin/bash rm -f /cygdrive/c/Users/*/Documents/CD\ Projekt\ Red/Cyberpunk\ 2077/benchmarkResults/*/* cp -f UserSettings_\${3}.json \"\$DEBUG_REAL_HOME\AppData\Local\CD Projekt Red\Cyberpunk 2077\UserSettings.json\" sed -i \"s/3840x2160/\${1}x\${2}/g\" \"\$DEBUG_REAL_HOME\AppData\Local\CD Projekt Red\Cyberpunk 2077\UserSettings.json\" HOME=\$DEBUG_REAL_HOME /cygdrive/c/Program\ Files\ \(x86\)/Steam/steamapps/common/Cyberpunk\ 2077/bin/x64/Cyberpunk2077.exe --launcher-skip -benchmark -skipStartScreen sleep 1 cat /cygdrive/c/Users/*/Documents/CD\ Projekt\ Red/Cyberpunk\ 2077/benchmarkResults/*/summary.json > \$LOG_FILE" > cyberpunk2077 chmod +x cyberpunk2077
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> "averageFps": #_RESULT_# "minFps": #_MIN_RESULT_# "maxFps": #_MAX_RESULT_#</OutputTemplate> <StripFromResult>,</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Cyberpunk 2077</Title> <Description>This is a benchmark of Cyberpunk 2077 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 scene.</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/agecheck/app/1091500/</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 Setting</DisplayName> <Identifier>graphics-setting</Identifier> <Menu> <Entry> <Name>Low</Name> <Value>low</Value> </Entry> <Entry> <Name>Medium</Name> <Value>medium</Value> </Entry> <Entry> <Name>High</Name> <Value>high</Value> </Entry> <Entry> <Name>Ultra</Name> <Value>ultra</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>