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
R Benchmark 1.0.2
pts/rbenchmark-1.0.2
- 20 January 2016 -
Maintainer update
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.2.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/rbenchmarks-20160105.tar.bz2</URL> <MD5>49bb38dff2a7eceb7658f21041e1c9bc</MD5> <SHA256>e6e5f6e6baa9884c294d51de8350f6fd67e2d58e428ff3a992a3eac1d965096c</SHA256> <FileSize>2554172</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjvf rbenchmarks-20160105.tar.bz2 echo $? > ~/install-exit-status echo "#!/bin/sh cd rbenchmarks if which Rscript >/dev/null 2>&1 ; then Rscript R-benchmark-25/R-benchmark-25.R \$@ > \$LOG_FILE echo \$? > ~/test-exit-status Rscript --version 2> ~/pts-footnote else echo \"ERROR: Rscript is not found on the system!\" echo 2 > ~/test-exit-status fi" > rbenchmark chmod +x rbenchmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.2.0m3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Overall mean (sum of I, II and III trimmed means/3)_ (sec): #_RESULT_#</OutputTemplate> <ResultPrecision>4</ResultPrecision> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.2.0m3--> <PhoronixTestSuite> <TestInformation> <Title>R Benchmark</Title> <Description>This test is a quick-running survey of general R performance</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.2</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>12.4</EnvironmentSize> <ProjectURL>http://clearlinux.org/</ProjectURL> <Maintainer>Victor Rodriguez Bahena</Maintainer> <SystemDependencies>Rscript</SystemDependencies> </TestProfile> </PhoronixTestSuite>