Skip to content

Installing PBench

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

Installing PBench

To install PBench, follow these steps.

NOTE:
These steps were written using an Apple Silicon Mac running OS X.

  1. Download the latest release of the compiled executable PBench file from PBench Releases.

    For an Apple Silicon system, download pbench_arm64.

  2. Make the file executable.

    chmod +x pbench_arm64

  3. (Optional) Rename the file for convenience.

    mv pbench_arm64 pbench

  4. (OS X only) Run the following command:

    Run the following command before extracting the tar file:

    xattr -d com.apple.quarantine pbench

Quick Configure PBench

To provide many default configuration files for pbench, use git to clone the pbench repository to your local system. Run the following command:

git clone https://github.com/yzhang1991/pbench.git

NOTE:
Update link in git clone command before publishing. Delete this note before publishing.

To configure PBench for specific uses, see Configure PBench.

Clone this wiki locally