====================================================================================================
SYSBENCH BENCHMARK REPORT 
====================================================================================================
MACHINE:  Drizzle-build-n03
RUN ID:   67
RUN DATE: 2011-02-11T20:32:27.468184
WORKLOAD: innodb_1000K_readonly
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     2322.74       +0.73%      16.73    2171.92    2391.12    2306.02      
58.27
32     2650.44       +1.88%      48.89    2479.28    2688.47    2601.55      
59.50
64     2713.66       +2.23%      59.15    2537.93    2718.88    2654.51      
59.54
128    2660.98       +2.11%      54.95    2562.64    2673.72    2606.03      
31.83
256    2427.95       +1.64%      39.13    2346.37    2434.34    2388.82      
25.64
512    2014.47       +2.57%      50.52    1908.24    2020.50    1963.95      
38.07
1024   1407.55       +1.27%      17.71    1348.44    1419.22    1389.84      
26.12
====================================================================================================

TRENDING OVER Last 20 runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     2322.74       +0.34%       7.92    2171.92    2438.74    2314.82      
52.37
32     2650.44       +1.48%      38.62    2392.11    2757.13    2611.82      
80.22
64     2713.66       +0.83%      22.35    2537.93    2831.41    2691.31      
67.63
128    2660.98       +1.41%      37.02    2531.85    2695.81    2623.96      
45.43
256    2427.95       +0.87%      21.02    2338.43    2466.01    2406.94      
36.39
512    2014.47       +1.83%      36.11    1908.24    2028.83    1978.36      
36.54
1024   1407.55       +4.13%      55.82    1239.79    1419.22    1351.72      
42.24
====================================================================================================

TRENDING OVER ALL runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     2322.74       +0.02%       0.41    2171.92    2454.02    2322.33      
51.47
32     2650.44       +1.50%      39.08    2342.44    2769.48    2611.36      
92.10
64     2713.66       +0.81%      21.86    2535.41    2831.41    2691.80      
60.42
128    2660.98       +1.26%      33.07    2531.85    2725.58    2627.90      
46.43
256    2427.95       +0.85%      20.46    2304.16    2500.38    2407.50      
45.88
512    2014.47       +1.91%      37.67    1906.66    2051.13    1976.80      
38.63
1024   1407.55       +3.37%      45.93    1239.79    1433.76    1361.62      
40.87
====================================================================================================
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