Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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.4.0
pts/build-nodejs-1.4.0
- 06 April 2024 -
Update against latest upstream to fix Python 3.12.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://nodejs.org/dist/v21.7.2/node-v21.7.2.tar.xz</URL> <MD5>dcfdf215f9694560243bfaf1cfc9d8cd</MD5> <SHA256>b4b1e2a07e96f85f6ce34a2fbfea348691aefe5cb219aa6951e23ccc991f9e2f</SHA256> <FileName>node-v21.7.2.tar.xz</FileName> <FileSize>42378944</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd node-v21.7.2 make -s -j \$NUM_CPU_CORES 2>&1 echo \$? > ~/test-exit-status" > build-nodejs chmod +x build-nodejs
interim.sh
#!/bin/sh rm -rf node-v21.7.2 tar -xf node-v21.7.2.tar.xz cd node-v21.7.2 ./configure
post.sh
#!/bin/sh rm -rf node-v21.7.2
pre.sh
#!/bin/sh rm -rf node-v21.7.2 tar -xf node-v21.7.2.tar.xz cd node-v21.7.2 ./configure
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>Timed Node.js Compilation</Title> <AppVersion>21.7.2</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.4.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> <RepositoryURL>https://github.com/nodejs/node</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>