pycapnp/benchmark/bin
Lasse Blaauwbroek 84d0f365ad Fix formatting
2023-06-08 08:18:50 +02:00
..
pycapnp-carsales Refactored benchmarks to conform to cpp spec 2013-11-18 13:05:56 -08:00
pycapnp-catrank Refactored benchmarks to conform to cpp spec 2013-11-18 13:05:56 -08:00
pycapnp-eval Refactored benchmarks to conform to cpp spec 2013-11-18 13:05:56 -08:00
pyproto-carsales Refactored benchmarks to conform to cpp spec 2013-11-18 13:05:56 -08:00
pyproto-catrank Refactored benchmarks to conform to cpp spec 2013-11-18 13:05:56 -08:00
pyproto-eval Refactored benchmarks to conform to cpp spec 2013-11-18 13:05:56 -08:00
pyproto_cpp-carsales Update protobuf cpp benchmarks to actually use cpp 2014-01-15 22:07:41 -08:00
pyproto_cpp-catrank Update protobuf cpp benchmarks to actually use cpp 2014-01-15 22:07:41 -08:00
pyproto_cpp-eval Update protobuf cpp benchmarks to actually use cpp 2014-01-15 22:07:41 -08:00
README.md Adding instructions to run the benchmarks 2020-06-09 00:04:07 -07:00
requirements.txt Adding instructions to run the benchmarks 2020-06-09 00:04:07 -07:00
run_all.py Fix formatting 2023-06-08 08:18:50 +02:00
runner.py Fix formatting 2023-06-08 08:18:50 +02:00

Benchmarks

You'll need to install the protobuf dependencies if you want to profile against protobufs.

pip install -r requirements.txt

To run all the benchmarks:

./run_all -l pyproto -l pyproto_cpp