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.2.0
pts/build-linux-kernel-1.2.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2, ftp://ftp.wh2.tu-dresden.de/pub/mirrors/kernel.org/linux/kernel/v2.6/linux-2.6.25.tar.bz2, ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/distfiles/linux-2.6.25.tar.bz2</URL> <MD5>db95a49a656a3247d4995a797d333153</MD5> <FileSize>48601689</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/linux-2625-config.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/linux-2625-config.tar.gz</URL> <MD5>1329cc6432b3f130039ed443c6d7f9e5</MD5> <FileSize>43552</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf linux-2625-config.tar.gz echo "#!/bin/sh cd linux-2.6.25/ 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-2.6.25/ make clean
post.sh
#!/bin/sh rm -rf linux-2.6.25/
pre.sh
#!/bin/sh rm -rf linux-2.6.25/ tar -xjf linux-2.6.25.tar.bz2 case $OS_ARCH in "x86_64" ) cp -f linux-2625-config-x86_64 linux-2.6.25/.config ;; * ) cp -f linux-2625-config-x86 linux-2.6.25/.config ;; esac cd linux-2.6.25/ make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>Timed Linux Kernel Compilation</Title> <AppVersion>2.6.25</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.2.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>