Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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.4.0
pts/ttsiod-renderer-1.4.0
- 29 January 2013 -
Update against upstream renderer 2.2z.
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.2z.tar.bz2</URL> <MD5>510df5f57cffc70ab94c7043b24a017e</MD5> <FileSize>2930210</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -jxvf renderer-2.2z.tar.bz2 cd renderer-2.2z/ ./configure make echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd renderer-2.2z/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.2z</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.4.0</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>