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
Unpacking The Linux Kernel 1.0.0
pts/unpack-linux-1.0.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
install.sh
#!/bin/sh echo "#!/bin/sh tar -xjf \$TEST_EXTENDS/linux-2.6.32.tar.bz2" > unpack-linux chmod +x unpack-linux
interim.sh
#!/bin/sh rm -rf linux-2.6.32
post.sh
#!/bin/sh rm -rf linux-2.6.32
pre.sh
#!/bin/sh rm -rf linux-2.6.32
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>Unpacking The Linux Kernel</Title> <Description>This test measures how long it takes to extract the .tar.bz2 Linux kernel package.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>linux-2.6.32.tar.bz2</SubTitle> <TimesToRun>4</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, Solaris, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <Extends>pts/linux-kernel-base</Extends> <EnvironmentTestingSize>360</EnvironmentTestingSize> <ProjectURL>http://www.kernel.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>