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
librsvg 1.0.0
system/rsvg-1.0.0
- 18 January 2020 -
Initial commit of rsvg as SVG to PNG conversion benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/svg-test-files-1.zip</URL> <MD5>71078eed11f2ed6e46f0ad109767e0e8</MD5> <SHA256>c373998bebff0a88f0c4e6fec383eaa62690f544c6eb2b1ad7c55b1547e4db08</SHA256> <FileName>svg-test-files-1.zip</FileName> <FileSize>206358</FileSize> </Package> <Package> <URL>https://www.w3.org/Graphics/SVG/Test/20110816/archives/W3C_SVG_11_TestSuite.tar.gz</URL> <MD5>d3d99dd5e797192f23fd99449970919b</MD5> <SHA256>b5f46cca1ad79b670f9179770b2366c57efd5c671d084144090feab4b7ff1030</SHA256> <FileName>W3C_SVG_11_TestSuite.tar.gz</FileName> <FileSize>14651624</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which rsvg-convert>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: rsvg-convert is not found on the system! This test profile needs the 'rsvg-convert' command in the PATH" echo 2 > ~/install-exit-status fi unzip -o svg-test-files-1.zip tar -xf W3C_SVG_11_TestSuite.tar.gz cp svg/* . echo "#!/bin/sh for i in *.svg do rsvg-convert -f png -o output.png \$i echo \$? > ~/test-exit-status done rsvg-convert --version 2>&1 | grep rsvg-convert > ~/pts-footnote " > rsvg chmod +x rsvg
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>librsvg</Title> <Description>RSVG/librsvg is an SVG vector graphics library. This test profile times how long it takes to complete various operations by rsvg-convert.</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>https://developer.gnome.org/rsvg/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>rsvg-convert</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Operation</DisplayName> <Identifier>op</Identifier> <Menu> <Entry> <Name>SVG Files To PNG</Name> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>