====================================================================================================
SYSBENCH BENCHMARK REPORT
====================================================================================================
MACHINE: drizzle-build-n02.wc1.dfw1.stabletransit.com
RUN ID: 866
RUN DATE: 2011-01-18T16:23:22.346848
WORKLOAD: innodb_1000K_readwrite
SERVER: drizzled
VERSION: staging
REVISION: 2095
COMMENT: 2095: Lee Bieber 2011-01-18 [merge] Merge Brian - fix processlist
test, was failing under lcov
====================================================================================================
TRENDING OVER LAST 5 runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1349.69 +4.48% 57.84 1187.57 1366.71 1291.85
51.95
32 1440.74 -3.12% -46.38 1291.10 1601.38 1487.12
94.96
64 1599.89 +2.68% 41.71 1274.81 1680.27 1558.18
137.20
128 1669.82 +4.52% 72.22 1323.92 1703.03 1597.61
134.20
256 1626.84 +4.48% 69.70 1223.81 1641.98 1557.14
151.31
512 1482.25 +4.91% 69.43 1099.61 1507.02 1412.82
145.13
1024 1003.06 -3.60% -37.41 902.82 1106.60 1040.47
69.93
====================================================================================================
TRENDING OVER Last 20 runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1349.69 +4.52% 58.41 1152.70 1391.61 1291.29
73.78
32 1440.74 -2.09% -30.74 1178.62 1617.12 1471.49
105.85
64 1599.89 +3.42% 52.87 1274.81 1680.27 1547.02
133.35
128 1669.82 +4.79% 76.26 1289.29 1717.01 1593.56
148.45
256 1626.84 +4.48% 69.72 1223.81 1679.97 1557.12
163.64
512 1482.25 +5.78% 80.93 1064.66 1518.49 1401.32
158.86
1024 1003.06 -4.41% -46.27 900.25 1128.25 1049.33
75.48
====================================================================================================
TRENDING OVER ALL runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1349.69 +4.13% 53.49 1111.61 1503.03 1296.20
69.92
32 1440.74 -10.34% -166.21 1144.74 1870.18 1606.95
119.26
64 1599.89 -8.29% -144.68 1274.81 2059.46 1744.57
141.96
128 1669.82 -6.87% -123.25 1289.29 2051.37 1793.07
114.17
256 1626.84 -4.72% -80.55 1223.81 1824.49 1707.39
68.73
512 1482.25 +9.28% 125.84 1004.97 1554.29 1356.41
177.67
1024 1003.06 -5.76% -61.33 900.25 1132.65 1064.39
31.70
====================================================================================================
FULL REVISION COMMENTARY:
2094.1.6: Lee Bieber 2011-01-18 [merge] Merge Brian - fix processlist test,
was failing under lcov
2094.2.2: Brian Aker 2011-01-18 Update for additional processes in wait
test.
2094.2.1: Brian Aker 2011-01-18 Fix issue where if we had additional
connections the test would should wrong
2094.1.5: Lee Bieber 2011-01-18 [merge] Merge Marisa - fix bug 684803: Need
to update Drizzledump documentation with migration conversions / caveats
1994.4.43: Marisa Plumb 2011-01-17 remoing backticks
1994.4.42: Marisa Plumb 2011-01-17 table change
1994.4.41: Marisa Plumb 2011-01-17 perhaps a fix to count.rst
1994.4.40: Marisa Plumb 2011-01-17 removed couple bitwise refs
1994.4.39: Marisa Plumb 2011-01-17 new material to address
https://bugs.launchpad.net/drizzle/+bug/684803, new functions
1994.4.38: Marisa Plumb 2011-01-17 multi-table exlanation to address
https://bugs.launchpad.net/drizzle/+bug/686641
1994.4.37: Marisa Plumb 2011-01-17 modifications to functions
1994.4.36: Marisa Plumb 2011-01-17 [merge] updating to trunk
2094.1.4: Lee Bieber 2011-01-18 [merge] Merge Monty - fix bug 567387: quotes
now appearing around module name and author in data_dicionary view
2088.4.2: Monty Taylor 2011-01-17 Updated the result file.
2088.4.1: Monty Taylor 2011-01-16 Removed an extra set of quoting.
2094.1.3: Lee Bieber 2011-01-18 [merge] Merge Monty - fix bug 658752:
Incorrect datadir value being stored
2088.3.1: Monty Taylor 2011-01-16 How about let's not overwrite the value.
What's that about anyway?
2094.1.2: Lee Bieber 2011-01-18 [merge] Merge Andrew - fix bug 680872:
max-connect-errors appears to be unused
2088.2.1: Andrew Hutchings 2011-01-16 Remove max-connect-error variables
since it is completely unused
2094.1.1: Lee Bieber 2011-01-18 [merge] Merge Stewart - Haildb updates,
ANALYZE table as well as improved index statistics
1977.3.27: Stewart Smith 2011-01-12 force pandora-build to look for HailDB
2.3.2 (Cairo) or later as it is required
1977.3.26: Stewart Smith 2011-01-12 [merge] merge Andrew's bug fix for log
buffer size being in number of pages instead of bytes
1977.4.1: Andrew Hutchings 2011-01-10 Fix test case results as part of
bug #578644
1977.3.25: Stewart Smith 2011-01-12 [merge] merge trunk
1977.3.24: Stewart Smith 2011-01-06 [merge] merge warn_unused_result tree
to see if it fixes some of teh problems we're having with errors.
1977.3.23: Stewart Smith 2011-01-06 don't try to rollback an already rolled
back transaction in HailDB. If the transaction is not started, we can just
release the txn.
1977.3.22: Stewart Smith 2011-01-06 HailDB will roll back a transaction
itself due to DB_DEADLOCK.
1977.3.21: Stewart Smith 2011-01-05 [merge] merge trunk
1977.3.20: Stewart Smith 2010-12-24 implement rec_per_key index statistics
for HailDB engine (part of HA_STATUS_CONST). Requires HailDB 2.3-cairo
1977.3.19: Stewart Smith 2010-12-24 add index_read_res test for HailDB.
1977.3.18: Stewart Smith 2010-12-24 add ANALYZE support to HailDB. Requires
HailDB 2.3-cairo.
1977.3.17: Stewart Smith 2010-12-21 [merge] merge trunk
1977.3.16: Stewart Smith 2010-12-14 [merge] merge trunk
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-benchmark
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-benchmark
More help : https://help.launchpad.net/ListHelp