====================================================================================================
SYSBENCH BENCHMARK REPORT 
====================================================================================================
MACHINE:  drizzle-build-n02.wc1.dfw1.stabletransit.com
RUN ID:   935
RUN DATE: 2011-02-11T15:53:43.078385
WORKLOAD: innodb_1000K_readwrite
SERVER:   drizzled
VERSION:  staging
REVISION: 2158
COMMENT:  2158: Lee Bieber 2011-02-11 [merge] Merge Stewart - 716848: 
drizzleimport displays wrong program_name
====================================================================================================

TRENDING OVER LAST 5 runs 
Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1338.16       +0.38%       5.08    1283.07    1395.34    1333.07      
29.66
32     1452.39       -2.25%     -33.36    1388.36    1676.35    1485.75      
88.60
64     1660.81       +0.68%      11.25    1589.33    1693.28    1649.56      
29.70
128    1752.50       +1.34%      23.24    1673.52    1773.49    1729.26      
37.93
256    1738.73       +1.28%      21.91    1655.37    1755.53    1716.83      
32.28
512    1518.16       +0.16%       2.41    1474.56    1541.47    1515.75      
18.78
1024   1126.64       +0.97%      10.83    1090.66    1138.80    1115.80      
13.21
====================================================================================================

TRENDING OVER Last 20 runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1338.16       +2.86%      37.24     345.67    1406.53    1300.92     
221.31
32     1452.39       -4.10%     -62.13     616.39    1676.35    1514.52     
191.91
64     1660.81       +2.15%      35.01     978.24    1729.81    1625.80     
106.55
128    1752.50       +1.80%      30.99    1643.49    1778.49    1721.50      
33.10
256    1738.73       +0.96%      16.54    1655.37    1755.55    1722.19      
24.54
512    1518.16       +0.00%       0.02    1474.56    1543.06    1518.14      
15.35
1024   1126.64       +1.45%      16.12    1062.71    1138.80    1110.52      
16.59
====================================================================================================

TRENDING OVER ALL runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1338.16       +3.00%      39.00     345.67    1503.03    1299.15      
77.08
32     1452.39       -9.36%    -150.04     616.39    1870.18    1602.43     
121.02
64     1660.81       -4.35%     -75.53     978.24    2059.46    1736.34     
141.58
128    1752.50       -1.95%     -34.83    1289.29    2051.37    1787.33     
112.14
256    1738.73       +1.81%      30.90    1223.81    1824.49    1707.83      
66.55
512    1518.16      +10.92%     149.49    1004.97    1554.29    1368.67     
175.95
1024   1126.64       +5.30%      56.70     900.25    1143.07    1069.94      
33.65
====================================================================================================
FULL REVISION COMMENTARY:

  2157.1.3: Lee Bieber 2011-02-11 [merge] Merge Stewart - 716848: drizzleimport 
displays wrong program_name
    2155.3.1: Stewart Smith 2011-02-11 drizzleimport had incorrect program_name 
(typo)
  2157.1.2: Lee Bieber 2011-02-11 [merge] Merge Stewart - update README file
    2155.2.1: Stewart Smith 2011-02-11 add some things to the README from the 
website. give a bit of information about the project in the README
  2157.1.1: Lee Bieber 2011-02-11 [merge] Merge Andrew and Joe - Exposes the 
InnoDB SYS_REPLICATION_LOG to data_dictionary so that it is fast and fixes many 
issues we have been having
    2132.3.19: Andrew Hutchings 2011-02-10 [merge] Merge in transaction reader 
libdrizzle fixes
      2131.11.18: David Shrewsbury 2011-02-10 Fix up how we are creating/using 
drizzle api result set
    2132.3.18: Andrew Hutchings 2011-02-10 [merge] Merge in Shrew's transaction 
reader fixes
      2131.11.17: David Shrewsbury 2011-02-10 Fix freeing of result set
    2132.3.17: Andrew Hutchings 2011-02-10 Fix possible visibility issue
    2132.3.16: Andrew Hutchings 2011-02-10 Fix test cases
    2132.3.15: Andrew Hutchings 2011-02-10 Add message_len column to 
sys_replication_log and make transaction reader compatible
    2132.3.14: Andrew Hutchings 2011-02-10 [merge] Merge in 
lp:~dshrews/drizzle/trxrdr_inno_repl_changes
      2131.11.16: David Shrewsbury 2011-02-08 Modify transaction_reader to 
extract from InnoDB replication table properly.
      2131.11.15: David Shrewsbury 2011-02-08 [merge] Merge trunk
    2132.3.13: Andrew Hutchings 2011-02-10 Add DDL safeguards to 
SYS_REPLICATION_LOG
    2132.3.12: Andrew Hutchings 2011-02-10 Fix case sensitivity
    2132.3.11: Andrew Hutchings 2011-02-10 Add index for Shrews
    2132.3.10: Andrew Hutchings 2011-02-10 Fix end_timestamp
    2132.3.9: Andrew Hutchings 2011-02-10 [merge] Merge in 
lp:~skinny.moey/drizzle/inno_seq_commit
      2131.11.14: Joseph Daly 2011-02-07 fix test
      2131.11.13: Joseph Daly 2011-02-07 add segmented message implementation
      2131.11.12: Joseph Daly 2011-02-07 formatting fixes
      2131.11.11: Joseph Daly 2011-02-07 move where log_commit_id is being set, 
startup events were having a problem as they do not call doCommit()
      2131.11.10: Joseph Daly 2011-02-07 [merge] merge trunk
      2131.11.9: Joseph Daly 2011-02-06 fix valgrind warning during init of trx
      2131.11.8: Joseph Daly 2011-02-06 add commit_id_mutex
      2131.11.7: Joseph Daly 2011-02-06 fix tests
      2131.11.6: Joseph Daly 2011-02-06 use atomic for commit id
      2131.11.5: Joseph Daly 2011-02-05 [merge] merge trunk
      2131.11.4: Joseph Daly 2011-02-05 log commit id
      2131.11.3: Joseph Daly 2011-02-02 fix compiler error
      2131.11.2: Joseph Daly 2011-02-02 remove some unused code
      2131.11.1: Joseph Daly 2011-02-02 first pass with commit_id, timestamp
    2132.3.8: Andrew Hutchings 2011-02-10 Fix storage and output of replication 
tables
    2132.3.7: Andrew Hutchings 2011-02-09 Add basic start of direct access to 
sys_replication_log.  Broken at the moment
    2132.3.6: Andrew Hutchings 2011-02-09 [merge] Merge trunk into branch
    2132.3.5: Andrew Hutchings 2011-02-07 Limit the amount of RAM needed by the 
transaction log tests
    2132.3.4: Andrew Hutchings 2011-02-05 Fixed test case when test is run more 
than once without restart
    2132.3.3: Andrew Hutchings 2011-02-04 Add test cases for the 
innodb_replication_log table
    2132.3.2: Andrew Hutchings 2011-02-04 [merge] Merge trunk into branch
    2132.3.1: Andrew Hutchings 2011-02-02 Make transaction_message_threshold a 
read-only global variable instead of a per-session variable

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-benchmark
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-benchmark
More help   : https://help.launchpad.net/ListHelp

Reply via email to