Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
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
Timed Boost Interprocess Compilation 1.5.2
pts/build-boost-interprocess-1.5.2
- 08 April 2018 -
Another test to deprecate.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://netix.dl.sourceforge.net/project/boost/boost/1.59.0/boost_1_59_0.tar.gz</URL> <MD5>51528a0e3b33d9e10aaa311d9eb451e3</MD5> <FileSize>83709983</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd boost_1_59_0/libs/interprocess/example [ -z \$CXX ] && CXX=\"g++\" COMP=\"${CXX} -std=c++11 -I ../../.. -c \" for f in *.cpp do echo \$COMP \$f \$COMP \$f done > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > build-boost-interprocess chmod +x build-boost-interprocess
interim.sh
#!/bin/sh #Reset Zapcc cache if required [ "$CC" = "zapcc" ] && zapcc -cc1 -reset-server
post.sh
#!/bin/sh rm -rf boost_1_59_0
pre.sh
#!/bin/sh rm -rf boost_1_59_0 tar xzf boost_1_59_0.tar.gz cd boost_1_59_0/libs/interprocess/example
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Timed Boost Interprocess Compilation</Title> <AppVersion>2.12.1</AppVersion> <Description>This test times how long it takes to build Boost Interprocess examples.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Deprecated</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>10</EnvironmentSize> <ProjectURL>http://www.boost.org/</ProjectURL> <Maintainer>Tzafrir Poupko</Maintainer> </TestProfile> </PhoronixTestSuite>