From 8d1e7d9823d2a556acfeecd05527a1ce77c07052 Mon Sep 17 00:00:00 2001 From: Mayuki Sawatari Date: Fri, 27 Dec 2024 18:24:23 +0900 Subject: [PATCH] Update schedule.yaml --- perf/BenchmarkApp/configs/schedule.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perf/BenchmarkApp/configs/schedule.yaml b/perf/BenchmarkApp/configs/schedule.yaml index 7268b169f..c3f369614 100644 --- a/perf/BenchmarkApp/configs/schedule.yaml +++ b/perf/BenchmarkApp/configs/schedule.yaml @@ -22,3 +22,6 @@ branch-configs: - suffix: "-6" branch: feature/ReuseStreamingHubContext config: ./perf/BenchmarkApp/configs/workflow_dispatch_messagepack_h2c.yaml + - suffix: "-7" + branch: experimental/NoUsePayloadPoolOnServer + config: ./perf/BenchmarkApp/configs/workflow_dispatch_messagepack_h2c.yaml