Merge lp:~kalebral-deactivatedaccount/drizzle-automation/sysbench-reporting-format into lp:drizzle-automation

Proposed by Lee Bieber
Status: Merged
Approved by: Patrick Crews
Approved revision: 215
Merged at revision: 215
Proposed branch: lp:~kalebral-deactivatedaccount/drizzle-automation/sysbench-reporting-format
Merge into: lp:drizzle-automation
Diff against target: 34 lines (+3/-3)
2 files modified
drizzle/automation/config/automation.cnf (+1/-1)
drizzle/automation/reports/sysbench.py (+2/-2)
To merge this branch: bzr merge lp:~kalebral-deactivatedaccount/drizzle-automation/sysbench-reporting-format
Reviewer Review Type Date Requested Status
Drizzle Automatons Pending
Review via email: mp+40773@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'drizzle/automation/config/automation.cnf'
--- drizzle/automation/config/automation.cnf 2010-10-16 01:45:32 +0000
+++ drizzle/automation/config/automation.cnf 2010-11-12 23:46:53 +0000
@@ -30,7 +30,7 @@
3030
31# Use either mysql or drizzle db to store benchmark data31# Use either mysql or drizzle db to store benchmark data
3232
33use_db= mysql33use_db= drizzle
3434
35[ssh]35[ssh]
3636
3737
=== modified file 'drizzle/automation/reports/sysbench.py'
--- drizzle/automation/reports/sysbench.py 2010-10-05 01:06:40 +0000
+++ drizzle/automation/reports/sysbench.py 2010-11-12 23:46:53 +0000
@@ -76,7 +76,7 @@
76, ROUND(agg.min_tps, 2) AS min_tps76, ROUND(agg.min_tps, 2) AS min_tps
77, ROUND(agg.max_tps, 2) AS max_tps77, ROUND(agg.max_tps, 2) AS max_tps
78, ROUND(agg.avg_tps, 2) AS avg_tps78, ROUND(agg.avg_tps, 2) AS avg_tps
79, ROUND(agg.stddev_tps, 2) AS stddev_tps79, FORMAT(ROUND(agg.stddev_tps, 2),2) AS stddev_tps
80FROM bench_config c80FROM bench_config c
81NATURAL JOIN bench_runs r81NATURAL JOIN bench_runs r
82NATURAL JOIN sysbench_run_iterations i82NATURAL JOIN sysbench_run_iterations i
@@ -114,7 +114,7 @@
114, ROUND(agg.min_tps, 2) AS min_tps114, ROUND(agg.min_tps, 2) AS min_tps
115, ROUND(agg.max_tps, 2) AS max_tps115, ROUND(agg.max_tps, 2) AS max_tps
116, ROUND(agg.avg_tps, 2) AS avg_tps116, ROUND(agg.avg_tps, 2) AS avg_tps
117, ROUND(agg.stddev_tps, 2) AS stddev_tps117, FORMAT(ROUND(agg.stddev_tps, 2),2) AS stddev_tps
118FROM bench_config c118FROM bench_config c
119NATURAL JOIN bench_runs r119NATURAL JOIN bench_runs r
120NATURAL JOIN sysbench_run_iterations i120NATURAL JOIN sysbench_run_iterations i

Subscribers

People subscribed via source and target branches

to all changes: