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 Source 1.0.1
pts/cstrike-1.0.1
- 30 March 2014 -
Try using Steam browser protocol to auto-install cstrike.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0 (Plavsk)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/pts-cstrike-1.zip</URL> <MD5>79791e59eed8d9a2e82999764858870a</MD5> <SHA256>b98e7a19810f934b67bd9c2d83d9527735a42ebb8019663b13c7a91083ac6ac3</SHA256> <FileSize>739204</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/240 echo $? > ~/install-exit-status unzip -o pts-cstrike-1.zip mv pts-cstrike-1.dem $DEBUG_REAL_HOME/.steam/root/SteamApps/common/Counter-Strike\ Source/cstrike echo "#!/bin/sh cd \$DEBUG_REAL_HOME/.steam/root/SteamApps/common/Counter-Strike\ Source LD_LIBRARY_PATH=\$DEBUG_REAL_HOME/.local/share/Steam/SteamApps/common/Counter-Strike\ Source/bin:\$DEBUG_REAL_HOME/.local/share/Steam/ubuntu12_32:\$DEBUG_REAL_HOME/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu:\$DEBUG_REAL_HOME/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib:\$DEBUG_REAL_HOME/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu:\$DEBUG_REAL_HOME/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib:\$DEBUG_REAL_HOME/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu:\$DEBUG_REAL_HOME/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib:\$DEBUG_REAL_HOME/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu:\$DEBUG_REAL_HOME/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib:/usr/lib32:\$DEBUG_REAL_HOME/.local/share/Steam/ubuntu12_32:\$DEBUG_REAL_HOME/.local/share/Steam/ubuntu12_64:\$DEBUG_REAL_HOME/.local/share/Steam/SteamApps/common/Counter-Strike\ Source:\$DEBUG_REAL_HOME/.local/share/Steam/SteamApps/common/Counter-Strike\ Source/bin ./hl2_linux -game cstrike +con_logfile \$LOG_FILE +cl_showfps 1 +timedemoquit pts-cstrike-1 -novid -fullscreen \$@" > cstrike chmod +x cstrike
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0 (Plavsk)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>2620 frames 100.788 seconds #_RESULT_# fps (38.47 ms/f) 15.329 fps variability </OutputTemplate> <LineHint>fps</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0 (Plavsk)--> <PhoronixTestSuite> <TestInformation> <Title>Counter-Strike Source</Title> <Description>This is a benchmark of Valve's Counter-Strike: Source game. The test profile assumes you have a Steam account, have Steam installed for the system, and that Counter-Strike: Source 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.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Unverified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>http://store.steampowered.com/app/240/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-w $VIDEO_WIDTH -h $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>