Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.88 KB

File metadata and controls

57 lines (38 loc) · 2.88 KB

BenchBox Documentation

BenchBox helps you run industry benchmarks across analytical databases. The documentation is organized to get you productive quickly and keep deeper references tidy.

Start Here

Versioning & Releases

BenchBox adopts Semantic Versioning (MAJOR.MINOR.PATCH) to communicate compatibility expectations:

  • Increase MAJOR for breaking CLI, configuration, or API changes.
  • Increase MINOR for backward-compatible feature additions.
  • Increase PATCH for bug fixes or documentation-only updates.

Current release: v0.2.1. Use benchbox --version for a human-readable summary or benchbox --version-json when you need structured diagnostics in automation. Both commands confirm that the package, pyproject.toml, and documentation markers stay aligned. Platform runs now capture the requested versus resolved driver package versions, so comparisons across DuckDB or connector releases remain reproducible.

Usage Guides

Benchmark Library

Advanced Topics

Design & Contribution

Need Help?