An open API service indexing awesome lists of open source software.

https://github.com/arsulegai/caliper-toolkit

Toolkit for running the performance benchmark tests on Hyperledger Fabric network using Hyperledger Caliper
https://github.com/arsulegai/caliper-toolkit

caliper hyperledger-caliper toolkit

Last synced: 3 months ago
JSON representation

Toolkit for running the performance benchmark tests on Hyperledger Fabric network using Hyperledger Caliper

Awesome Lists containing this project

README

        

# CALIPER TOOLKIT

A toolkit for the Hyperledger Caliper tool.

## Use

Run the `./setup.sh -h` command to find the latest options available.

In case you're experimenting with the Hyperledger Fabric network,
then create a folder with following contents (let's call the created
folder to be `folder` for further explanation)

```
- folder
- folder:caliper
- file:network.yaml (HLF configuration)
- file:config.yaml (Caliper configuration)
- folder:workloads (Place all your workload files here)
- folder:chaincode
- folder:go
- folder:chaincode1 (This is where you place your chaincode folders)
- ...
```