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
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
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
toyBrot Fractal Generator 1.1.1
pts/toybrot-1.1.1
- 15 February 2021 -
Fix for building OpenMP on GCC systems.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/toyBrot-20210215.tar.xz</URL> <MD5>50f3da96416829f48b535b94edfb64ad</MD5> <SHA256>414f2d4dee742361fd1a3e8c6d34580c27b18d72ed4e633352044acd88abf595</SHA256> <FileName>toyBrot-20210215.tar.xz</FileName> <FileSize>88080</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf toyBrot-20210215.tar.xz cd toyBrot-master/ sed -i 's/-target x86_64-pc-linux-gnu -fopenmp=libomp -march=znver1/-fopenmp -march=native/' raymarched/OMP/CMakeLists.txt mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DOMP_FLAGS="-fopenmp -O3 -march=native" make -j $NUM_CPU_CORES # echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd toyBrot-master/build/ ./\$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > toybrot chmod +x toybrot
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Fractal Generation Took #_RESULT_# milliseconds</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.1--> <PhoronixTestSuite> <TestInformation> <Title>toyBrot Fractal Generator</Title> <AppVersion>2020-11-18</AppVersion> <Description>ToyBrot is a Mandelbrot fractal generator supporting C++ threads/tasks, OpenMP, Intel Threaded Building Blocks (TBB), and other targets.</Description> <ResultScale>ms</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake, sdl2-development, libpng-development</ExternalDependencies> <EnvironmentSize>48</EnvironmentSize> <ProjectURL>https://gitlab.com/VileLasagna/toyBrot</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>tbb/atomic.h</SystemDependencies> </TestProfile> <TestSettings> <Default> <PostArguments>-g -d 800 600 -i 1</PostArguments> </Default> <Option> <DisplayName>Implementation</DisplayName> <Identifier>implementation</Identifier> <Menu> <Entry> <Name>OpenMP</Name> <Value>raymarched/OMP/rmOpenMP</Value> </Entry> <Entry> <Name>C++ Tasks</Name> <Value>raymarched/STDTASKS/rmSTD_TASKS</Value> </Entry> <Entry> <Name>C++ Threads</Name> <Value>raymarched/STDTHREADS/rmSTD_THREADS</Value> </Entry> <Entry> <Name>TBB</Name> <Value>raymarched/TBB/rmTBB</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>