diff options
-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", |