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.5.0
pts/warsow-1.5.0
- 24 May 2014 -
test update by Fatima Sheremetyeva
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.2.0m2 (Khanino)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://warsow.net:1337/~warsow/1.5/warsow_15_unified.tar.gz</URL> <MD5>05dfc393f33725e8c40e7894fccd59e8</MD5> <SHA256>4b4715d45339bdabfc94d4385df4defac0974743061f63e6a025460ab24668d7</SHA256> <FileSize>584507931</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_15_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.0m2 (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.0m2 (Khanino)--> <PhoronixTestSuite> <TestInformation> <Title>Warsow</Title> <AppVersion>1.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.5.0</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>