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
Build2 1.0.0
pts/build2-1.0.0
- 22 November 2019 -
Initial commit of build2 toolchain benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://download.build2.org/0.12.0/build2-install-0.12.0.sh</URL> <MD5>9327bc76f8aab9775b54f4c4551a9062</MD5> <SHA256>da35b527aac3427b449ca7525e97f81faba776ae7680179521963b90a21fba12</SHA256> <FileName>build2-install-0.12.0.sh</FileName> <FileSize>21406</FileSize> </Package> <Package> <URL>https://download.build2.org/0.12.0/build2-toolchain-0.12.0.tar.xz</URL> <MD5>eab21a31e1fbddfdf15cdec05fc4ab45</MD5> <SHA256>a0ecf9930b873242a0164653411caca2cc5c095abda5ee7bda800f1b0f93e396</SHA256> <FileName>build2-toolchain-0.12.0.tar.xz</FileName> <FileSize>4030204</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x build2-install-0.12.0.sh echo "#!/bin/sh # Ensure clean rm -rf build2-toolchain-0.12.0 rm -rf t mkdir t # Build ./build2-install-0.12.0.sh --local --yes --no-check t echo \$? > ~/test-exit-status" > build2 chmod +x build2
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Build2</Title> <AppVersion>0.12</AppVersion> <Description>This test profile measures the time to bootstrap/install the build2 C++ build toolchain from source. Build2 is a cross-platform build toolchain for C/C++ code and features Cargo-like features.</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, macOS</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, curl</ExternalDependencies> <ProjectURL>https://build2.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>