aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Bailey <nathan.bailey@arm.com>2024-03-15 09:23:17 +0000
committerNathan Bailey <nathan.bailey@arm.com>2024-03-19 11:47:16 +0000
commit1aedaa2b6795bf4eec773e68c39acbb812df7b26 (patch)
tree34b137d153341d1317521e7c9b379d58ce9b92d4
parent0b552d2ae47da4fb9c16d2a59d6ebe12c8307771 (diff)
downloadmlia-1aedaa2b6795bf4eec773e68c39acbb812df7b26.tar.gz
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 <nathan.bailey@arm.com> Change-Id: I1433c75b22916a3fa640917bc18175607ac24755
-rw-r--r--tests_e2e/optimization_e2e_test.toml5
1 files changed, 5 insertions, 0 deletions
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