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
Timed GCC Compilation 1.0.0
pts/build-gcc-1.0.0
- 16 August 2017 -
Initial commit of a timed GCC compilation test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-7.2.0/gcc-7.2.0.tar.gz, ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-7.2.0/gcc-7.2.0.tar.gz</URL> <MD5>2e4be17c604ea555e0dff4a8f81ffe44</MD5> <SHA256>0153a003d3b433459336a91610cca2995ee0fb3d71131bd72555f2231a6efcfc</SHA256> <FileSize>111997123</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd gcc-7.2.0 make -s -j \$NUM_CPU_JOBS 2>&1 echo \$? > ~/test-exit-status" > build-gcc chmod +x build-gcc
interim.sh
#!/bin/sh cd gcc-7.2.0 make distclean ./configure --disable-multilib --enable-checking=release
post.sh
#!/bin/sh rm -rf gcc-7.2.0
pre.sh
#!/bin/sh rm -rf gcc-7.2.0 tar -xf gcc-7.2.0.tar.gz cd gcc-7.2.0 ./contrib/download_prerequisites ./configure --disable-multilib --enable-checking=release make defconfig make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Timed GCC Compilation</Title> <AppVersion>7.2</AppVersion> <Description>This test times how long it takes to build the GNU Compiler Collection (GCC).</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, macOS</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <ProjectURL>https://gcc.gnu.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>