Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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 Firefox 1.0.0
pts/unpack-firefox-1.0.0
- 23 December 2020 -
Add basic unpack-firefox test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ftp.mozilla.org/pub/firefox/releases/84.0/source/firefox-84.0.source.tar.xz</URL> <MD5>a00c545b22b6149f6e9faa1b165b393d</MD5> <SHA256>23273ef0165b243f5d0908c38e7854d38070282c9b526e8d93b7503cd5f69138</SHA256> <FileName>firefox-84.0.source.tar.xz</FileName> <FileSize>366395172</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh tar -xf firefox-84.0.source.tar.xz" > unpack-firefox chmod +x unpack-firefox
interim.sh
#!/bin/sh rm -rf firefox-84.0
post.sh
#!/bin/sh rm -rf firefox-84.0
pre.sh
#!/bin/sh rm -rf firefox-84.0
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m3--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m3--> <PhoronixTestSuite> <TestInformation> <Title>Unpacking Firefox</Title> <AppVersion>84.0</AppVersion> <Description>This simple test profile measures how long it takes to extract the .tar.xz source package of the Mozilla Firefox Web Browser.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Extracting: firefox-84.0.source.tar.xz</SubTitle> <TimesToRun>4</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, Solaris, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentTestingSize>2100</EnvironmentTestingSize> <ProjectURL>http://www.kernel.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>tar</SystemDependencies> </TestProfile> </PhoronixTestSuite>