14 lines
227 B
Markdown
14 lines
227 B
Markdown
# Benchmarks
|
|
|
|
You'll need to install the protobuf dependencies if you want to profile against protobufs.
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
To run all the benchmarks:
|
|
|
|
```bash
|
|
./run_all -l pyproto -l pyproto_cpp
|
|
```
|