Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
Timed GDB GNU Debugger Compilation 1.0.1
pts/build-gdb-1.0.1
- 09 February 2020 -
Add makeinfo to SystemDependencies.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://ftp.gnu.org/gnu/gdb/gdb-9.1.tar.xz, ftp://sourceware.org/pub/gdb/releases/gdb-9.1.tar.xz</URL> <MD5>f7e9f6236c425097d9e5f18a6ac40655</MD5> <SHA256>699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737</SHA256> <FileName>gdb-9.1.tar.xz</FileName> <FileSize>20980824</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf gdb-9.1.tar.xz echo "#!/bin/sh cd gdb-9.1/ mkdir build cd build ../configure make -s -j \$NUM_CPU_CORES 2>&1 echo \$? > ~/test-exit-status" > build-gdb chmod +x build-gdb
interim.sh
#!/bin/sh rm -rf gdb-9.1/build
post.sh
#!/bin/sh rm -rf gdb-9.1/build
pre.sh
#!/bin/sh rm -rf gdb-9.1/build
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Timed GDB GNU Debugger Compilation</Title> <AppVersion>9.1</AppVersion> <Description>This test times how long it takes to build the GNU Debugger (GDB) in a default configuration.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, bc, bison, flex</ExternalDependencies> <EnvironmentSize>802</EnvironmentSize> <ProjectURL>https://www.gnu.org/software/gdb/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>makeinfo</SystemDependencies> </TestProfile> </PhoronixTestSuite>