Skip to content

Commit

Permalink
feat: chain size growth test and all result
Browse files Browse the repository at this point in the history
  • Loading branch information
shuzang committed Mar 7, 2021
1 parent b659410 commit a6163ba
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,16 @@ node script/05_monitorRC.js
2. Switch Remix to access account (Node1 account1)
3. Initiate continuous malicious access until the number of blocked blocks reaches 32

### Step: Transaction collect testing
### Step5: Transaction collect testing

```
chmod +x script/11_transCollectTest.sh
./script/11_transCollectTest.sh
```

### Step6: Blockchain size growth testing

```
chmod +x script/09_chainGrowthTest.sh
./script/09_chainGrowthTest.sh
```
Binary file added scripts/区块链体积增长测试的结果.xlsx
Binary file not shown.
Binary file added scripts/固定区块范围的交易收集.xlsx
Binary file not shown.
Binary file added scripts/时间测试的结果.xlsx
Binary file not shown.
Binary file added scripts/连续恶意行为.xlsx
Binary file not shown.

0 comments on commit a6163ba

Please sign in to comment.