-
Notifications
You must be signed in to change notification settings - Fork 18
QuickStart
Steve Burnett edited this page Apr 30, 2024
·
11 revisions
A running Presto server. To install and run Presto locally, see Deploy Presto From a Docker Image.
Follow these steps to install and run PBench.
-
Install PBench following the steps in Install PBench.
-
Quick Configure PBench following the steps in Install PBench.
-
Run the following command:
./pbench run -s http://localhost:8080 -o pbench_results pbench/benchmarks/tpc-ds/ds_power.json pbench/benchmarks/tpc-ds/sf1.jsonIf the Presto server is at a different URI, replace
http://localhost:8080with the URI of the Presto server.PBench writes the output of the benchmark run to the
pbench_resultsdirectory.
For an explanation of the command options, see Run PBench.