Files
pycapnp/benchmark/bin/README.md
Jacob Alexander b5cd22d569 Adding instructions to run the benchmarks
- Note that these tests don't test RPC, only data format
2020-06-09 00:04:07 -07:00

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
```