commit | 2be79a939a0b0ac02bab13af9a3571fb35bbd96c | [log] [tgz] |
---|---|---|
author | Yulia Portnova <yportnova@mirantis.com> | Tue Dec 22 12:46:10 2015 +0200 |
committer | Yulia Portnova <yportnova@mirantis.com> | Tue Dec 22 12:46:10 2015 +0200 |
tree | a7e33f7df974f894ac9b24ba8e3b184e76c8fdc4 | |
parent | 043fa79f49181cb7dafeb52c1058f44b49ff9769 [diff] [blame] |
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))