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
DuckDB 1.0.0
pts/duckdb-1.0.0
- 28 October 2023 -
Initial commit of DuckDB benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/duckdb/duckdb/archive/refs/tags/v0.9.1.tar.gz</URL> <MD5>ffd2c72f3a0feab6fb831b88deec6052</MD5> <SHA256>37a43188d9354ce3ca101b2b118d867f5f76d04c3b83c09d86fd7508351a631b</SHA256> <FileName>duckdb-0.9.1.tar.gz</FileName> <FileSize>75277378</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf duckdb-0.9.1.tar.gz cd duckdb-0.9.1 BUILD_HTTPFS=1 BUILD_BENCHMARK=1 BUILD_TPCH=1 make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd duckdb-0.9.1 ./build/release/benchmark/benchmark_runner --threads=\$NUM_CPU_CORES \"\$@/.*\" >\$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > duckdb chmod +x duckdb
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>DuckDB</Title> <AppVersion>0.9.1</AppVersion> <Description>DuckDB is an in-progress SQL OLAP database management system optimized for analytics and features a vectorized and parallel engine.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> <IgnoreRuns>1</IgnoreRuns> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>7600</EnvironmentSize> <ProjectURL>https://duckdb.org/</ProjectURL> <RepositoryURL>https://github.com/duckdb/duckdb</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <Menu> <Entry> <Name>IMDB</Name> <Value>benchmark/imdb</Value> </Entry> <Entry> <Name>TPC-H Parquet</Name> <Value>benchmark/tpch/parquet</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>