Skip to content

A light-weight tool to test performance of Hyperledger Fabric It is used to perform super simple performance test. Our main focus is to make sure that tape will not be the bottleneck of performance test

Notifications You must be signed in to change notification settings

sharan12221/HLF_performance_benchmar_with_Tape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HLF_performance_benchmar_with_Tape

A light-weight tool to test performance of Hyperledger Fabric It is used to perform super simple performance test. Our main focus is to make sure that tape will not be the bottleneck of performance test

steps

  1. Install tape binarys
chmod +x install.sh
./install.sh
  1. run commitOnly
./tape-Linux-X64 commitOnly --config=config.yaml --number=2000
  1. run endorsementOnly
./tape-Linux-X64 endorsementOnly --config=config.yaml --number=2000
  1. run complete transaction
./tape-Linux-X64 --config=config.yaml --number=2000

About

A light-weight tool to test performance of Hyperledger Fabric It is used to perform super simple performance test. Our main focus is to make sure that tape will not be the bottleneck of performance test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published