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
- Host: GitHub
- URL: https://github.com/arsulegai/caliper-toolkit
- Owner: arsulegai
- Created: 2020-10-09T07:34:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T12:32:05.000Z (over 4 years ago)
- Last Synced: 2025-01-11T22:14:15.966Z (4 months ago)
- Topics: caliper, hyperledger-caliper, toolkit
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- ...
```