forked from ooibc88/blockbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
This directory contains implementation of dirvers for both **Micro-** and **Macro-** benchmark workloads. | ||
This directory contains implementation of divers for both **Micro-** and **Macro-** benchmark workloads. | ||
|
||
* [Micro-benchmark](micro/README.md) contains workload of DoNothing, IOHeavy, CPUHeavy and Analytic. | ||
* [Micro-benchmark](micro/README.md) contains workload of DoNothing, IOHeavy, CPUHeavy and Analytics. | ||
|
||
* [Macro-benchmark](macro/README.md) contains workload of YCSB(KVStore) and SmallBank. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# 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. | ||
* 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`. | ||
`array_size` is the size of the array to sort. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters