Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: SamYuan1990 <yy19902439@126.com>
  • Loading branch information
SamYuan1990 committed Nov 4, 2020
1 parent 79bb905 commit d2f1ad3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.MD
Expand Up @@ -3,7 +3,7 @@

## What is Probe
![probe define](probe.png)
Probe is a web GUI application with for Hyperledger Fabric mantianer, user, research to find the best block config logic for my chaincode.
Probe is a web GUI application with for Hyperledger Fabric mantianer, user, research to find the best block config logic for specific chaincode and fabric network.

- Probe provides loop test control for given block parameter arrays.
- Probe provides sample chaincode for some test cases.
Expand All @@ -22,10 +22,11 @@ for each graph from output, label as below
| AbsoluteMaxBytes | PreferredMaxBytes | tps |

## Why Probe
As TWGC performance work group, we found out that different block parameters, networks, chaicndoe language and chaincode logic having influence final TPS.
As discussed with TWGC performance work group, we found out that different block parameters, networks, chaicndoe language and chaincode logic having influence final TPS.
To answer, the best parameter for specific fabric network and fabric chaincode, I create this project.

### For Fabric user
You are able to have better understanding with performance for your chaincode logic by:
You are able to have better understanding with performance for specific chaincode logic by:
1. Perpare probe for your test env.
2. Start probe with parameters.
3. Once ompleted, you will get the TPS rates with block parameters in GUI as above.
Expand Down

0 comments on commit d2f1ad3

Please sign in to comment.