-
Notifications
You must be signed in to change notification settings - Fork 11
Installing PBench
To install PBench, follow these steps.
NOTE:
These steps were written using an Apple Silicon Mac running OS X.
-
Download the latest release of the compiled executable PBench file from PBench Releases.
For an Apple Silicon system, download
pbench_arm64
. -
Make the file executable.
chmod +x pbench_arm64
-
(Optional) Rename the file for convenience.
mv pbench_arm64 pbench
-
(OS X only) Run the following command:
Run the following command before extracting the tar file:
xattr -d com.apple.quarantine 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.