diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2021-05-27 17:13:17 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2021-05-27 17:13:17 +0200 |
commit | daaa9405ee73da1c5138d0bad093e818cfbb7515 (patch) | |
tree | e2f474269cb5cf2cd088c6450b0cd4c38e046800 /lib | |
parent | 5ff0cec38de7b526ea5e8ff547bad6462744b352 (diff) |
protocol_benchmarks: increase capnproto buffer size
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/protocol_benchmarks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/protocol_benchmarks.py b/lib/protocol_benchmarks.py index 4e580e9..4a40de9 100755 --- a/lib/protocol_benchmarks.py +++ b/lib/protocol_benchmarks.py @@ -465,7 +465,7 @@ class CapnProtoC(DummyProtocol): def __init__( self, data, - max_serialized_bytes=128, + max_serialized_bytes=2048, packed=False, trail=["benchmark"], int_type="uint16_t", |