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
TTSIOD 3D Renderer 1.3.1
pts/ttsiod-renderer-1.3.1
- 29 January 2013 -
Works on BSD.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/renderer-2.2w.tar.bz2, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/renderer-2.2w.tar.bz2</URL> <MD5>aae108fcd4b8d18277d5b2805881f1c3</MD5> <FileSize>2937906</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -jxvf renderer-2.2w.tar.bz2 cd renderer-2.2w/ ./configure make echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd renderer-2.2w/3D-Objects OMP_NUM_THREADS=\$NUM_CPU_CORES ../src/renderer \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > ttsiod-renderer chmod +x ttsiod-renderer
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Rendering 5000 frames in 67.275 seconds. (#_RESULT_# fps)</OutputTemplate> <LineHint>fps</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <TestInformation> <Title>TTSIOD 3D Renderer</Title> <AppVersion>2.2w</AppVersion> <Description>A portable GPL 3D software renderer that supports OpenMP and Intel Threading Building Blocks with many different rendering modes. This version does not use OpenGL but is entirely CPU/software based.</Description> <ResultScale>FPS</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Phong Rendering With Soft-Shadow Mapping</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.1</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, sdl-development</ExternalDependencies> <EnvironmentSize>15.0</EnvironmentSize> <ProjectURL>http://users.softlab.ntua.gr/~ttsiod/renderer.html</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-b -n 5000 statue.ply</Arguments> </Default> </TestSettings> </PhoronixTestSuite>