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.2.0
pts/unpack-linux-1.2.0
- 21 August 2022 -
Update against Linux 5.19 package.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://mirror.us.oneandone.net/linux/kernel/v5.x/linux-5.19.tar.xz, https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.19.tar.xz</URL> <MD5>f91bfe133d2cb1692f705947282e123a</MD5> <SHA256>ff240c579b9ee1affc318917de07394fc1c3bb49dac25ec1287370c2e15005a8</SHA256> <FileName>linux-5.19.tar.xz</FileName> <FileSize>131581464</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh tar -xf linux-5.19.tar.xz" > unpack-linux chmod +x unpack-linux
interim.sh
#!/bin/sh rm -rf linux-5.19
post.sh
#!/bin/sh rm -rf linux-5.19
pre.sh
#!/bin/sh rm -rf linux-5.19
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Unpacking The Linux Kernel</Title> <AppVersion>5.19</AppVersion> <Description>This test measures how long it takes to extract the .tar.xz Linux kernel source tree package.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>linux-5.19.tar.xz</SubTitle> <TimesToRun>4</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, BSD, Solaris, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentTestingSize>802</EnvironmentTestingSize> <ProjectURL>http://www.kernel.org/</ProjectURL> <RepositoryURL>https://github.com/torvalds/linux</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>tar</SystemDependencies> </TestProfile> </PhoronixTestSuite>