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
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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
RedShift Demo 1.0.0
pts/redshift-1.0.0
- 12 September 2020 -
Initial commit of Maxon RedShift demo benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://s3.amazonaws.com/s3.redshift3d.com/public/benchmark/RedshiftBenchmarkScenes.tar.gz</URL> <MD5>3f680b81d8025f1244c7abe47271b09f</MD5> <SHA256>1ee8798a8f22585c6ce4088d249e27bc7821f2cb37e980f69b274411ede05d2b</SHA256> <FileName>RedshiftBenchmarkScenes.tar.gz</FileName> <FileSize>178209779</FileSize> </Package> <Package> <MD5>b31d6bc885c0e6e2207243f47931a5f3</MD5> <SHA256>0f5e9be67a7a4bc062eaf722ed4b876eb31ec4f149249b8afc36feb6ba486865</SHA256> <FileName>redshift_v3.0.28_linux_demo.run</FileName> <FileSize>550985308</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x redshift_v3.0.28_linux_demo.run ./redshift_v3.0.28_linux_demo.run --target redshift-install cd redshift-install echo "\n" | ./setup.sh --eula accept --installpath /usr/redshift cd ~ tar -xf RedshiftBenchmarkScenes.tar.gz rm -rf redshift-install echo "#!/bin/sh export REDSHIFT_LOCALDATAPATH=\$HOME /usr/redshift/bin/redshiftBenchmark RedshiftBenchmarkScenes/vultures/Vultures.rs > \$LOG_FILE echo \$? > ~/test-exit-status" > redshift chmod +x redshift
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Time: #_RESULT_#</OutputTemplate> <LineHint>Time: </LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m1--> <PhoronixTestSuite> <TestInformation> <Title>RedShift Demo</Title> <AppVersion>3.0</AppVersion> <Description>This is a test of MAXON's RedShift demo build that currently requires NVIDIA GPU acceleration.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>You must manually download the RedShift demo program from https://www.redshift3d.com/downloads/redshift_v3.0.28_linux_demo.run and place it in your Phoronix Test Suite download cache ($DOWNLOAD_CACHE) for this test profile to work. Downloading RedShift Demo requires a free registration at RedShift3d.com.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <RequiresRootInstall>TRUE</RequiresRootInstall> <EnvironmentSize>1074</EnvironmentSize> <ProjectURL>https://www.redshift3d.com/demo</ProjectURL> <RequiresCoreVersionMin>9911</RequiresCoreVersionMin> <InternalTags>CUDA</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>