Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Llama.cpp
Timed Linux Kernel Compilation
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
FLAC Audio Encoding
FluidX3D
QMCPACK
Liquid-DSP
Llama.cpp
srsRAN Project
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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.6.0
pts/warsow-1.6.0
- 01 January 2021 -
Update against Warsow 2.5 Beta... Long overdue.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://warsow.net/warsow-2.5beta.zip, http://people.cs.uchicago.edu/~kauffman/warsow/warsow-2.5beta.zip</URL> <MD5>14501102b945e53461c0c72065a876f7</MD5> <SHA256>e902752af211780fa9897158a9294199ffdb73b7c7d465331c0eaeab7e7a81b5</SHA256> <FileName>warsow-2.5beta.zip</FileName> <FileSize>596478975</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/warsow25-pts11.zip</URL> <MD5>9112b158b467e7627360b1a8dd638b59</MD5> <SHA256>3e30002dc38537def4f19312890ecd16174a45a80fbf71f6ce8dfb4264dee200</SHA256> <FileName>warsow25-pts11.zip</FileName> <FileSize>132246</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o warsow25-pts11.zip unzip -o warsow-2.5beta.zip chmod +x warsow_25_beta/warsow.* mkdir -p warsow_25_beta/basewsw/demos cp -f pts11.wdz25 warsow_25_beta/basewsw/demos echo "#!/bin/sh cd warsow_25_beta/ if [ \$OS_ARCH = \"x86_64\" ] then ./warsow.x86_64 \$@ > \$LOG_FILE else ./warsow \$@ > \$LOG_FILE fi " > warsow chmod +x warsow
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>48.9 seconds: #_RESULT_# mean fps</OutputTemplate> <LineHint>mean fps</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m3--> <PhoronixTestSuite> <TestInformation> <Title>Warsow</Title> <AppVersion>2.5 Beta</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.6.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <RequiresDisplay>TRUE</RequiresDisplay> <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 0 +cl_maxfps 999 +cl_checkForUpdate 0 +demo pts11 +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_width $VIDEO_WIDTH +vid_height $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>