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.6.1
pts/csgo-1.6.1
- 11 September 2021 -
Update to fix FPS result parsing on latest Steam CS:GO builds.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.0--> <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 . steam-env-vars.sh cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Counter-Strike\ Global\ Offensive/ rm -rf csgo/SourceBench* rm -f UNKNOWN export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 ./csgo_linux64 -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_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
pre_linux.sh
#!/bin/bash STEAM_GAME_ID=730 GAME_BINARY=csgo_linux export HOME=$DEBUG_REAL_HOME steam steam://run/$STEAM_GAME_ID & sleep 4 GAME_PID=`pgrep $GAME_BINARY` echo '#!/bin/sh' > steam-env-vars.sh while read -d $'\0' ENV; do NAME=`echo $ENV | cut -d= -f1`; VAL=`echo $ENV | cut -d= -f2`; echo "export $NAME=\"$VAL\""; done < /proc/$GAME_PID/environ >> steam-env-vars.sh chmod +x steam-env-vars.sh kill -9 $GAME_PID
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.0--> <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.6.0--> <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.6.1</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 -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> </TestSettings> </PhoronixTestSuite>