Skip to content

Commit

Permalink
add requirements.txt for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Osteoporosis committed Jan 25, 2024
1 parent 3b0732b commit bcd07e9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion crossbeam-channel/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Default configuration:

### Running

Install python packages:

```
pip install -r requirements.txt
```

Runs benchmarks, stores results into `*.txt` files, and generates `plot.png`:

```
Expand All @@ -28,7 +34,8 @@ Dependencies:
- Go
- Bash
- Python
- Plotly
- plotly (python graphing library)
- kaleido (image export engine for plotly)

### Results

Expand Down

0 comments on commit bcd07e9

Please sign in to comment.