Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Hashcat
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
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 2 1.0.2
pts/cs2-1.0.2
- 13 December 2024 -
Enable on Windows.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/cs2-pts29.zip</URL> <MD5>cb172825d5510a8d0b458db763c580a2</MD5> <SHA256>fcca67ec96843b36e5474296c18feb70ae626883aa1f91634a4f78b36dbd036d</SHA256> <FileName>cs2-pts29.zip</FileName> <FileSize>7267729</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/730 unzip -o cs2-pts29.zip mv pts29.dem $DEBUG_REAL_HOME/.steam/steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/csgo echo "#!/bin/bash cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/csgo echo \"\" > Source2BenchV2.csv HOME=\$DEBUG_REAL_HOME steam -applaunch 730 \$@ sleep 15 tail -f Source2BenchV2.csv | sed '/pts29/ q' sleep 1 cat Source2BenchV2.csv >> \$LOG_FILE" > cs2 chmod +x cs2
install_windows.sh
#!/bin/sh steam steam://install/730 unzip -o cs2-pts29.zip mv pts29.dem "C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo" echo "#!/bin/sh cd \"C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\bin\win64\" rm -f ../../csgo/Source2BenchV2.csv ./cs2.exe -game csgo \$@ +con_logfile log.log cat ../../csgo/Source2BenchV2.csv >> \$LOG_FILE" > cs2 chmod +x cs2
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Tue Nov 12 00:23:10 2024,pts29.dem,, #_RESULT_#, 12.4, 79.1, 5.6, 7.2, 9.1, 10652,800,600,RGBA8888,RENDER_SYSTEM_DLL_VULKAN,110,AMD Radeon RX 580 Series (RADV POLARIS10),0x1002,0x67df,enabled,3,2,"/home/user/.steam/debian-installation/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/cs2" "/home/user/.steam/debian-installation/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/cs2" -steam +cl_showfps 1 +timedemoquit pts29 +fps_max 0 -autoconfig_level 3 -high -novid -fullscreen -vulkan -w 800 -h 600,</OutputTemplate> <LineHint>.dem</LineHint> <FileFormat>CSV</FileFormat> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>Counter-Strike 2</Title> <Description>This is a benchmark of Valve's Counter-Strike 2 game. The test profile assumes you have a Steam account, have Steam installed for the system, and that Counter-Strike 2 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.0.2</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>http://store.steampowered.com/app/730/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+cl_showfps 1 +timedemoquit pts29 +fps_max 0 -autoconfig_level 3 -high -novid -fullscreen -vulkan</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>