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
Timed Node.js Compilation 1.0.0
pts/build-nodejs-1.0.0
- 17 March 2021 -
Add Node.js timed compilation benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://nodejs.org/download/release/v15.11.0/node-v15.11.0.tar.xz</URL> <MD5>5b2bcab84073b2f6598dc28241aeb6e9</MD5> <SHA256>1a7091a210423970619b4af95dba6f4c6e2b576b9700460e5220afff24a8d2d1</SHA256> <FileName>node-v15.11.0.tar.xz</FileName> <FileSize>33285300</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd node-v15.11.0 make -s -j \$NUM_CPU_CORES 2>&1 echo \$? > ~/test-exit-status" > build-nodejs chmod +x build-nodejs
interim.sh
#!/bin/sh cd node-v15.11.0 make clean
post.sh
#!/bin/sh rm -rf node-v15.11.0
pre.sh
#!/bin/sh rm -rf node-v15.11.0 tar -xf node-v15.11.0.tar.xz cd node-v15.11.0 ./configure
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Timed Node.js Compilation</Title> <AppVersion>15.11</AppVersion> <Description>This test profile times how long it takes to build/compile Node.js itself from source. Node.js is a JavaScript run-time built from the Chrome V8 JavaScript engine while itself is written in C/C++.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, python, openssl-development</ExternalDependencies> <ProjectURL>https://nodejs.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>