Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Llama.cpp
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
OpenRadioss
QuantLib
GROMACS
AOM AV1
FLAC Audio Encoding
FluidX3D
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
Rust Mandelbrot 1.0.0
pts/rust-mandel-1.0.0
- 01 October 2018 -
Initial commit of Rustlang Mandelbrot benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/mandel-rust-20181001.zip</URL> <MD5>4e59a852af70f70bbc78907dc1e5885d</MD5> <SHA256>1b5c54189b1e760ecd2b9cc3cf103578b7419f64ab03ab1804585401b1cb865d</SHA256> <FileName>mandel-rust-20181001.zip</FileName> <FileSize>55626</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o mandel-rust-20181001.zip cd mandel-rust-master/ RUSTFLAGS="-C target-cpu=native" cargo build --release echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd mandel-rust-master/ ./target/release/mandel --bench --num_threads \$NUM_CPU_CORES --num_of_runs=1 --img_size 4096 --no_ppm > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > rust-mandel chmod +x rust-mandel
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0--> <PhoronixTestSuite> <TestInformation> <Title>Rust Mandelbrot</Title> <Description>This test profile is of the combined time for the serial and parallel Mandelbrot sets written in Rustlang via willi-kappler/mandel-rust.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Complete Serial/Parallel Mandelbrot</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, Solaris, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, rust</ExternalDependencies> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>https://github.com/willi-kappler/mandel-rust</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>