From eeb28b13a3b7631db1bdd6908006774dd19fc68d Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:30:45 +0900 Subject: [PATCH] chore: apply loader config to performance improvement branch --- perf/BenchmarkApp/configs/schedule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/BenchmarkApp/configs/schedule.yaml b/perf/BenchmarkApp/configs/schedule.yaml index 2666030ee..8e6a4b5c3 100644 --- a/perf/BenchmarkApp/configs/schedule.yaml +++ b/perf/BenchmarkApp/configs/schedule.yaml @@ -4,4 +4,4 @@ branch-configs: config: ./perf/BenchmarkApp/configs/schedule_config.yaml - suffix: "-1" branch: feature/ImprovePerformance - config: ./perf/BenchmarkApp/configs/schedule.yaml + config: ./perf/BenchmarkApp/configs/schedule_config.yaml