Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Haraldsen committed Dec 23, 2023
1 parent cadd6b6 commit 5bd7882
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 @@ -34,8 +34,10 @@ Tests performed on a Lenovo P1 G6 laptop:
mvn jmh:benchmark
```

To plot the result and create the resulting image, you can run `plot.py`.
`python3 plot.py -i target/itu_performance.json --size=11,5`
To plot the result and create the resulting image, you can run `plot.py`, for example:
```
python3 plot.py -i target/itu_performance.json --size=11,5
```

## Example usage

Expand Down

0 comments on commit 5bd7882

Please sign in to comment.