Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Hashcat
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
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
World of Padman 1.1.0
pts/padman-1.1.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://thilo.kickchat.com/download/worldofpadman.run, ftp://ftp.snt.utwente.nl/pub/games/worldofpadman/linux/worldofpadman.run, ftp://ftp.bm.kernel.org/pub/mirrors/gentoo/source/distfiles/worldofpadman.run</URL> <MD5>c7650414d7865ddac26ada6b3f7b8cc9</MD5> <FileSize>576952895</FileSize> </Package> <Package> <URL>ftp://ftp.kickchat.com/wop/wop_patch_1_2.run, ftp://ftp.snt.utwente.nl/pub/games/worldofpadman/linux/wop_patch_1_2.run</URL> <MD5>3468fc91889795471bc68e35ea334614</MD5> <FileSize>72187892</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/wop-benchmark-1.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/wop-benchmark-1.tar.gz</URL> <MD5>8a7f8a1dd3b23d0b2147e7af3c8e146e</MD5> <FileSize>799842</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x worldofpadman.run chmod +x wop_patch_1_2.run ./worldofpadman.run --noexec --target wop11 ./wop_patch_1_2.run --noexec --target wop12patch mkdir wop-install/ mkdir wop-install/wop/ cd wop11/ tar -xf wop-data.tar mv *.cfg ../wop-install/wop/ mv *.pk3 ../wop-install/wop/ cd .. cd wop12patch/ mv bin/Linux/x86/WoP ../wop-install/WoP32 mv bin/Linux/x86_64/WoP ../wop-install/WoP64 tar -xf wop-engine.i386.tar tar -xf wop-engine.x86_64.tar mv wop-engine.i386 ../wop-install mv wop-engine.x86_64 ../wop-install tar -xf wop-data-1.2.tar mv *.pk3 ../wop-install/wop/ cd .. rm -rf wop11/ rm -rf wop12patch/ tar -zxvf wop-benchmark-1.tar.gz mkdir ~/.WoPadman/ mkdir ~/.WoPadman/wop/ mv wop_config.cfg ~/.WoPadman/wop/ mv demos/ ~/.WoPadman/wop/ echo "#!/bin/sh cd wop-install/ case \$OS_ARCH in \"x86_64\" ) ./WoP64 \$@ > \$LOG_FILE 2>&1 ;; * ) ./WoP32 \$@ > \$LOG_FILE 2>&1 ;; esac" > padman chmod +x padman
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>5850 frames 61.7 seconds #_RESULT_# fps 2.0/10.6/151.0/4.2 ms</OutputTemplate> <LineHint>fps</LineHint> </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>World of Padman</Title> <AppVersion>1.2</AppVersion> <Description>World of Padman is an open-source game using the ioquake3 engine. What makes this game different from other first-person shooters is that it's a cartoon-style action game.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>sdl-development</ExternalDependencies> <EnvironmentSize>612</EnvironmentSize> <ProjectURL>http://www.worldofpadman.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+timedemo 1 +set demodone "quit" +set demoloop1 "demo pts; set nextdemo vstr demodone" +vstr demoloop1</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>+set r_customwidth $VIDEO_WIDTH +set r_customheight $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>