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.4.0
pts/build-linux-kernel-1.4.0
- 09 November 2014 -
Update against latest upstream Linux kernel.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.4.0m4 (Lipki)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ftp.kernel.org/pub/linux/kernel/v3.x/testing/linux-3.18-rc3.tar.gz</URL> <MD5>179cfd419a5388be52a3680df1f13c96</MD5> <SHA256>03eaeec542f45e02c39afec4b6b9c9ef99071d2d3f37aa1a213c5be56be3e0a5</SHA256> <FileSize>122241822</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd linux-3.18-rc3/ 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-rc3/ make clean
post.sh
#!/bin/sh rm -rf linux-3.18-rc3/
pre.sh
#!/bin/sh rm -rf linux-3.18-rc3/ tar -xf linux-3.18-rc3.tar.gz cd linux-3.18-rc3/ case $OS_ARCH in "x86_64" ) make x86_64_defconfig ;; * ) make i386_defconfig ;; esac make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.4.0m4 (Lipki)--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.4.0m4 (Lipki)--> <PhoronixTestSuite> <TestInformation> <Title>Timed Linux Kernel Compilation</Title> <AppVersion>3.18-rc3</AppVersion> <Description>This test times how long it takes to build the Linux 3.1 kernel.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <Executable>time-compile-kernel</Executable> </TestInformation> <TestProfile> <Version>1.4.0</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>