Skip to content

Commit

Permalink
typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bulldosers committed Jan 5, 2018
1 parent 450c472 commit 039e61b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/micro/analytic/ethereum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Need to populate the blockchain system using some pre-generated transactions bef

* Q2: `node bench_q2.js start_block end_block account` queries Q2(largest transaction value) for account `account` from block `start_block` to block `end_block`.(for example: `node bench_q2.js 3 100 0x12f029d57082315085bfb4d4d8345c92c5cdd881`)

* Q3: `node bench_q3.js start_block end_block account` queries Q3(largest account balance) for account `account` from block `start_block` to block `end_block`.(for example: `node bench_q2.js 3 100 0x12f029d57082315085bfb4d4d8345c92c5cdd881`)
* Q3: `node bench_q3.js start_block end_block account` queries Q3(largest account balance) for account `account` from block `start_block` to block `end_block`.(for example: `node bench_q3.js 3 100 0x12f029d57082315085bfb4d4d8345c92c5cdd881`)
2 changes: 1 addition & 1 deletion src/micro/cpuheavy/ethereum/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Prepare
At first, use [start_ethereum.sh](../../ethereum_script/start_ethereum.sh) to start geth client, then open another terminal to do next step
At first, use `npm start` or [start_ethereum.sh](../../ethereum_script/start_ethereum.sh) to start geth client, then open another terminal to do next step

# Run
* use `node deploy.js array_size` to deploy the sorting smart contract to blockchain, and also issue a sort request. It will report the latency into `stdout`.
Expand Down
2 changes: 1 addition & 1 deletion src/micro/ioheavy/ethereum/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Prepare
At first, use [start_ethereum.sh](../../ethereum_script/start_ethereum.sh) to start geth client, then open another terminal to do next step
At first, use `npm start` or [start_ethereum.sh](../../ethereum_script/start_ethereum.sh) to start geth client, then open another terminal to do next step

# Experiment Setup

Expand Down

0 comments on commit 039e61b

Please sign in to comment.