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.3.0
pts/warsow-1.3.0
- 27 August 2011 -
Update against upstream Warsow 0.61
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.4.0m2 (Lillesand)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.zcdn.org/dl/warsow_0.61_unified.zip, http://mirror.asmirnoff.ru/rodist/warsow_0.61_unified.zip, http://ftp.wireplay.co.uk/pub/warsow/fullgame/unified/warsow_0.61_unified.zip</URL> <MD5>dd17ffccf51579e6b278624727190c01</MD5> <FileName>warsow_0.61_unified.zip</FileName> <FileSize>473053649</FileSize> <PlatformSpecific>Linux, Windows</PlatformSpecific> </Package> <Package> <URL>http://www.zcdn.org/dl/warsow_0.61_mac.zip</URL> <MD5>6bd8a32522eb1d5175601d4cce4b87f7</MD5> <FileName>warsow_0.61_mac.zip</FileName> <FileSize>471368220</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/pts-warsow-4.zip, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/pts-warsow-4.zip</URL> <MD5>2f8c620367e7389b8d6ca12b7d1f1bef</MD5> <FileName>pts-warsow-4.zip</FileName> <FileSize>310386</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o pts-warsow-4.zip case $OS_TYPE in "MacOSX") unzip -o warsow_0.61_mac.zip mkdir -p Library/Application\ Support/Warsow-0.61/basewsw/demos cp -f pts-demo.wd12 Library/Application\ Support/Warsow-0.61/basewsw/demos/ ;; *) unzip -o warsow_0.61_unified.zip chmod +x warsow_0.61_unified/warsow.* mkdir -p warsow_0.61_unified/basewsw/demos cp -f pts-demo.wd12 warsow_0.61_unified/basewsw/demos ;; esac echo "#!/bin/sh rm -f .warsow/basewsw/1.log case \$OS_TYPE in \"MacOSX\") /Volumes/Warsow\ 0.61/Warsow\ SDL.app/Contents/MacOS/Warsow\ SDL \$@ cat Library/Application\ Support/Warsow-0.61/basewsw/pts-log.log > \$LOG_FILE ;; *) cd warsow_0.61_unified/ if [ \$OS_ARCH = \"x86_64\" ] then ./warsow.x86_64 \$@ else ./warsow.i386 \$@ fi cat ~/.warsow-0.6/basewsw/pts-log.log > \$LOG_FILE ;; esac" > warsow chmod +x warsow
install_windows.sh
#!/bin/sh unzip -o pts-warsow-4.zip unzip -o warsow_0.61_unified.zip mkdir warsow_0.61_unified/basewsw/demos cp pts-demo.wd12 warsow_0.61_unified/basewsw/demos echo "#!/bin/sh cd warsow_0.61_unified/ warsow_x64.exe \$@ +set fs_usehomedir 0 mv basewsw/pts-log.log \$LOG_FILE" > warsow chmod +x warsow
post_macosx.sh
#!/bin/sh diskutil eject /Volumes/Warsow\ 0.61/
pre_macosx.sh
#!/bin/sh hdid Warsow\ 0.61.dmg
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.4.0m2 (Lillesand)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>9231 frames, 52.1 seconds: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.4.0m2 (Lillesand)--> <PhoronixTestSuite> <TestInformation> <Title>Warsow</Title> <AppVersion>0.61</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.3.0</Version> <SupportedPlatforms>MacOSX, Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>curl</ExternalDependencies> <EnvironmentSize>502</EnvironmentSize> <ProjectURL>http://www.warsow.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+logconsole pts-log +exec profiles/gfx_high.cfg +timedemo 1 +demo pts-demo +next "quit" +r_mode -1</Arguments> <PostArguments>+vid_restart</PostArguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>+vid_customwidth $VIDEO_WIDTH +vid_customheight $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>