Skip to content

Commit

Permalink
Merge branch 'master' of github.com:simple-rules/harmony-benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
lokatija committed Jun 25, 2018
2 parents b421177 + be1c485 commit e166f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions aws-code/transaction_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func main() {
// h := log.CallerFileHandler(log.StdoutHandler)
log.Root().SetHandler(h)


// Client server setup
clientPort := getClientPort(&config)
if clientPort != "" {
Expand All @@ -156,7 +155,6 @@ func main() {
}()
}


// Testing node to mirror the node data in consensus
nodes := []node.Node{}
for _, shardId := range shardIds {
Expand Down Expand Up @@ -192,7 +190,6 @@ func main() {
time.Sleep(500 * time.Millisecond) // Send a batch of transactions periodically
}


// Send a stop message to stop the nodes at the end
msg := node.ConstructStopMessage()
peers := append(getValidators(*configFile), leaders...)
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create a tmp folder for logs
t=`date +"%Y%m%d-%H%M%S"`
log_folder="log-$t"
log_folder="tmp_log/log-$t"

if [ ! -d $log_folder ]
then
Expand Down

0 comments on commit e166f73

Please sign in to comment.