Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
Warsow 1.5.1
pts/warsow-1.5.1
- 22 July 2014 -
Update against Warsow 1.51 game update.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.2.1 (Khanino)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://mirror.vinnymac.org/Games/Warsow/1.51/warsow_1.51_unified.tar.gz, http://download2.polytechnic.edu.na/pub4/sourceforge/w/wa/warsow.mirror/Warsow%201.51/warsow_1.51_unified.tar.gz</URL> <MD5>482e2020b5463d8503f1f9fafe0c433d</MD5> <SHA256>94510d85e4a245b5f8c0c715ae41b1d162c96e06dbfe75ccd99fffb9a76426b5</SHA256> <FileSize>601553865</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/pts-warsow-15-1.zip</URL> <MD5>d3a999f62e95d1f16f028f5b29a4ef16</MD5> <SHA256>84fc676822a050db92d92fc40a1ddd647971d8aa76e0c35e51de25711d71fa7b</SHA256> <FileSize>119957</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o pts-warsow-15-1.zip tar -xvf warsow_1.51_unified.tar.gz chmod +x warsow_15/warsow.* mkdir -p warsow_15/basewsw/demos cp -f pts1.wdz20 warsow_15/basewsw/demos echo "#!/bin/sh cd warsow_15/ if [ \$OS_ARCH = \"x86_64\" ] then ./warsow.x86_64 \$@ else ./warsow.i386 \$@ fi cat ~/.warsow-1.5/basewsw/pts-log.log > \$LOG_FILE" > warsow chmod +x warsow
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.2.1 (Khanino)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>9231 frames, 52.1 seconds: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.2.1 (Khanino)--> <PhoronixTestSuite> <TestInformation> <Title>Warsow</Title> <AppVersion>1.51</AppVersion> <Description>This is a benchmark of Warsow, a popular open-source first-person shooter. This game uses the QFusion engine.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies></ExternalDependencies> <EnvironmentSize>600</EnvironmentSize> <ProjectURL>http://www.warsow.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+logconsole pts-log +exec profiles/high+.cfg +timedemo 1 +cg_showFPS 1 +cl_maxfps 999 +cl_checkForUpdate 0 +demo pts1 +next "quit" +r_mode -1</Arguments> <PostArguments>+vid_restart</PostArguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>+vid_customwidth $VIDEO_WIDTH +vid_customheight $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>