Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Blender
PostgreSQL
Timed Linux Kernel Compilation
AOM AV1
Stress-NG
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Recently Updated Tests
Stress-NG
Llama.cpp
NCNN
srsRAN Project
VVenC
x265
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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 Firefox Compilation 1.1.0
pts/build-firefox-1.1.0
- 14 January 2021 -
Mark as deprecated but update against latest sources...
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://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 tar -xf firefox-84.0.source.tar.xz cd firefox-84.0/ ./mach create-mach-environment echo "#!/bin/sh cd firefox/ make -s -j \$NUM_CPU_CORES 2>&1 echo \$? > ~/test-exit-status" > build-firefox chmod +x build-firefox
interim.sh
#!/bin/sh cd firefox/ make clean
post.sh
#!/bin/sh rm -rf firefox/ rm -rf mozilla-release/
pre.sh
#!/bin/sh rm -rf firefox/ rm -rf mozilla-release/ tar -xf firefox-84.0.source.tar.xz #mv mozilla-release firefox/ mkdir firefox cd firefox/ ../firefox-84.0/configure --enable-release > /dev/null make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <TestInformation> <Title>Timed Firefox Compilation</Title> <AppVersion>84.0</AppVersion> <Description>This test times how long it takes to build the Firefox Web Browser.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>1</TimesToRun> <PreInstallMessage>Some build dependencies might be needed that currently aren't handled by the Phoronix Test Suite including: mercurial, glib, dbus, libdbus-glib, libasound2, libcurl4-openssl, libiw, libxt, mesa-common, libgstreamer0.10, libgstreamer-plugins-base0.10, libpulse</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, MacOSX, Solaris, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Deprecated</Status> <ExternalDependencies>build-utilities, yasm, gtk-development, glibc-development</ExternalDependencies> <ProjectURL>http://www.mozilla.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Luke Wolf</Maintainer> </TestProfile> </PhoronixTestSuite>