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
Counter-Strike: Global Offensive 1.7.2
pts/csgo-1.7.2
- 19 November 2022 -
Fix running on Linux.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/csgo-demo-10.zip</URL> <MD5>1f5678eb1a70ade908dda5ebe26320b6</MD5> <SHA256>054857c7fb4a81518db9d1e0baa12928dc3dbde493f73346063dfb003b5eb306</SHA256> <FileName>csgo-demo-10.zip</FileName> <FileSize>2654688</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/730 unzip -o csgo-demo-10.zip mv pts10.dem $DEBUG_REAL_HOME/.steam/steam/steamapps/common/Counter-Strike\ Global\ Offensive/csgo echo "#!/bin/bash cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Counter-Strike\ Global\ Offensive/ rm -rf csgo/SourceBench* rm -f UNKNOWN rm -f csgo/UNKNOWN rm -f csgo/log.log HOME=\$DEBUG_REAL_HOME steam -applaunch 730 \$@ +con_logfile log.log # CSGO with Vulkan at least sometimes is hanging on exit... sleep 15 tail -f csgo/log.log | sed '/Host_Shutdown/ q' sleep 1 killall -9 csgo_linux64 cat csgo/log.log* > \$LOG_FILE cat csgo/SourceBench* >> \$LOG_FILE cat csgo/UNKNOWN >> \$LOG_FILE" > csgo chmod +x csgo
install_macosx.sh
#!/bin/sh # steam steam://install/730 unzip -o csgo-demo-10.zip mv pts10.dem $DEBUG_REAL_HOME/Library/Application\ Support/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/csgo/ echo "#!/bin/sh cd \$DEBUG_REAL_HOME/Library/Application\ Support/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/ rm -rf csgo/SourceBench* rm -f UNKNOWN HOME=\$DEBUG_REAL_HOME ./csgo.sh -game csgo \$@ +con_logfile log.log cat csgo/log.log* > \$LOG_FILE cat csgo/SourceBench* >> \$LOG_FILE cat csgo/UNKNOWN >> \$LOG_FILE" > csgo chmod +x csgo
install_windows.sh
#!/bin/sh steam steam://install/730 unzip -o csgo-demo-10.zip mv pts10.dem "C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo" echo "#!/bin/sh cd \"C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\" rm -rf csgo/SourceBench* rm -f UNKNOWN ./csgo.exe -game csgo \$@ +con_logfile log.log cat csgo/log.log* > \$LOG_FILE cat csgo/SourceBench* >> \$LOG_FILE cat csgo/UNKNOWN >> \$LOG_FILE" > csgo chmod +x csgo
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>pts10.dem UNKNOWN #_RESULT_# </OutputTemplate> <LineHint>.dem</LineHint> <FileFormat>CSV</FileFormat> </ResultsParser> <ResultsParser> <OutputTemplate>5393 frames 15.102 seconds #_RESULT_# fps ( 2.80 ms/f) 49.225 fps variability</OutputTemplate> <LineHint>fps (</LineHint> </ResultsParser> <ExtraData> <Identifier>valve-source-frame-times</Identifier> </ExtraData> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Counter-Strike: Global Offensive</Title> <Description>This is a benchmark of Valve's Counter-Strike: Global Offensive game. The test profile assumes you have a Steam account, have Steam installed for the system, and that Counter-Strike: Global Offensive is already 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.7.2</Version> <SupportedPlatforms>Linux, MacOSX, 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>http://store.steampowered.com/app/730/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+cl_showfps 1 +timedemoquit pts10 +fps_max 0 -novid -fullscreen</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-w $VIDEO_WIDTH -h $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Renderer</DisplayName> <Identifier>renderer</Identifier> <Menu> <Entry> <Name>OpenGL</Name> <Value>-gl</Value> </Entry> <Entry> <Name>Vulkan</Name> <Value>-vulkan</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>