omg fixes
diff --git a/wally/suits/omgbench/__init__.py b/wally/suits/omgbench/__init__.py
index d3f82a2..10b84f1 100644
--- a/wally/suits/omgbench/__init__.py
+++ b/wally/suits/omgbench/__init__.py
@@ -19,7 +19,7 @@
         count = 0
         for res in data[0]:
             msgs, success, duration = res.raw_result.strip().split('\n')
-            count += msgs
+            count += int(msgs)
             success_vals.append(float(success))
             duration_vals.append(float(duration))