From fc8cc7b0a303cf68cab2eef64bea493eeaa75508 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:43:43 +0900 Subject: [PATCH] chore: add 28x1 benchmark test on schedule insecure --- perf/BenchmarkApp/configs/schedule.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/perf/BenchmarkApp/configs/schedule.yaml b/perf/BenchmarkApp/configs/schedule.yaml index 6d5936b3d..13aee1aca 100644 --- a/perf/BenchmarkApp/configs/schedule.yaml +++ b/perf/BenchmarkApp/configs/schedule.yaml @@ -21,6 +21,11 @@ jobs: channels: 28 streams: 1 serialization: messagepack + - tags: legend:messagepack-h2c-linux,streams:28x1,protocol:h2c,serialization:messagepack + protocol: h2c + channels: 1 + streams: 28 + serialization: messagepack - tags: legend:messagepack-h2c-linux,streams:70x1,protocol:h2c,serialization:messagepack protocol: h2c channels: 1 @@ -64,6 +69,11 @@ jobs: channels: 28 streams: 1 serialization: memorypack + - tags: legend:memorypack-h2c-linux,streams:28x1,protocol:h2c,serialization:memorypack + protocol: h2c + channels: 1 + streams: 28 + serialization: memorypack - tags: legend:memorypack-h2c-linux,streams:70x1,protocol:h2c,serialization:memorypack protocol: h2c channels: 1