Update test-network-k8s/docs/CALIPER.md

Co-authored-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
Signed-off-by: takayuki-nagai <57936858+takayuki-nagai@users.noreply.github.com>
This commit is contained in:
takayuki-nagai 2024-07-11 20:03:43 +09:00 committed by GitHub
parent 4b9b4753e4
commit 47a248bb85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```