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.8.0
pts/build-linux-kernel-1.8.0
- 03 October 2017 -
Update against Linux 4.13 upstream
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.13.tar.gz, http://mirrors.mit.edu/kernel/linux/kernel/v4.x/linux-4.13.tar.gz</URL> <MD5>7e0393558784f7494a50c5219eac14f1</MD5> <SHA256>9511260e17e474183b9c3b2ea601d5af256dde783e14dba4031854eaa98d5089</SHA256> <FileSize>155489655</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd linux-4.13/ 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-4.13/ make clean
post.sh
#!/bin/sh rm -rf linux-4.13/
pre.sh
#!/bin/sh rm -rf linux-4.13/ tar -xf linux-4.13.tar.gz cd linux-4.13/ make defconfig make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0--> <PhoronixTestSuite> <TestInformation> <Title>Timed Linux Kernel Compilation</Title> <AppVersion>4.13</AppVersion> <Description>This test times how long it takes to build the Linux kernel.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <Executable>time-compile-kernel</Executable> </TestInformation> <TestProfile> <Version>1.8.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, bc</ExternalDependencies> <ProjectURL>http://www.kernel.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>