mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Adding instructions to run the benchmarks
- Note that these tests don't test RPC, only data format
This commit is contained in:
parent
49fd4854d8
commit
b5cd22d569
2 changed files with 14 additions and 0 deletions
13
benchmark/bin/README.md
Normal file
13
benchmark/bin/README.md
Normal 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
|
||||
```
|
1
benchmark/bin/requirements.txt
Normal file
1
benchmark/bin/requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
protobuf
|
Loading…
Add table
Reference in a new issue