https://github.com/prestodb/pbench
Presto/Prestissimo Benchmark Toolset
https://github.com/prestodb/pbench
benchmarking lakehouse presto
Last synced: 5 months ago
JSON representation
Presto/Prestissimo Benchmark Toolset
- Host: GitHub
- URL: https://github.com/prestodb/pbench
- Owner: prestodb
- License: apache-2.0
- Created: 2024-04-05T18:49:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-25T15:44:29.000Z (5 months ago)
- Last Synced: 2025-04-25T16:49:17.894Z (5 months ago)
- Topics: benchmarking, lakehouse, presto
- Language: Go
- Homepage:
- Size: 2.84 MB
- Stars: 5
- Watchers: 53
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# PBench
PBench is a benchmark runner intended as a replacement to [Benchto](https://github.com/prestodb/benchto). PBench provides
* support for concurrent query workloads
* results capturing for correctness verification
* query log collection
* flexible definition of benchmarksFor a detailed explanation of PBench’s design and architecture, see [Comprehensive Performance Benchmarking, Monitoring, and Reporting Infrastructure for Presto and Prestissimo](https://github.com/prestodb/pbench/wiki/ComprehensivePerformanceBenchmarking.pdf).
[QuickStart](https://github.com/prestodb/pbench/wiki/QuickStart)
[Installing PBench](https://github.com/prestodb/pbench/wiki/Installing-PBench)
[Configuring PBench](https://github.com/prestodb/pbench/wiki/Configuring-PBench)
[Parameters](https://github.com/prestodb/pbench/wiki/Parameters)
[Running PBench](https://github.com/prestodb/pbench/wiki/Running-PBench)
[Using PBench](https://github.com/prestodb/pbench/wiki/Using-PBench)
[Understanding PBench Output](https://github.com/prestodb/pbench/wiki/Understanding-PBench-Output)