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
RAR Compression 1.0.0
pts/compress-rar-1.0.0
- 16 March 2018 -
Initial commit of a Rar/WinRAR benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.13.tar.gz, http://mirrors.mit.edu/kernel/linux/kernel/v4.x/linux-4.13.tar.gz</URL> <MD5>7e0393558784f7494a50c5219eac14f1</MD5> <SHA256>9511260e17e474183b9c3b2ea601d5af256dde783e14dba4031854eaa98d5089</SHA256> <FileSize>155489655</FileSize> </Package> <Package> <URL>https://www.rarlab.com/rar/rarlinux-x64-5.6.b1.tar.gz</URL> <MD5>d23348a172796f7f2762be838765a521</MD5> <SHA256>395064d1139b0483a1f5505d4d734023b36dd03aa967a222a0e5b2652dbe404b</SHA256> <FileSize>540817</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://www.rarlab.com/rar/winrar-x64-56b1.exe</URL> <MD5>052492718f143f79e52238d94cafb2d9</MD5> <SHA256>8b8d21eeaa4cf2165832a0ecf1d16bde6e141c9a426e74fd8f72d94db2f2ee6c</SHA256> <FileSize>3181936</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf rarlinux-x64-5.6.b1.tar.gz echo "#!/bin/sh ./rar/rar a r to-compress.rar to-compress/*" > compress-rar chmod +x compress-rar
install_windows.sh
#!/bin/sh ./winrar-x64-56b1.exe echo "#!/bin/sh Rar.exe a r to-compress.rar to-compress\\*" > compress-rar chmod +x compress-rar
interim.sh
#!/bin/sh rm -f to-compress.rar
post.sh
#!/bin/sh rm -f to-compress.rar rm -rf to-compress
pre.sh
#!/bin/sh rm -rf to-compress rm -f to-compress.rar tar -xf linux-4.13.tar.gz cp -va linux-4.13 to-compress cp -va linux-4.13 to-compress/copy rm -rf linux-4.13
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m1--> <PhoronixTestSuite> <TestInformation> <Title>RAR Compression</Title> <AppVersion>5.6.b1</AppVersion> <Description>This test measures the time needed to archive/compress two copies of the Linux 4.13 kernel source tree using RAR/WinRAR compression.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Linux Source Tree Archiving To RAR</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentTestingSize>2048</EnvironmentTestingSize> <ProjectURL>https://www.rarlab.com/download.htm</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>