summaryrefslogtreecommitdiffstats
path: root/k6-tests/README.md
diff options
context:
space:
mode:
authorSourabh Sourabh <sourabh.sourabh@est.tech>2024-07-09 09:38:47 +0000
committerGerrit Code Review <gerrit@onap.org>2024-07-09 09:38:47 +0000
commitef58dce98c142384b65e6cbacacb58387730da5d (patch)
tree24f4c7419e1ec59215ef6a5809c330a0194268f5 /k6-tests/README.md
parentb624ab20aadf729f7e3c474475351eba1092e9c0 (diff)
parent4e9f68c7e11b05e82e53b3149caf8443026b5ca0 (diff)
Merge "[k6] Measure CM-handle (de)registration in CM-handles/sec"
Diffstat (limited to 'k6-tests/README.md')
-rw-r--r--k6-tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/README.md b/k6-tests/README.md
index e26b18609c..0fdebcfe9d 100644
--- a/k6-tests/README.md
+++ b/k6-tests/README.md
@@ -21,5 +21,5 @@ docker-compose -f docker-compose/docker-compose.yml --profile dmi-stub up
To run an individual test from command line, use
```shell
-k6 run ncmp/1-create-cmhandles.js
+k6 run ncmp/ncmp-kpi.js
```