Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Llama.cpp
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
OpenRadioss
QuantLib
GROMACS
AOM AV1
FLAC Audio Encoding
FluidX3D
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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.1
pts/build2-1.0.1
- 17 May 2020 -
Fix the SupportedPlatforms bit for macOS.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <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.6.0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <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.1</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> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>