Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Llama.cpp
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
Recently Updated Tests
NeatBench
OpenRadioss
QuantLib
GROMACS
AOM AV1
FLAC Audio Encoding
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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.1
pts/csgo-1.7.1
- 09 July 2022 -
Increase sleep timeout in pre script so it is more reliable.
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 . steam-env-vars.sh 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 export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 ./csgo_linux64 -game csgo \$@ +con_logfile log.log & # CSGO with Vulkan at least sometimes is hanging on exit... sleep 10 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
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 9 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.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.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 +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>