Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Llama.cpp
Timed Linux Kernel Compilation
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
FLAC Audio Encoding
FluidX3D
QMCPACK
Liquid-DSP
Llama.cpp
srsRAN Project
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
CppPerformanceBenchmarks 1.0.0
pts/cpp-perf-bench-1.0.0
- 03 January 2019 -
Initial commit of CppPerformanceBenchmarks.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/CppPerformanceBenchmarks-9.zip</URL> <MD5>f90720072c32333e3134c03991f96c9e</MD5> <SHA256>e28985d0d82dc1148f8eba84f4df18aafe2cf5987f26f78ce850edf461142be4</SHA256> <FileName>CppPerformanceBenchmarks-9.zip</FileName> <FileSize>162259</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o CppPerformanceBenchmarks-9.zip cd CppPerformanceBenchmarks-master/ make all echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd CppPerformanceBenchmarks-master/ ./\$@ > \$LOG_FILE 2>1 echo \$? > ~/test-exit-status" > cpp-perf-bench chmod +x cpp-perf-bench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m0--> <PhoronixTestSuite> <TestInformation> <Title>CppPerformanceBenchmarks</Title> <AppVersion>9</AppVersion> <Description>CppPerformanceBenchmarks is a set of C++ compiler performance benchmarks.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, Solaris, MacOSX</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>6</EnvironmentSize> <ProjectURL>https://gitlab.com/chriscox/CppPerformanceBenchmarks</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Stepanov Abstraction</Name> <Value>stepanov_abstraction </Value> </Entry> <Entry> <Name>Stepanov Vector</Name> <Value>stepanov_vector</Value> </Entry> <Entry> <Name>Function Objects</Name> <Value>functionobjects</Value> </Entry> <Entry> <Name>Atol</Name> <Value>atol</Value> </Entry> <Entry> <Name>Ctype</Name> <Value>ctype</Value> </Entry> <Entry> <Name>Math Library</Name> <Value>mathlib</Value> </Entry> <Entry> <Name>Random Numbers</Name> <Value>random_numbers</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>