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.2.0
pts/build2-1.2.0
- 22 March 2023 -
Update against Build2 0.15 to fix build on GCC 13.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://download.build2.org/0.15.0/build2-install-0.15.0.sh</URL> <MD5>8087f828c5d80db941f484dde97e8d04</MD5> <SHA256>814c4f475b42749dab49c52549ef85899749c20e5c32276b281fd58dad54f47b</SHA256> <FileName>build2-install-0.15.0.sh</FileName> <FileSize>33037</FileSize> </Package> <Package> <URL>https://download.build2.org/0.15.0/build2-toolchain-0.15.0.tar.xz</URL> <MD5>5244863ffdf3411c998f7aa0421c5fac</MD5> <SHA256>5152f679daeb9627f9710c60ef88de1591c02097146268be2f5aea929d2837c4</SHA256> <FileName>build2-toolchain-0.15.0.tar.xz</FileName> <FileSize>5122496</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x build2-install-0.15.0.sh echo "#!/bin/sh # Ensure clean rm -rf build2-toolchain-0.15.0 rm -rf t mkdir t # Build ./build2-install-0.15.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 v10.8.4--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Build2</Title> <AppVersion>0.15</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.2.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, curl</ExternalDependencies> <ProjectURL>https://build2.org/</ProjectURL> <RepositoryURL>https://github.com/build2/build2</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>