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
OpenSCAD 1.0.0
system/openscad-1.0.0
- 23 March 2021 -
Initial OpenSCAD benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/openscad-benchmark-2.zip</URL> <MD5>aedbb08e7e09a079c6cfab187975972b</MD5> <SHA256>1a3e3b64cee43301a94f34fdfbeef6f0719349a7fe07a987237c801f7c01ce4f</SHA256> <FileName>openscad-benchmark-2.zip</FileName> <FileSize>90136</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which openscad>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: OpenSCAD is not found on the system! This test profile needs a working openscad binary in the PATH" echo 2 > ~/install-exit-status fi unzip -o openscad-benchmark-2.zip echo "#!/bin/sh cd openscad-benchmark openscad \$@ > \$LOG_FILE echo \$? > ~/test-exit-status openscad -v > ~/pts-footnote 2>&1 " > openscad chmod +x openscad
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>OpenSCAD</Title> <Description>OpenSCAD is a programmer-focused solid 3D CAD modeller. OpenSCAD is free software and allows creating 3D CAD objects in a script-based modelling environment. This test profile will use the system-provided OpenSCAD program otherwise and time how long it takes tn render different SCAD assets to PNG output.</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>2</EnvironmentSize> <ProjectURL>https://www.openscad.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>openscad</SystemDependencies> </TestProfile> <TestSettings> <Default> <PostArguments>--render -o out.png --imgsize 1920,1080</PostArguments> </Default> <Option> <DisplayName>Render</DisplayName> <Identifier>render</Identifier> <Menu> <Entry> <Name>Projector Mount Swivel</Name> <Value>swivel.scad</Value> </Entry> <Entry> <Name>Leonardo Phone Case Slim</Name> <Value>leonardo_case_slim_lid_v1_2.scad</Value> </Entry> <Entry> <Name>Pistol</Name> <Value>Pistol.scad</Value> </Entry> <Entry> <Name>Retro Car</Name> <Value>RetroCar.scad</Value> </Entry> <Entry> <Name>Mini-ITX Case</Name> <Value>mini-itx.scad</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>