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
Tachyon 1.1.3
pts/tachyon-1.1.3
- 19 February 2020 -
Build update.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/tachyon-0.98.9.tar.gz</URL> <MD5>eb39e10bb37bccc949b45b8fc28dabd7</MD5> <SHA256>c6a3298ded4dc3e9390447819e1dac59b62c3d2d46d4154312ffe71549ee40d7</SHA256> <FileName>tachyon-0.98.9.tar.gz</FileName> <FileSize>3273086</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf tachyon-0.98.9.tar.gz cd tachyon/unix/ if [ $OS_TYPE = "MacOSX" ] then make macosx-x86-thr cd .. ln -s compile/macosx-x86-thr/tachyon tachyon else make linux-64-thr cd .. ln -s compile/linux-64-thr/tachyon tachyon fi cd ~ echo "#!/bin/sh cd tachyon/ ./tachyon scenes/teapot.dat -numthreads \$NUM_CPU_CORES -fullshade -shade_phong -trans_vmd -aasamples 32 -res 1080 1080 > \$LOG_FILE 2>&1" > tachyon-benchmark chmod +x tachyon-benchmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Scene Parsing Time: 0.0673 seconds Scene contains 2330 objects. Preprocessing Time: 0.0018 seconds Rendering Progress: 100% complete Ray Tracing Time: #_RESULT_# seconds Image I/O Time: 0.0204 seconds</OutputTemplate> <LineHint>Ray Tracing Time</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m3--> <PhoronixTestSuite> <TestInformation> <Title>Tachyon</Title> <AppVersion>0.98.9</AppVersion> <Description>This is a test of the threaded Tachyon, a parallel ray-tracing system.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Total Time</SubTitle> <Executable>tachyon-benchmark</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.3</Version> <SupportedPlatforms>Linux, MacOSX, BSD, Solaris</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, glibc-development</ExternalDependencies> <EnvironmentSize>28</EnvironmentSize> <ProjectURL>http://jedi.ks.uiuc.edu/~johns/raytracer/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>