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
GNU Octave Benchmark 1.0.0
system/octave-benchmark-1.0.0
- 15 July 2018 -
Initial commit of GNU Octave benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m0--> <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 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 v8.2.0m0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m0--> <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>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</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>