From 1aedaa2b6795bf4eec773e68c39acbb812df7b26 Mon Sep 17 00:00:00 2001 From: Nathan Bailey Date: Fri, 15 Mar 2024 09:23:17 +0000 Subject: feat: Add e2e optimization profile Adds optimization profile to the tests_e2e directory: - Enables the number of steps to be configured to reduce e2e runtime Signed-off-by: Nathan Bailey Change-Id: I1433c75b22916a3fa640917bc18175607ac24755 --- tests_e2e/optimization_e2e_test.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests_e2e/optimization_e2e_test.toml diff --git a/tests_e2e/optimization_e2e_test.toml b/tests_e2e/optimization_e2e_test.toml new file mode 100644 index 0000000..099247c --- /dev/null +++ b/tests_e2e/optimization_e2e_test.toml @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: Copyright 2024, Arm Limited and/or its affiliates. +# SPDX-License-Identifier: Apache-2.0 + +[training] +steps = 1000 -- cgit v1.2.1