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
1=== modified file 'drizzle/automation/config/automation.cnf'
2--- drizzle/automation/config/automation.cnf 2010-10-16 01:45:32 +0000
3+++ drizzle/automation/config/automation.cnf 2010-11-12 23:46:53 +0000
4@@ -30,7 +30,7 @@
5
6 # Use either mysql or drizzle db to store benchmark data
7
8-use_db= mysql
9+use_db= drizzle
10
11 [ssh]
12
13
14=== modified file 'drizzle/automation/reports/sysbench.py'
15--- drizzle/automation/reports/sysbench.py 2010-10-05 01:06:40 +0000
16+++ drizzle/automation/reports/sysbench.py 2010-11-12 23:46:53 +0000
17@@ -76,7 +76,7 @@
18 , ROUND(agg.min_tps, 2) AS min_tps
19 , ROUND(agg.max_tps, 2) AS max_tps
20 , ROUND(agg.avg_tps, 2) AS avg_tps
21-, ROUND(agg.stddev_tps, 2) AS stddev_tps
22+, FORMAT(ROUND(agg.stddev_tps, 2),2) AS stddev_tps
23 FROM bench_config c
24 NATURAL JOIN bench_runs r
25 NATURAL JOIN sysbench_run_iterations i
26@@ -114,7 +114,7 @@
27 , ROUND(agg.min_tps, 2) AS min_tps
28 , ROUND(agg.max_tps, 2) AS max_tps
29 , ROUND(agg.avg_tps, 2) AS avg_tps
30-, ROUND(agg.stddev_tps, 2) AS stddev_tps
31+, FORMAT(ROUND(agg.stddev_tps, 2),2) AS stddev_tps
32 FROM bench_config c
33 NATURAL JOIN bench_runs r
34 NATURAL JOIN sysbench_run_iterations i

Subscribers

People subscribed via source and target branches

to all changes: