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
Recently Updated Tests
NeatBench
OpenRadioss
QuantLib
GROMACS
AOM AV1
FLAC Audio Encoding
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
GNU Octave Benchmark 1.0.1
system/octave-benchmark-1.0.1
- 20 May 2020 -
Fix hang on newer Octave by dropping DTMM file.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/octave-benchmark-1.1.1.tar.gz</URL> <MD5>33842f7c32af5eedbbd0af3b8f918b69</MD5> <SHA256>7fd62c56062fee2efa49d848e85f1f1cf841ccfa629f783af7e95f17326d73db</SHA256> <FileName>octave-benchmark-1.1.1.tar.gz</FileName> <FileSize>13207</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which octave-cli >/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: Octave (octave-cli) is not found on the system!" echo 2 > ~/install-exit-status fi tar -xf octave-benchmark-1.1.1.tar.gz #cd benchmark-1.1.1 #./configure #make rm -f benchmark-1.1.1/inst/benchmark_dtmm.m cd ~ echo "#!/bin/sh cd benchmark-1.1.1/inst for filename in benchmark_*.m; do octave-cli \$filename >> \$LOG_FILE done echo \$? > ~/test-exit-status octave-cli --version | head -n 1 | cut -d \" \" -f 4 > ~/pts-test-version 2>/dev/null" > octave-benchmark chmod +x octave-benchmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <TestInformation> <Title>GNU Octave Benchmark</Title> <Description>This test profile measures how long it takes to complete several reference GNU Octave files via octave-benchmark. GNU Octave is used for numerical computations and is an open-source alternative to MATLAB.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>5</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>http://octave.sourceforge.io/benchmark/index.html</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>octave-cli</SystemDependencies> </TestProfile> </PhoronixTestSuite>