Skip to content

Commit bcd07e9

Browse files
committed
add requirements.txt for benchmark
1 parent 3b0732b commit bcd07e9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

crossbeam-channel/benchmarks/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Default configuration:
1616

1717
### Running
1818

19+
Install python packages:
20+
21+
```
22+
pip install -r requirements.txt
23+
```
24+
1925
Runs benchmarks, stores results into `*.txt` files, and generates `plot.png`:
2026

2127
```
@@ -28,7 +34,8 @@ Dependencies:
2834
- Go
2935
- Bash
3036
- Python
31-
- Plotly
37+
- plotly (python graphing library)
38+
- kaleido (image export engine for plotly)
3239

3340
### Results
3441

0 commit comments

Comments
 (0)