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
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
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
GEGL 1.0.0
system/gegl-1.0.0
- 04 January 2020 -
Initial commit of GEGL benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/sample-photo-6000x4000-1.zip</URL> <MD5>3da40124023e94f63d96c22c07e7e9c2</MD5> <SHA256>cadcd434abcdc82a220e7022c749b6fa5f46bb7a32ec14423ca8aab067b0e989</SHA256> <FileName>sample-photo-6000x4000-1.zip</FileName> <FileSize>7824306</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/stock-photos-jpeg-2018-1.tar.xz</URL> <MD5>26f41350aaa7a9f3eba3097d1ac21123</MD5> <SHA256>bcd2c8b7ecf9064fbf20ec8075650cbc06c0b4ce8f06db2676fac3258c459c23</SHA256> <FileName>stock-photos-jpeg-2018-1.tar.xz</FileName> <FileSize>35384500</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/pts-sample-photos-2.tar.bz2, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/pts-sample-photos-2.tar.bz2</URL> <MD5>7ff2870cf3fa2299ea5f4e77e5a8535f</MD5> <SHA256>e8597d7d5910a709985bffae490dfa9490483eb7838b351191156f027d9b5272</SHA256> <FileName>pts-sample-photos-2.tar.bz2</FileName> <FileSize>29599729</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which gegl>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: gegl is not found on the system! This test profile needs the 'gegl' commandline in the PATH" echo 2 > ~/install-exit-status fi unzip -o sample-photo-6000x4000-1.zip tar -xf stock-photos-jpeg-2018-1.tar.xz tar -xf pts-sample-photos-2.tar.bz2 cd ~ echo "#!/bin/sh for i in *.JPG do gegl -i \$i -o out.png -- \$@ done echo \$? > ~/test-exit-status" > gegl chmod +x gegl
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <TestInformation> <Title>GEGL</Title> <Description>GEGL is the Generic Graphics Library and is the library/framework used by GIMP and other applications like GNOME Photos. This test profile times how long it takes to complete various GEGL operations on a static set of sample JPEG images.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX, Solaris</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>http://gegl.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>gegl</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Operation</DisplayName> <Identifier>op</Identifier> <Menu> <Entry> <Name>Rotate 90 Degrees</Name> <Value>rotate-on-center degrees=90</Value> </Entry> <Entry> <Name>Scale</Name> <Value>scale-size x=400 y=400</Value> </Entry> <Entry> <Name>Antialias</Name> <Value>antialias</Value> </Entry> <Entry> <Name>Cartoon</Name> <Value>cartoon</Value> </Entry> <Entry> <Name>Color Enhance</Name> <Value>color-enhance</Value> </Entry> <Entry> <Name>Crop</Name> <Value>crop x=100 y=100 width=1920 height=1080</Value> </Entry> <Entry> <Name>Wavelet Blur</Name> <Value>wavelet-blur</Value> </Entry> <Entry> <Name>Reflect</Name> <Value>reflect</Value> </Entry> <Entry> <Name>Tile Glass</Name> <Value>tile-glass tile-width=20 tile-height=20</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>