Adding instructions to run the benchmarks

- Note that these tests don't test RPC, only data format
This commit is contained in:
Jacob Alexander 2020-06-09 00:04:07 -07:00
parent 49fd4854d8
commit b5cd22d569
2 changed files with 14 additions and 0 deletions

13
benchmark/bin/README.md Normal file
View file

@ -0,0 +1,13 @@
# 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
```

View file

@ -0,0 +1 @@
protobuf