Skip to content

QuickStart

Steve Burnett edited this page May 2, 2024 · 11 revisions

Prerequisite

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

Install and Run PBench

Follow these steps to install and run PBench.

  1. Install PBench following the steps in [Installing PBench](Installing PBench).

  2. Quick Configure PBench following the steps in [Installing PBench](Installing 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

    If the Presto server is at a different URI, replace http://localhost:8080 with the URI of the Presto server.

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

For an explanation of the command options, see [Running PBench](Running PBench).

Clone this wiki locally