Skip to content

QuickStart

Steve Burnett edited this page Apr 16, 2024 · 11 revisions

QuickStart

Prerequisite: A Presto server running locally. To quickly install and run Presto, see Deploy Presto From a Docker Image.

Follow these steps to quickly install and run PBench.

  1. Install PBench following the steps in Install PBench.

  2. Quick Configure PBench following the steps in Install PBench.

  3. 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.json

    PBench writes the output of the run to the pbench_results directory.

For an explanation of the command options, see Run PBench.

Clone this wiki locally