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.6.0
pts/ttsiod-renderer-1.6.0
- 02 November 2015 -
Update against latest upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/renderer-2.3a.zip</URL> <MD5>17a8b28bb4cc1fa2c910063ecafbba58</MD5> <SHA256>74358c72601026827337a5fd636dc5a6adc4de47c23c4346fdfcc707b6a2bf02</SHA256> <FileSize>4800046</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o renderer-2.3a.zip cd renderer-2.3a/ ./configure make echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd renderer-2.3a/3D-Objects OMP_NUM_THREADS=\$NUM_CPU_CORES SDL_VIDEODRIVER=dummy ../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 v6.0.0m4--> <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 v6.0.0m4--> <PhoronixTestSuite> <TestInformation> <Title>TTSIOD 3D Renderer</Title> <AppVersion>2.3a</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.6.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>36.2</EnvironmentSize> <ProjectURL>https://github.com/ttsiodras/renderer</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-b -n 5000 statue.ply</Arguments> </Default> </TestSettings> </PhoronixTestSuite>