We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0732b commit bcd07e9Copy full SHA for bcd07e9
crossbeam-channel/benchmarks/README.md
@@ -16,6 +16,12 @@ Default configuration:
16
17
### Running
18
19
+Install python packages:
20
+
21
+```
22
+pip install -r requirements.txt
23
24
25
Runs benchmarks, stores results into `*.txt` files, and generates `plot.png`:
26
27
```
@@ -28,7 +34,8 @@ Dependencies:
28
34
- Go
29
35
- Bash
30
36
- Python
31
-- Plotly
37
+- plotly (python graphing library)
38
+- kaleido (image export engine for plotly)
32
39
33
40
### Results
41
0 commit comments