====================================================================================================
SYSBENCH BENCHMARK REPORT
====================================================================================================
MACHINE: Drizzle-build-n04
RUN ID: 64
RUN DATE: 2011-02-10T21:17:44.003394
WORKLOAD: innodb_1000K_readwrite
SERVER: drizzled
VERSION: staging
REVISION: 2155
COMMENT: 2155: Lee Bieber 2011-02-10 [merge] Merge Patrick - 715885: dbqp
needs to return non-zero if tests fail
====================================================================================================
TRENDING OVER LAST 5 runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1726.46 -2.26% -39.85 1693.60 1844.86 1766.31
45.01
32 1717.92 -0.35% -6.01 1631.22 1789.34 1723.93
41.94
64 1715.12 -0.17% -2.88 1686.74 1778.87 1718.00
24.41
128 1659.85 -0.55% -9.10 1641.99 1717.23 1668.95
22.13
256 1482.40 -1.47% -22.11 1476.58 1553.46 1504.51
25.12
512 1330.84 -0.12% -1.57 1316.26 1345.72 1332.42
7.97
1024 1045.42 +0.86% 8.90 1002.36 1061.64 1036.51
20.50
====================================================================================================
TRENDING OVER Last 20 runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1726.46 -3.18% -56.75 1693.60 1851.24 1783.21
42.15
32 1717.92 -0.93% -16.11 1590.27 1835.96 1734.04
58.65
64 1715.12 -1.98% -34.72 1686.74 1864.74 1749.84
40.38
128 1659.85 -2.25% -38.26 1617.09 1763.22 1698.11
34.46
256 1482.40 -2.34% -35.49 1473.46 1562.86 1517.89
25.38
512 1330.84 -0.55% -7.36 1316.26 1358.90 1338.20
9.93
1024 1045.42 +1.58% 16.23 970.59 1065.34 1029.18
24.18
====================================================================================================
TRENDING OVER ALL runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1726.46 -1.45% -25.34 1177.28 1913.94 1751.80
120.15
32 1717.92 -0.50% -8.61 1448.82 1853.08 1726.54
77.60
64 1715.12 -1.16% -20.12 1480.63 1864.74 1735.24
74.08
128 1659.85 -1.60% -27.03 1401.59 1771.41 1686.89
76.02
256 1482.40 -1.84% -27.80 1268.10 1578.72 1510.20
63.71
512 1330.84 +0.52% 6.84 1077.71 1366.44 1324.01
60.27
1024 1045.42 +2.14% 21.91 880.04 1065.34 1023.51
36.25
====================================================================================================
FULL REVISION COMMENTARY:
2154.1.3: Lee Bieber 2011-02-10 [merge] Merge Patrick - 715885: dbqp needs to
return non-zero if tests fail
2151.8.3: patrick crews 2011-02-09 Fix to drizzletest output handling
2151.8.2: patrick crews 2011-02-09 change to include.am
2151.8.1: patrick crews 2011-02-09 Updates to allow several dbqp's run run
on one system (via uuid) and fix to return a relevant code post-execution (ie 1
if tests failed or timed out))
2154.1.2: Lee Bieber 2011-02-10 [merge] Merge Stewart - 715539:
(get|set)_session_proc_info() still exists
2151.7.9: Stewart Smith 2011-02-10 switch doing_tablespace_operation to
doingTablespaceOperation and set_doing_tablespace_operation to
setDoingTablespaceOperation
2151.7.8: Stewart Smith 2011-02-10 switch doing_tablespace_operation to
doingTablespaceOperation and set_doing_tablespace_operation to
setDoingTablespaceOperation
2151.7.7: Stewart Smith 2011-02-10 fix Session::tx_isolation to be
getTxIsolation to follow coding style, but look weird
2151.7.6: Stewart Smith 2011-02-10 switch get_sql_command to getSqlCommand
2151.7.5: Stewart Smith 2011-02-09 fix up two uses of session->tx_isolation
to be correct call
2151.7.4: Stewart Smith 2011-02-09 properly encapsulate
Session::Lex->sql_command and stop using (and remove)
session_sql_command(session)
2151.7.3: Stewart Smith 2011-02-09 removes session_tx_isolation() and
replace with Session::tx_isolation()
2151.7.2: Stewart Smith 2011-02-09 properly encapsulate
Session::tablespace_op and stop using (and remove)
session_tablespace_op(session)
2151.7.1: Stewart Smith 2011-02-09 use Session::(get|set)_proc_info instead
of (get|set)_session_proc_info in ARCHIVE engine, which means we can remove the
non-member functions.
2154.1.1: Lee Bieber 2011-02-10 [merge] Merge Stewart - 712843: SAVEPOINT
after rollback due to deadlock with autocommit=off in transaction will call
startTransaction with an existing transaction where one shouldn't exist
2140.2.9: Stewart Smith 2011-02-08 switch default
Statement::isTransactional() to false, have explicit overriding of true where
needed.
2140.2.8: Stewart Smith 2011-02-07 update test result due to changed error
code once the branch that introduced it was merged with trunk
2140.2.7: Stewart Smith 2011-02-07 [merge] merge trunk
2140.2.6: Stewart Smith 2011-02-07 be sure to start a transaction with a
startTransaction call on the first statement when autocommit is OFF. The only
statements that DO NOT do this are a) DDL and b) SELECT without a table (e.g.
SELECT DATABASE() and SHOW STATUS.
2140.2.5: Stewart Smith 2011-02-07 fix SERVER_STATUS_IN_TRANS for rollback
in autocommitOrRollback
2140.2.4: Stewart Smith 2011-02-04 [merge] merge removal of implicit commit
in START TRANSACTION
2140.2.3: Stewart Smith 2011-02-04 reset SEAPITESTER_ERROR_INJECT in test
2140.2.2: Stewart Smith 2011-02-04 change Session::startTransaction() to
assert that there is not already a transaction in progress before starting one
(i.e. NO IMPLICIT COMMIT)
2140.2.1: Stewart Smith 2011-02-04 add test for checking behaviour around
SAVEPOINT with autocommit=off and deadlock caused rollbacks. This is for Bug
lp:712843
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-benchmark
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-benchmark
More help : https://help.launchpad.net/ListHelp