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