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.4.1
pts/warsow-1.4.1
- 29 July 2012 -
Update test settings to make Warsow more GPU intensive.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0 (Suldal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://funpark.warsow-esport.net/~warsow/1.0/warsow_1.0_unified.tar.gz, http://zcdn.org/dl/1.0/warsow_1.0_unified.tar.gz, http://www.warsow.net:1337/~warsow/1.0/warsow_1.0_unified.tar.gz, http://wsw.null.so/warsow_1.0_unified.tar.gz</URL> <MD5>92fd62c4bbd1324605bd004da9472b9f</MD5> <FileName>warsow_1.0_unified.tar.gz</FileName> <FileSize>518459004</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://funpark.warsow-esport.net/~warsow/1.0/warsow_1.0_mac.zip, http://www.warsow.net:1337/~warsow/1.0/warsow_1.0_mac.zip</URL> <MD5>7bd57134d0f59dd2eb8b088525440ccb</MD5> <FileName>warsow_1.0_mac.zip</FileName> <FileSize>515514626</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/pts-warsow-10-1.zip, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/pts-warsow-10-1.zip</URL> <MD5>3e51984b4dba4037faf179155a7c90ac</MD5> <FileName>pts-warsow-10-1.zip</FileName> <FileSize>186271</FileSize> </Package> <Package> <URL>http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/delegates/libpng-1.5.11.tar.gz, http://hivelocity.dl.sourceforge.net/project/libpng/libpng15/older-releases/1.5.11/libpng-1.5.11.tar.gz, http://iweb.dl.sourceforge.net/project/libpng/libpng15/older-releases/1.5.11/libpng-1.5.11.tar.gz</URL> <MD5>7373f65ca1407ce9910d634e527e8959</MD5> <FileName>libpng-1.5.11.tar.gz</FileName> <FileSize>1061614</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o pts-warsow-10-1.zip case $OS_TYPE in "MacOSX") unzip -o warsow_1.0_mac.zip mkdir -p Library/Application\ Support/Warsow-1.0/basewsw/demos cp -f pts-demo10.wd15 Library/Application\ Support/Warsow-1.0/basewsw/demos ;; *) mkdir $HOME/extra-libs tar -xvf libpng-1.5.11.tar.gz cd libpng-1.5.11/ ./configure --prefix=$HOME/extra-libs make make install cd $HOME tar -xvf warsow_1.0_unified.tar.gz chmod +x warsow_1.0/warsow.* mkdir -p warsow_1.0/basewsw/demos cp -f pts-demo10.wd15 warsow_1.0/basewsw/demos ;; esac echo "#!/bin/sh case \$OS_TYPE in \"MacOSX\") /Volumes/Warsow\ 1.0/Warsow\ SDL.app/Contents/MacOS/Warsow\ SDL \$@ cat Library/Application\ Support/Warsow-1.0/basewsw/pts-log.log > \$LOG_FILE ;; *) cd warsow_1.0/ export LD_LIBRARY_PATH=\$HOME/extra-libs/lib:\$LD_LIBRARY_PATH if [ \$OS_ARCH = \"x86_64\" ] then ./warsow.x86_64 \$@ else ./warsow.i386 \$@ fi cat ~/.warsow-1.0/basewsw/pts-log.log > \$LOG_FILE ;; esac" > warsow chmod +x warsow
post_macosx.sh
#!/bin/sh diskutil eject /Volumes/Warsow\ 1.0/
pre_macosx.sh
#!/bin/sh hdid warsow_1.0_mac.dmg
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0 (Suldal)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>9231 frames, 52.1 seconds: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0 (Suldal)--> <PhoronixTestSuite> <TestInformation> <Title>Warsow</Title> <AppVersion>1.0</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.4.1</Version> <SupportedPlatforms>MacOSX, Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>curl, build-utilities</ExternalDependencies> <EnvironmentSize>502</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 pts-demo10 +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>