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
Warsow 1.2.0
pts/warsow-1.2.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.derchris.eu/warsow/warsow_0.5_unified.zip, http://static.warsow.net/release/warsow_0.5_unified.zip, http://weseo.de/downloads/warsow_0.5_unified.zip</URL> <MD5>d0cb961256bbc1b93bf240b8bcf8eff5</MD5> <FileSize>256768515</FileSize> <PlatformSpecific>Linux, Windows</PlatformSpecific> </Package> <Package> <URL>http://warsow.hangy.de/warsow_0.5_mac_intel.zip, http://static.warsow.net/release/warsow_0.5_mac_intel.zip</URL> <MD5>6bd8a32522eb1d5175601d4cce4b87f7</MD5> <FileSize>253719530</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/pts-warsow-3.zip, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/pts-warsow-3.zip</URL> <MD5>5275a7c57d3f190ffb2bdab1348e7461</MD5> <FileSize>139853</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o pts-warsow-3.zip case $OS_TYPE in "MacOSX") unzip -o warsow_0.5_mac_intel.zip mkdir -p Library/Application\ Support/Warsow-0.5/basewsw/demos cp -f pts-bardu.wd11 Library/Application\ Support/Warsow-0.5/basewsw/demos/ cp -f pts-warsow.cfg Library/Application\ Support/Warsow-0.5/basewsw/ ;; *) unzip -o warsow_0.5_unified.zip mkdir -p basewsw/demos cp -f pts-bardu.wd11 basewsw/demos cp -f pts-warsow.cfg basewsw/ ;; esac echo "#!/bin/sh rm -f .warsow/basewsw/1.log case \$OS_TYPE in \"MacOSX\") /Volumes/Warsow\ 0.5/Warsow\ SDL.app/Contents/MacOS/Warsow\ SDL \$@ cat Library/Application\ Support/Warsow-0.5/basewsw/pts-log.log > \$LOG_FILE ;; *) if [ \$OS_ARCH = \"x86_64\" ] then ./warsow.x86_64 \$@ else ./warsow.i386 \$@ fi cat ~/.warsow-0.5/basewsw/pts-log.log > \$LOG_FILE ;; esac" > warsow chmod +x warsow
install_windows.sh
#!/bin/sh unzip -o pts-warsow-3.zip unzip -o warsow_0.5_unified.zip mkdir basewsw/demos cp pts-bardu.wd11 basewsw/demos cp pts-warsow.cfg basewsw/ echo "#!/bin/sh 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.5/
pre_macosx.sh
#!/bin/sh hdid Warsow\ 0.5.dmg
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>9231 frames, 52.1 seconds: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>Warsow</Title> <AppVersion>0.5</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.2.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 pts-warsow.cfg +timedemo 1 +demo pts-bardu +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>