summaryrefslogtreecommitdiff
path: root/docs/sections/testing_benchmarking.md
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2021-05-07 11:57:30 +0100
committerKshitij Sisodia <kshitij-sisodia-arm@review.mlplatform.org>2021-05-19 08:49:10 +0000
commit958133d49b121e997b63ad81f96db90fdd2a3e45 (patch)
treeb658654353c15a75f67df8c85a1cf6404fd3c8a7 /docs/sections/testing_benchmarking.md
parentafb0963b9d4413a398ebaa0185db88d88295e954 (diff)
downloadml-embedded-evaluation-kit-958133d49b121e997b63ad81f96db90fdd2a3e45.tar.gz
MLECO-1913: Documentation update: helper scripts and AD use case model update
Change-Id: I610b720146b520fe8633d25255b97df647b99ef5 Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
Diffstat (limited to 'docs/sections/testing_benchmarking.md')
-rw-r--r--docs/sections/testing_benchmarking.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/sections/testing_benchmarking.md b/docs/sections/testing_benchmarking.md
index 7932dde..904f2c9 100644
--- a/docs/sections/testing_benchmarking.md
+++ b/docs/sections/testing_benchmarking.md
@@ -27,13 +27,13 @@ Where:
- `utils`: contains utilities sources used only within the tests.
When [configuring](./building.md#configuring-the-build-native-unit-test) and
-[building](./building.md#Building-the-configured-project) for `native` target platform results of the build will
-be placed under `build/bin/` folder, for example:
+[building](./building.md#building-the-configured-project) for `native` target platform results of the build will
+be placed under `<build folder>/bin/` folder, for example:
```tree
.
-├── dev_ethosu_eval-<usecase1>-tests
-├── dev_ethosu_eval-<usecase2>-tests
+├── arm_ml_embedded_evaluation_kit-<usecase1>-tests
+├── arm_ml_embedded_evaluation_kit-<usecase2>-tests
├── ethos-u-<usecase1>
└── ethos-u-<usecase1>
```
@@ -41,7 +41,7 @@ be placed under `build/bin/` folder, for example:
To execute unit-tests for a specific use-case in addition to the common tests:
```commandline
-dev_ethosu_eval-<use_case>-tests
+arm_ml_embedded_evaluation_kit-<use_case>-tests
```
```log