From 5bd78828d62edb0d47dd1b94dd7a462838028c57 Mon Sep 17 00:00:00 2001 From: Morten Haraldsen Date: Sat, 23 Dec 2023 22:02:38 +0100 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2436a0..c7fd6d6 100644 --- a/README.md +++ b/README.md @@ -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