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
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
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
Perl Benchmarks 1.0.0
pts/perl-benchmark-1.0.0
- 28 May 2016 -
Initial commit of PERL benchmark by Intel OTC.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/perlbench-20160525.zip</URL> <MD5>de5cad7c93793ff67313dc1ffb7a4db6</MD5> <SHA256>0189d44a7ea71924068af507e2d46e252616edaaacc09d0060cd02c913c769cf</SHA256> <FileSize>795381</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/bash unzip perlbench-20160525.zip echo $? > ~/install-exit-status echo "#!/bin/sh cd perlbench-master ./perlbench-runtests \$@ >\$LOG_FILE cat ../perl-benchmark-*.log > result_file grep "Test-Result" result_file | cut -f2 -d":" | xargs -i cat {} >> \$LOG_FILE echo \$? > ~/test-exit-status" > perl-benchmark chmod +x perl-benchmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0m3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Avg: #_RESULT_#</OutputTemplate> <MatchToTestArguments>benchmarks/app/podhtml.b</MatchToTestArguments> <StripFromResult>s</StripFromResult> <ResultPrecision>8</ResultPrecision> </ResultsParser> <ResultsParser> <OutputTemplate>Avg: #_RESULT_#</OutputTemplate> <MatchToTestArguments>benchmarks/startup/noprog.b</MatchToTestArguments> <StripFromResult>s</StripFromResult> <ResultPrecision>8</ResultPrecision> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0m3--> <PhoronixTestSuite> <TestInformation> <Title>Perl Benchmarks</Title> <Description>Perl benchmark suite that can be used to compare the relative speed of different versions of perl.</Description> <ResultScale>seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>perl, perl-digest-md5</ExternalDependencies> <ProjectURL>https://github.com/gisle/perlbench</ProjectURL> <Maintainer>Gabriela Cervantes</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Pod2html</Name> <Value>benchmarks/app/podhtml.b</Value> <Message></Message> </Entry> <Entry> <Name>Interpreter</Name> <Value>benchmarks/startup/noprog.b</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>