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
Node.js Octane Benchmark 1.0.0
pts/node-octane-1.0.0
- 01 October 2018 -
Initial commit of Node.js Octane benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/benchmark-octane-20181001.zip</URL> <MD5>6a141e7ea70b578199bb27e1f123568d</MD5> <SHA256>d0de639d6a85f96800087b4607ed752e49dd801ee39391a4079385342c4f404d</SHA256> <FileName>benchmark-octane-20181001.zip</FileName> <FileSize>1986184</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o benchmark-octane-20181001.zip if which node>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: Node is not found on the system! This test profile needs a working Node.js installation in the PATH." echo 2 > ~/install-exit-status fi cd ~ echo "#!/bin/sh cd benchmark-octane-master node run.js > \$LOG_FILE 2>&1 echo \"Nodejs \" > ~/pts-footnote nodejs --version >> ~/pts-footnote 2>/dev/null echo \$? > ~/test-exit-status" > node-octane chmod +x node-octane
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Score (version 9): #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0--> <PhoronixTestSuite> <TestInformation> <Title>Node.js Octane Benchmark</Title> <Description>A Node.js version of the JavaScript Octane Benchmark.</Description> <ResultScale>Score</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, Solaris, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>node-npm</ExternalDependencies> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>http://github.com/dai-shi/benchmark-octane</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>