pgbench fixes
diff --git a/wally/run_test.py b/wally/run_test.py
index 5412be3..8c1fece 100755
--- a/wally/run_test.py
+++ b/wally/run_test.py
@@ -456,7 +456,7 @@
             print("\n")
             print(IOPerfTest.format_for_console(data))
             print("\n")
-        if 'mysql' == tp and data is not None:
+        if tp in ['mysql', 'pgbench'] and data is not None:
             print("\n")
             print(MysqlTest.format_for_console(data))
             print("\n")