From 47a248bb85e8e4961c329f592c333944b7e10452 Mon Sep 17 00:00:00 2001 From: takayuki-nagai <57936858+takayuki-nagai@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:03:43 +0900 Subject: [PATCH] Update test-network-k8s/docs/CALIPER.md Co-authored-by: Tatsuya Sato Signed-off-by: takayuki-nagai <57936858+takayuki-nagai@users.noreply.github.com> --- test-network-k8s/docs/CALIPER.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-network-k8s/docs/CALIPER.md b/test-network-k8s/docs/CALIPER.md index 0383d101..891447d0 100644 --- a/test-network-k8s/docs/CALIPER.md +++ b/test-network-k8s/docs/CALIPER.md @@ -192,6 +192,7 @@ test: After creating the above files, you can run a performance benchmark with the following command, which will create some assets and measure the time it takes to reference the assets. -```bash +```shell + npx caliper launch manager --caliper-workspace . --caliper-benchconfig benchmarks/myAssetBenchmark.yaml --caliper-networkconfig networks/fabric/test-network.yaml ```