Skip to content

Commit

Permalink
Merge pull request #100 from cmppoon/master
Browse files Browse the repository at this point in the history
Fixed incorrect header import and improved instructions in README
  • Loading branch information
KunPengRen authored Apr 28, 2022
2 parents 9f7410f + dc5644e commit bc4c184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/fabric-v2.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ node block-server.js ${CHANNEL_NAME} 8800 > block-server.log 2>&1 &
```

Launch two transaction services on port 8801 and 8802 respectively in the background, each listening for json requests and routes them to Fabric network.
`$MODE` is determined by individual benchmarks. In most cases, macro benchmarks opt for `$MODE=open_loop` and micro benchmarks opt for `$MODE=closed_loop`.
`$MODE` is determined by individual benchmarks. In most cases, macro benchmarks opt for `MODE=open_loop` and micro benchmarks opt for `MODE=closed_loop`.
```
# Still in services/
node txn-server.js ${CHANNEL_NAME} ${CC_NAME} ${MODE} 8801 > txn-server-8801.log 2>&1 &
Expand Down
2 changes: 1 addition & 1 deletion src/macro/kvstore/core/fabricv2_util.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "hyperledger_utils.h"
#include "fabricv2_utils.h"

namespace BBUtils {
namespace FABV2Utils {
Expand Down

0 comments on commit bc4c184

Please sign in to comment.