Skip to content

Commit

Permalink
Clarify usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Mar 8, 2023
1 parent a4cb27c commit 59ab4f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
Repository for storing performance benchmark results.

## Generate performance graphs locally
```
```sh
# get benchmark results and processing script
git clone [email protected]:kokkos/benchmark_monitor.git
git clone [email protected]:kokkos/kokkos-benchmark-results.git
cd benchmark_monitor
# create and activate virtual environment
python3 -m venv env
source env/bin/activate
# continue inside a virtual environment
pip install -r requirements.txt
python benchmark_monitor.py -d ../benchmark-results -o output
```
Expand Down

0 comments on commit 59ab4f2

Please sign in to comment.