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
Timed Erlang/OTP Compilation 1.1.0
pts/build-erlang-1.1.0
- 02 March 2021 -
Initial commit of Erlang/OTP timed compilation.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/erlang/otp/archive/OTP-23.2.6.tar.gz</URL> <MD5>784864d71e44e50b2ecf036b3108a1d0</MD5> <SHA256>5bc6b31b36b949bf06e84d51986311fc1d2ace5e717aae3186dc057d4838445d</SHA256> <FileName>otp-OTP-23.2.6.tar.gz</FileName> <FileSize>56603314</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd otp-OTP-23.2.6/ make -j \$NUM_CPU_CORES echo \$? > ~/test-exit-status" > build-erlang chmod +x build-erlang
interim.sh
#!/bin/sh rm -rf otp-OTP-23.2.6 tar -xf otp-OTP-23.2.6.tar.gz cd otp-OTP-23.2.6 ./otp_build autoconf ./configure
post.sh
#!/bin/sh rm -rf otp-OTP-23.2.6
pre.sh
#!/bin/sh rm -rf otp-OTP-23.2.6 tar -xf otp-OTP-23.2.6.tar.gz cd otp-OTP-23.2.6 ./otp_build autoconf ./configure
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <TestInformation> <Title>Timed Erlang/OTP Compilation</Title> <AppVersion>23.2</AppVersion> <Description>This test times how long it takes to compile Erlang/OTP. Erlang is a programming language and run-time for massively scalable soft real-time systems with high availability requirements.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <ExternalDependencies>build-utilities, ncurses-development, perl</ExternalDependencies> <EnvironmentSize>15</EnvironmentSize> <ProjectURL>https://www.erlang.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>sed</SystemDependencies> </TestProfile> </PhoronixTestSuite>