summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-05-27 17:13:17 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-05-27 17:13:17 +0200
commitdaaa9405ee73da1c5138d0bad093e818cfbb7515 (patch)
treee2f474269cb5cf2cd088c6450b0cd4c38e046800 /lib
parent5ff0cec38de7b526ea5e8ff547bad6462744b352 (diff)
protocol_benchmarks: increase capnproto buffer size
Diffstat (limited to 'lib')
-rwxr-xr-xlib/protocol_benchmarks.py2
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",