Skip to content

Commit

Permalink
Adding some output
Browse files Browse the repository at this point in the history
  • Loading branch information
wardbekker committed Mar 20, 2017
1 parent 448af09 commit 5440c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/org/ward/Benchmark.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object Benchmark {
b.saveAsTextFile(outputTempPath)
}

log.info("\nABenchmark: Pass " + i " Aggregate Throughput : " + (nFiles * fSize.toLong)/(timeW/1000.toFloat) + " Bytes per second")
log.info("\nABenchmark: Pass " + i + " Aggregate Throughput : " + (nFiles * fSize.toLong)/(timeW/1000.toFloat) + " Bytes per second")

totalTimeW += timeW

Expand Down

0 comments on commit 5440c43

Please sign in to comment.