Tests
Suites
Latest Results
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Flexible IO Tester
Blender
John The Ripper
x264
GROMACS
Newest Tests
ONNX Runtime
Google SynthMark
Timed Godot Game Engine Compilation
RELION
OpenFOAM
Quantum ESPRESSO
Recently Updated Tests
CloverLeaf
rav1e
Mobile Neural Network
LAMMPS Molecular Dynamics Simulator
LULESH
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Speech
Timed Code Compilation
New & Recently Updated Suites
Currently Trending Results
3900xt sun
3950X Sunday Afternoon
xeon-broadwell-2021
os bench
EPYC 7702 Sunny
5600X New 2021
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Contact Us
Numenta Anomaly Benchmark 1.0.0
pts/numenta-nab-1.0.0
- 09 November 2018 -
Initial commit of Numenta Anomaly Benchmark
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.4.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/NAB-20181109.tar.xz</URL> <MD5>241651f1704f4bc71d669eeda69db615</MD5> <SHA256>6a998d09ede35ec98ef187572f010b555bdbd324a4f95849bd09d3c25ca5a335</SHA256> <FileName>NAB-20181109.tar.xz</FileName> <FileSize>24659324</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf NAB-20181109.tar.xz cd NAB-master pip install . --user echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd NAB-master python run.py -d numenta --detect --skipConfirmation --score echo \$? > ~/test-exit-status" > numenta-nab chmod +x numenta-nab
install_windows.sh
#!/bin/sh tar -zxvf pybench-2018-02-16.tar.gz echo "#!/bin/sh cd pybench-2018-02-16/ cmd /c \"\$DEBUG_REAL_HOME\AppData\Local\Programs\Python\Python36\python.exe\" pybench.py \$@ > \$LOG_FILE" > pybench chmod +x pybench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.4.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.4.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Numenta Anomaly Benchmark</Title> <AppVersion>2018-11-09</AppVersion> <Description>Numenta Anomaly Benchmark (NAB) is a benchmark for evaluating algorithms for anomaly detection in streaming, real-time applications. It is comprised of over 50 labeled real-world and artificial timeseries data files plus a novel scoring mechanism designed for real-time applications.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Completion</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>python</ExternalDependencies> <EnvironmentSize>365</EnvironmentSize> <ProjectURL>https://github.com/numenta/NAB</ProjectURL> <InternalTags>Python</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>