Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
Mobile Neural Network
ACES DGEMM
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
Tremulous 1.1.0
pts/tremulous-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://softlayer.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0.zip, http://nchc.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0.zip, http://ovh.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0.zip</URL> <MD5>3df5f7565571fb9524656308347bce1b</MD5> <FileSize>105821907</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/tremulous-benchmark-2.zip, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/tremulous-benchmark-2.zip</URL> <MD5>34e9de994dc431ef43acc0124c05b7f3</MD5> <FileSize>413440</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o tremulous-1.1.0.zip mv tremulous tremulous_ unzip -o tremulous-benchmark-2.zip mv tremulous-benchmark.cfg tremulous_/base/ mv demos/ tremulous_/base/ echo "#!/bin/sh cd tremulous_/ ./tremulous.x86 \$@ > \$LOG_FILE 2>&1" > tremulous chmod +x tremulous
install_windows.sh
#!/bin/sh unzip -o tremulous-1.1.0.zip mv tremulous tremulous_ unzip -o tremulous-benchmark-2.zip cp tremulous-benchmark.cfg tremulous_/base/ mkdir tremulous_/base/demos cp demos/pts-demo.dm_69 tremulous_/base/demos/ echo "#!/bin/sh cd tremulous_/ tremulous.exe \$@ > \$LOG_FILE" > tremulous chmod +x tremulous
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>7526 frames, 62.8 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>Tremulous</Title> <AppVersion>1.1.0</AppVersion> <Description>Tremulous is an open-source game that uses the ioquake3 engine. Tremulous is a combination of a first-person shooter and real-time strategy.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>32bit-compatibility</ExternalDependencies> <EnvironmentSize>110</EnvironmentSize> <ProjectURL>http://www.tremulous.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+exec tremulous-benchmark +timedemo 1 +set demodone "quit" +set demoloop1 "demo pts-demo; set nextdemo vstr demodone" +vstr demoloop1</Arguments> <PostArguments>+vid_restart</PostArguments> </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>