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
Embree 1.1.0
pts/embree-1.1.0
- 09 April 2020 -
Update against Embree 3.9.0, add macOS support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/embree/models/releases/download/release/asian_dragon.zip</URL> <FileName>asian_dragon.zip</FileName> <FileSize>103961493</FileSize> </Package> <Package> <URL>https://github.com/embree/models/releases/download/release/asian_dragon_obj.zip</URL> <FileName>asian_dragon_obj.zip</FileName> <FileSize>157616423</FileSize> </Package> <Package> <URL>https://github.com/embree/models/releases/download/release/crown.zip</URL> <FileName>crown.zip</FileName> <FileSize>68853062</FileSize> </Package> <Package> <URL>https://github.com/embree/embree/releases/download/v3.9.0/embree-3.9.0.x86_64.linux.tar.gz</URL> <MD5>1d9da6dc935d8b3eba88d4ec73ce4497</MD5> <SHA256>8ab88965456b70553f62f08dda16dd7d87c6021d5a3a1fd4a7611b90a9f2949d</SHA256> <FileName>embree-3.9.0.x86_64.linux.tar.gz</FileName> <FileSize>98644141</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/embree/embree/releases/download/v3.9.0/embree-3.9.0.x86_64.macosx.zip</URL> <MD5>63a35420bb75f80cf6dec995b26942b1</MD5> <SHA256>7f4ada7bb7edb578b49241149b2b9f0398cdccb3a3dcfac1b51fddc8908ef5db</SHA256> <FileName>embree-3.9.0.x86_64.macosx.zip</FileName> <FileSize>116386421</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> <Package> <URL>https://github.com/embree/embree/releases/download/v3.9.0/embree-3.9.0.x64.vc14.windows.zip</URL> <MD5>90831e6514030417973c45e8e94a77c4</MD5> <SHA256>e6b9ae4a8edadce4166e5c8ac52a5e3d8a5a2e4957411eeadc1d8233a4031034</SHA256> <FileName>embree-3.9.0.x64.vc14.windows.zip</FileName> <FileSize>56223602</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf embree-3.9.0.x86_64.linux.tar.gz unzip -o asian_dragon.zip unzip -o asian_dragon_obj.zip unzip -o crown.zip echo "#!/bin/sh LD_LIBRARY_PATH=embree-3.9.0.x86_64.linux/lib:\$LD_LIBRARY_PATH ./embree-3.9.0.x86_64.linux/bin/\$@ --threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > embree chmod +x embree
install_macosx.sh
#!/bin/sh tar -xf embree-3.9.0.x86_64.macosx.zip unzip -o asian_dragon.zip unzip -o asian_dragon_obj.zip unzip -o crown.zip echo "#!/bin/sh LD_LIBRARY_PATH=oidn-1.2.0.x86_64.macos/lib:\$LD_LIBRARY_PATH ./oidn-1.2.0.x86_64.macos/bin/\$@ --threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > embree chmod +x embree
install_windows.sh
#!/bin/sh unzip -o embree-3.9.0.x64.vc14.windows.zip unzip -o asian_dragon.zip unzip -o asian_dragon_obj.zip unzip -o crown.zip echo "#!/bin/bash FORMATTED=\"\${\$@/pathtracer /pathtracer.exe }\" FORMATTED=\"\${\$@/pathtracer_ispc /pathtracer_ispc.exe }\" ./embree-3.9.0.x64.vc14.windows/bin/\$@ --threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > embree chmod +x embree
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>frame [ 0 - 600]: min = #_MIN_RESULT_# fps, avg = #_RESULT_# fps, max = #_MAX_RESULT_# fps, sigma = 0.0179 (0.1349%)</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Embree</Title> <AppVersion>3.9.0</AppVersion> <Description>Intel Embree is a collection of high-performance ray-tracing kernels for execution on CPUs.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>glfw</ExternalDependencies> <EnvironmentSize>1400</EnvironmentSize> <ProjectURL>http://www.embree.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments> -benchmark 0 600</PostArguments> </Default> <Option> <DisplayName>Binary</DisplayName> <Identifier>bin</Identifier> <Menu> <Entry> <Name>Pathtracer</Name> <Value>pathtracer</Value> </Entry> <Entry> <Name>Pathtracer ISPC</Name> <Value>pathtracer_ispc</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Model</DisplayName> <Identifier>model</Identifier> <ArgumentPrefix>-c </ArgumentPrefix> <Menu> <Entry> <Name>Asian Dragon</Name> <Value>asian_dragon/asian_dragon.ecs</Value> </Entry> <Entry> <Name>Asian Dragon Obj</Name> <Value>asian_dragon_obj/asian_dragon.ecs</Value> </Entry> <Entry> <Name>Crown</Name> <Value>crown/crown.ecs</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>