From 5a357ed3f726a6e7eb34c9841413559535a306a2 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:30:15 +0900 Subject: [PATCH] chore: add benchmark loader config --- perf/BenchmarkApp/configs/schedule.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 perf/BenchmarkApp/configs/schedule.yaml diff --git a/perf/BenchmarkApp/configs/schedule.yaml b/perf/BenchmarkApp/configs/schedule.yaml new file mode 100644 index 000000000..2666030ee --- /dev/null +++ b/perf/BenchmarkApp/configs/schedule.yaml @@ -0,0 +1,7 @@ +branch-configs: + - suffix: "" + branch: main + config: ./perf/BenchmarkApp/configs/schedule_config.yaml + - suffix: "-1" + branch: feature/ImprovePerformance + config: ./perf/BenchmarkApp/configs/schedule.yaml