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
Tesseract 1.0.0
pts/tesseract-1.0.0
- 13 May 2014 -
Initial commit of Tesseract game benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.2.0m1 (Khanino)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://download.tuxfamily.org/tesseract/tesseract_2014_05_11_first_edition_linux.tar.xz</URL> <MD5>daccb52277326eaad0ea8cfdfb523447</MD5> <SHA256>5cbd8630220ea2a8911e96fa9b466bde9263afe30665ea3d0ca507f7fe47a49e</SHA256> <FileSize>248071104</FileSize> </Package> <Package> <URL>http://tesseract.gg/tess_bench.tar.gz</URL> <MD5>625ef3365659adee2739a58742c2b7c1</MD5> <SHA256>0311d396d6135c0a91870d482c9865ee619754d1d6f4ab02016b7139fb7fdbbf</SHA256> <FileSize>50757</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xJf tesseract_2014_05_11_first_edition_linux.tar.xz tar -xf tess_bench.tar.gz mv bench.so tesseract mv bench.dmo tesseract mv tesseract tesseract_game echo "#!/bin/sh cd tesseract_game/ rm ~/.tesseract/config/saved.cfg ./tesseract_unix -x'benchsamples = 0; benchfps = 0; getbenchsample = [benchsamples = (+f \$benchsamples 1); benchfps = (+f \$benchfps (getfps 1)); sleep 100 [getbenchsample]]; mapstart = [sleep 1 [follow 0]; sleep 100 [getbenchsample]]; demoend = [echo FPS: (divf \$benchfps \$benchsamples); mapstart = ""; demoend = ""; quit]; demo bench' \$@ > \$LOG_FILE 2>&1" > tesseract chmod +x tesseract
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.2.0m1 (Khanino)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>FPS: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.2.0m1 (Khanino)--> <PhoronixTestSuite> <TestInformation> <Title>Tesseract</Title> <AppVersion>2014-05-11</AppVersion> <Description>Tesseract is a fork of Cube 2 Sauerbraten with numerous graphics and game-play improvements. Tesseract has been in development since 2012 while its first release happened in May of 2014.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>sdl2-development</ExternalDependencies> <EnvironmentSize>284</EnvironmentSize> <ProjectURL>http://tesseract.gg/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-v0</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-w$VIDEO_WIDTH -h$VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>