Open houqinghui opened 5 years ago
I would add the following remarks:
"info" : {
"Version": "1.1.0",
"Size": "2 Orgs with 1 Peer",
"Orderer": "Solo",
"Distribution": "Single Host"
}
Place a top-level info
block into your network configuration file (see for example, the end of network/fabric-v1.1/2org1peergoleveldb/fabric-go-tls.json
). In that block you can add arbitrary key-value pairs, and they will be added to the generated report as-is.
@aklenik is there a way to extract a detailed transaction log of a test run? For example in json or csv form?
@ig0rsky The Fabric CCP adapter collects everything that can be observed by a client, give it a try. Based on this you can do your own CSV export after each transaction (maybe using a WriteStream for efficiency reasons).
For example, I want to have more automated control over the name of the report and where it is saved. It would also be nice to have the report formatted as a CSV or something more data-friendly. I think the datas that Caliper produces should be acessibale to user, and User can present the datas in many visualization methods.