Commit 3a6d2a3
authored
fix(benchmarks): Bump max_decoding_message_size to 32MiB to fix batch processor benchmarks (#2730)
# Change Summary
Batch processor benchmarks had 100% signal drop rate due to being over
the decompression limit on the backend engine. Bumping the limit fixes
the issue for both continuous and nightly.
## What issue does this PR close?
* Closes #2729
## How are these changes tested?
Ran all scenarios locally and observed the dropped rate being 0 (or
less):
<img width="1891" height="466" alt="image"
src="https://github.com/user-attachments/assets/6af43bf9-2e61-4af9-a48b-8285f8768a92"
/>
## Are there any user-facing changes?
No1 parent dd34485 commit 3a6d2a3
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments