Skip to content

Commit 175538f

Browse files
committed
update readme
1 parent 169aaf0 commit 175538f

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -86,27 +86,13 @@ Run benchmarks
8686
make benchmark_scout_engines
8787
```
8888

89-
## Generate charts using jupyter notebooks
89+
## Generate charts
9090

9191
Install python deps for plotting benchmark graphs:
9292

9393
```shell
9494
$ pip install -r requirements.txt
95-
```
96-
97-
Launch a server to access generated charts in Jupyter notebooks:
98-
99-
```shell
100-
$ cd notebooks
101-
$ jupyter-notebook
102-
```
103-
104-
Follow the instructions on the console to access the notebook from the browser.
105-
106-
Alternatively extract the images to the `images` directory by running:
107-
108-
```shell
109-
$ make notebook
95+
$ make generate_charts
11096
```
11197

11298
## EVM engine versions

0 commit comments

Comments
 (0)