Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Llama.cpp
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
OpenRadioss
QuantLib
GROMACS
AOM AV1
FLAC Audio Encoding
FluidX3D
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
RAR Compression 1.1.0
pts/compress-rar-1.1.0
- 03 October 2018 -
Update against Rar 5.6.1, add macOS support too.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0--> <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> <FileName>linux-4.13.tar.gz</FileName> <FileSize>155489655</FileSize> </Package> <Package> <URL>http://www.rarlab.com/rar/rarlinux-x64-5.6.1.tar.gz</URL> <MD5>15e81fad99e9588eb133af60c659a2b3</MD5> <SHA256>e4142ac68034c66ffcd71b220d947fde0ac20d7b47e7e65af353b64d6ac1b927</SHA256> <FileName>rarlinux-x64-5.6.1.tar.gz</FileName> <FileSize>541765</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.rarlab.com/rar/winrar-x64-561.exe</URL> <MD5>33100eaec5cf3ab0bd50f096b7e9f5d0</MD5> <SHA256>7c4f3300ae333f36b2e94e48ac392b88fc7c4562d190994359821c56d4b81859</SHA256> <FileName>winrar-x64-561.exe</FileName> <FileSize>3190008</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>http://www.rarlab.com/rar/rarosx-5.6.1.tar.gz</URL> <MD5>0d96c129d18f0081680f851c795d5a6a</MD5> <SHA256>ea7baed80976b68dfe178dec662505251dd2d5efe11d92d3b13b0929d4066af2</SHA256> <FileName>rarosx-5.6.1.tar.gz</FileName> <FileSize>579480</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf rarlinux-x64-5.6.1.tar.gz echo "#!/bin/sh ./rar/rar a r to-compress.rar to-compress/*" > compress-rar chmod +x compress-rar
install_macosx.sh
#!/bin/sh tar -xf rarosx-5.6.1.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-561.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.2.0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0--> <PhoronixTestSuite> <TestInformation> <Title>RAR Compression</Title> <AppVersion>5.6.1</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.1.0</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Non-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>