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.6.0
pts/build-linux-kernel-1.6.0
- 03 November 2015 -
Update against Linux 4.3.0 kernel.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.3.tar.gz</URL> <MD5>737570130236c2256cfa67920fa721cf</MD5> <SHA256>1bba5be47e56b3f83856f5544d0eeb729a67c83ed0e298be71e8dd4379918912</SHA256> <FileSize>131995842</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd linux-4.3/ 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.3/ make clean
post.sh
#!/bin/sh rm -rf linux-4.3/
pre.sh
#!/bin/sh rm -rf linux-4.3/ tar -xf linux-4.3.tar.gz cd linux-4.3/ make defconfig make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m4--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m4--> <PhoronixTestSuite> <TestInformation> <Title>Timed Linux Kernel Compilation</Title> <AppVersion>4.3</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.6.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>