Skip to content

Commit

Permalink
print state in runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spennihana committed Oct 10, 2014
1 parent fc2dabc commit 5690982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions h2o-perf/bench/py/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ def main(argv):

# Run tests
perf_runner.run_tests()
print "Finished running all tests"

# Alerts
print "Running Alerts Rollup"
( Alerter(order=10, names=perf_runner.names) ).alert() # Parens around Alerter to make explicit that alert() is non-static

if __name__ == "__main__":
Expand Down

0 comments on commit 5690982

Please sign in to comment.