From e3f84c679dfa2962611a6bb0aed4bef93de176a8 Mon Sep 17 00:00:00 2001 From: takayuki-nagai <57936858+takayuki-nagai@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:04:14 +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 7a9c17d6..de6033cc 100644 --- a/test-network-k8s/docs/CALIPER.md +++ b/test-network-k8s/docs/CALIPER.md @@ -99,7 +99,8 @@ organizations: discover: true ``` -Currently, sample code for running a performance benchmark targeting asset-transfer-basic is not published on github. Therefore, use the sample code published in [Caliper's user manual to build a test workload.](https://hyperledger.github.io/caliper/vNext/fabric-tutorial/tutorials-fabric-existing/) +Currently, sample code for running a performance benchmark targeting asset-transfer-basic is not published on the Caliper repository. Therefore, use the sample code published in [Caliper's user manual to build a test workload.](https://hyperledger.github.io/caliper/vNext/fabric-tutorial/tutorials-fabric-existing/) + As shown in "Step 3" of the above document, create workload/readAsset.js file and edit as below: