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
Enemy Territory 1.1.0
pts/et-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>ftp://ftp.csie.ncu.edu.tw/FreeBSD/ports/distfiles/et-linux-2.60.x86.run, ftp://ftp.eenet.ee/pub/FreeBSD/distfiles/et-linux-2.60.x86.run, ftp://ftp.tw.freebsd.org/pub/ports/distfiles/et-linux-2.60.x86.run</URL> <MD5>2d2373f29f02e18d365d7f1860eee435</MD5> <FileSize>270965248</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/et-demos-1.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/et-demos-1.tar.gz</URL> <MD5>f6a91c2b2d0874010f6382d07b65fe02</MD5> <FileSize>1157402</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x et-linux-2.60.x86.run ./et-linux-2.60.x86.run --target et_ --noexec tar -zxvf et-demos-1.tar.gz mv -f pts-etconfig.cfg et_/etmain/ mkdir et_/etmain/demos/ mv -f railgun.dm_83 et_/etmain/demos/ echo "#!/bin/sh cd et_/ ./bin/Linux/x86/et.x86 \$@ > \$LOG_FILE 2>&1" > et chmod +x et
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>4923 frames, 25.0 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>Enemy Territory</Title> <AppVersion>2.60</AppVersion> <Description>Wolfenstein: Enemy Territory is a World War II era first person shooter that was released for free by Splash Damage using the id Tech 3 engine.</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>32bit-compatibility</ExternalDependencies> <EnvironmentSize>275</EnvironmentSize> <ProjectURL>http://www.idsoftware.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+exec pts-etconfig +set ui_r_mode -1 +set r_mode -1 +timedemo 1 +set demodone "quit" +set demoloop1 "demo railgun; 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>