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
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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
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>