====================================================================================================
SYSBENCH BENCHMARK REPORT 
====================================================================================================
MACHINE:  drizzle-build-n02.wc1.dfw1.stabletransit.com
RUN ID:   958
RUN DATE: 2011-02-18T19:07:36.045630
WORKLOAD: innodb_1000K_readwrite
SERVER:   drizzled
VERSION:  staging
REVISION: 2183
COMMENT:  2183: Lee Bieber 2011-02-18 [merge] Merge Brian - add safe_delete()
====================================================================================================

TRENDING OVER LAST 5 runs 
Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1330.75       -1.09%     -14.66    1307.91    1379.41    1345.41      
20.30
32     1616.77       +2.96%      46.46    1430.07    1672.61    1570.30      
84.36
64     1663.07       +0.63%      10.46    1604.02    1688.81    1652.61      
23.10
128    1745.01       +0.50%       8.67    1687.98    1774.48    1736.34      
28.18
256    1709.16       -0.21%      -3.59    1686.39    1737.40    1712.75      
14.61
512    1533.49       +1.04%      15.74    1488.70    1538.49    1517.75      
15.51
1024   1092.11       +2.47%      26.29    1038.20    1098.87    1065.82      
18.34
====================================================================================================

TRENDING OVER Last 20 runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1330.75       -1.24%     -16.72    1278.19    1395.80    1347.47      
26.21
32     1616.77       +3.50%      54.74    1422.59    1672.61    1562.02      
68.22
64     1663.07       +1.48%      24.33    1477.08    1719.52    1638.74      
53.37
128    1745.01       +1.73%      29.67    1630.66    1774.48    1715.34      
32.78
256    1709.16       +0.62%      10.52    1650.49    1756.28    1698.64      
21.36
512    1533.49       +1.51%      22.76    1466.40    1538.49    1510.73      
15.98
1024   1092.11       +2.43%      25.90    1002.65    1124.35    1066.21      
28.64
====================================================================================================

TRENDING OVER ALL runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1330.75       +2.34%      30.43     345.67    1503.03    1300.32      
76.61
32     1616.77       +0.96%      15.31     616.39    1870.18    1601.46     
120.17
64     1663.07       -4.09%     -70.90     978.24    2059.46    1733.97     
140.90
128    1745.01       -2.27%     -40.57    1289.29    2051.37    1785.58     
111.44
256    1709.16       +0.09%       1.55    1223.81    1824.49    1707.61      
65.84
512    1533.49      +11.75%     161.27    1004.97    1554.29    1372.22     
175.17
1024   1092.11       +2.09%      22.32     900.25    1143.07    1069.79      
33.47
====================================================================================================
FULL REVISION COMMENTARY:

  2182.1.4: Lee Bieber 2011-02-18 [merge] Merge Brian - add safe_delete()
    2172.3.22: Brian Aker 2011-02-18 This patch adds safe_delete(). All of 
these locations in the code should be
    2172.3.21: Brian Aker 2011-02-17 Clean up REFERENCE line in parser.
    2172.3.20: Brian Aker 2011-02-17 Merge in UPDATE
    2172.3.19: Brian Aker 2011-02-17 Refactor DELETE so that it is a simple 
statement.
    2172.3.18: Brian Aker 2011-02-17 Additional clean up on non-typed terms
    2172.3.17: Brian Aker 2011-02-17 Cleanup around < and >
    2172.3.16: Brian Aker 2011-02-17 Remove greedy use = for table alias 
allowance.
    2172.3.15: Brian Aker 2011-02-17 Cleanup additional precedence rules.
    2172.3.14: Brian Aker 2011-02-17 Small cleanup for precendense
  2182.1.3: Lee Bieber 2011-02-18 [merge] Merge Stewart - 720552: 
doStartIndexScan return code ignored in optimizer::sum_query() for MIN() 
optimization 
    2170.6.13: Stewart Smith 2011-02-17 in optimization for MIN() on indexed 
field, the result of Cursor::startIndexScan was not checked before calling 
other index functions on the Cursor. 
    2170.6.12: Stewart Smith 2011-02-17 update storage_engine_api_tester 
min_index_scan_error test result to fix what should happen (prior to the fix 
for the bug, the serevr will crash, so was hard to produce a correct result 
file)
    2170.6.11: Stewart Smith 2011-02-17 add SEAPITester Cursor state for error 
in dostartIndexScan()
    2170.6.10: Stewart Smith 2011-02-17 add --error to expect the error we're 
getting from our error injection in 
storage_engine_api_tester.min_index_scan_error test
    2170.6.9: Stewart Smith 2011-02-17 add error inject test in SEAPITester to 
test if doStartIndexScan error is being checked. The test case we add is for 
MIN()
    2170.6.8: Stewart Smith 2011-02-17 remove ::extra() being logged - more 
trouble than currently worth. should just be a 'called from anywhere' command
    2170.6.7: Stewart Smith 2011-02-17 move index_flags() to engine where it 
belongs in SEAPITester
    2170.6.6: Stewart Smith 2011-02-17 fix up a few more index bits in 
SEAPITester Cursor impl
    2170.6.5: Stewart Smith 2011-02-17 fill in index access methods in 
SEAPITester.
    2170.6.4: Stewart Smith 2011-02-17 fix SEAPITester ::info() support by 
properly copying back errkey for HA_STATUS_ERRKEY and ha_statistics from the 
real cursor
    2170.6.3: Stewart Smith 2011-02-17 update SEAPITester cursor_states for 
having ::extra() in there too
    2170.6.2: Stewart Smith 2011-02-16 support Cursor::extra() in 
storage_engine_api_tester
    2170.6.1: Stewart Smith 2011-02-16 support Cursor::scan_time() in 
storage_engine_api_tester
  2182.1.2: Lee Bieber 2011-02-18 [merge] Merge Olaf - add register keyword
    2170.5.3: Olaf van der Spek 2011-02-18 [merge] merge trunk
    2170.5.2: Olaf van der Spek 2011-02-16 more
  2182.1.1: Lee Bieber 2011-02-18 [merge] Merge Patrick - 720813: syntax error 
in dbqp that is breaking it
    2177.2.1: Patrick Crews 2011-02-17 Fix of stupid syntax error

_______________________________________________
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