We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169aaf0 commit 175538fCopy full SHA for 175538f
1 file changed
README.md
@@ -86,27 +86,13 @@ Run benchmarks
86
make benchmark_scout_engines
87
```
88
89
-## Generate charts using jupyter notebooks
+## Generate charts
90
91
Install python deps for plotting benchmark graphs:
92
93
```shell
94
$ 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
109
-$ make notebook
+$ make generate_charts
110
111
112
## EVM engine versions
0 commit comments