Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
restore one line comment at line 808 of DBWorkload.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jiachenwang committed Dec 15, 2017
1 parent 6f27aa8 commit c0c2fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/oltpbenchmark/DBWorkload.java
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ private static Results runWorkload(List<BenchmarkModule> benchList, boolean verb
for (BenchmarkModule bench : benchList) {
LOG.info("Creating " + bench.getWorkloadConfiguration().getTerminals() + " virtual terminals...");
workers.addAll(bench.makeWorkers(verbose));
LOG.info("done.");
// LOG.info("done.");

int num_phases = bench.getWorkloadConfiguration().getNumberOfPhases();
LOG.info(String.format("Launching the %s Benchmark with %s Phase%s...",
Expand Down

0 comments on commit c0c2fde

Please sign in to comment.