diff --git a/benchmark/bin/README.md b/benchmark/bin/README.md new file mode 100644 index 0000000..6d8c6b9 --- /dev/null +++ b/benchmark/bin/README.md @@ -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 +``` diff --git a/benchmark/bin/requirements.txt b/benchmark/bin/requirements.txt new file mode 100644 index 0000000..b0c79cc --- /dev/null +++ b/benchmark/bin/requirements.txt @@ -0,0 +1 @@ +protobuf