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
G'MIC 1.0.0
system/gmic-1.0.0
- 21 April 2020 -
Initial commit for GMIC.
install.sh
#!/bin/sh if which gmic>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: G'MIC is not found on the system! This test profile needs a working gmic installation in the PATH" echo 2 > ~/install-exit-status fi echo "#!/bin/sh gmic \$@ > \$LOG_FILE echo \$? > ~/test-exit-status gmic --version 2>&1 | grep Version > ~/pts-footnote " > gmic-run chmod +x gmic-run
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <TestInformation> <Title>G'MIC</Title> <Description>G'MIC is an open-source framework for image processing.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <Executable>gmic-run</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>101</EnvironmentSize> <ProjectURL>https://gmic.eu/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>gmic</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>2D Function Plotting, 1000 Times</Name> <Value>repeat 1000 1000,1,1,2 fill "X=3*(x-500)/500;X^2*sin(3*X^2)+if(c==0,u(0,-1),cos(X*10))" output output.png done</Value> </Entry> <Entry> <Name>Plotting Isosurface Of A 3D Volume, 1000 Times</Name> <Value>repeat 1000 mode3d 5 moded3d 5 double3d 0 isosurface3d "'x^2+y^2+abs(z)^abs(4*cos(x*y*z*3))'",3 done output output.png</Value> </Entry> <Entry> <Name>3D Elevated Function In Random Colors, 100 Times</Name> <Value>repeat 100 128,128,1,3,"u(0,255)" plasma 10,3 blur 4 sharpen 10000 elevation3d[-1] "'X=(x-64)/6;Y=(y-64)/6;100*exp(-(X^2+Y^2)/30)*abs(cos(X)*sin(Y))'" done output output.png</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>