Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
added hash pointer solution
Browse files Browse the repository at this point in the history
  • Loading branch information
mshuaic committed Jun 22, 2018
1 parent 0345678 commit 33dba6a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,22 @@ You need to install [fq](https://stedolan.github.io/jq/).

bash create_node.sh

If you are already running nodes, you can clean up using *clean.sh*

bash clean.sh

#### Step 3
Run benchmark.
Run benchmark. You can specify which baseline program you want to test.

python benchmark.py
python main.py baseline1.py
python main.py baseline2.py

#### Addition file
* **config.py**: rpc credentials, data directory
* **util.py**: provides utility function
* **Savoir.py**: python Json-RPC wrapper
* **baseline.py**: baseline implementation
* **benchmark.py**: benchmark test suite

## Manual Installation
* [install docker](#install-docker)
Expand Down

0 comments on commit 33dba6a

Please sign in to comment.