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 Linux Kernel Compilation 1.5.1
pts/build-linux-kernel-1.5.1
- 27 November 2014 -
Fix rc3/rc6 typo in previous commit pre.sh
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.4.0m6 (Lipki)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ftp.kernel.org/pub/linux/kernel/v3.x/testing/linux-3.18-rc6.tar.gz</URL> <MD5>61e4657d1bebd473afdb28304ec7368f</MD5> <SHA256>600414bde7ce1e3368d8e305199e33788187ba806ee23ace8a6bc018ed4fc7b4</SHA256> <FileSize>122258596</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd linux-3.18-rc6/ make -s -j \$NUM_CPU_JOBS 2>&1 echo \$? > ~/test-exit-status" > time-compile-kernel chmod +x time-compile-kernel
interim.sh
#!/bin/sh cd linux-3.18-rc6/ make clean
post.sh
#!/bin/sh rm -rf linux-3.18-rc6/
pre.sh
#!/bin/sh rm -rf linux-3.18-rc6/ tar -xf linux-3.18-rc6.tar.gz cd linux-3.18-rc6/ case $OS_ARCH in "x86_64" ) make x86_64_defconfig ;; "i386" ) "i686" ) make i386_defconfig ;; * ) make defconfig ;; esac make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.4.0m6 (Lipki)--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.4.0m6 (Lipki)--> <PhoronixTestSuite> <TestInformation> <Title>Timed Linux Kernel Compilation</Title> <AppVersion>3.18-rc6</AppVersion> <Description>This test times how long it takes to build the Linux 3.18 kernel.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <Executable>time-compile-kernel</Executable> </TestInformation> <TestProfile> <Version>1.5.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <ProjectURL>http://www.kernel.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>