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
Numpy Benchmark 1.2.1
pts/numpy-1.2.1
- 13 November 2020 -
Enable Numpy for macOS.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/numpy-benchmarks-20190903.tar.gz</URL> <MD5>d7026b2b5aa41838eaf3c365ff676f08</MD5> <SHA256>5c8600646d9d34d48cb5c3c410d877fe85626d4b85eba9f09c4426ac330e5aa2</SHA256> <FileName>numpy-benchmarks-20190903.tar.gz</FileName> <FileSize>15023</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh pip3 install --user scipy numpy tar -xvf numpy-benchmarks-20190903.tar.gz echo $? > ~/install-exit-status echo "import sys product = 1 count = 0 with open(sys.argv[-1]) as fp: for l in fp.readlines(): parts = l.split() avg = float(parts[3]) product *= avg count += 1 gmean = product**(1.0/count) score = 1000000.0/gmean print(\"Geometric mean score: %.2f\" % score)" > result_parser.py echo "#!/bin/sh cd numpy-benchmarks-master/ python3 run.py -t python -p python3 > numpy_log echo \$? > ~/test-exit-status cat numpy_log > \$LOG_FILE python3 ../result_parser.py numpy_log >> \$LOG_FILE" > numpy chmod +x numpy
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Geometric mean score: #_RESULT_#</OutputTemplate> <ResultPrecision>2</ResultPrecision> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.1--> <PhoronixTestSuite> <TestInformation> <Title>Numpy Benchmark</Title> <Description>This is a test to obtain the general Numpy performance.</Description> <ResultScale>Score</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.1</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>python</ExternalDependencies> <EnvironmentSize>12.4</EnvironmentSize> <ProjectURL>http://github.com/serge-sans-paille/</ProjectURL> <Maintainer>Victor Rodriguez Bahena</Maintainer> </TestProfile> </PhoronixTestSuite>