====================================================================================================
SYSBENCH BENCHMARK REPORT 
====================================================================================================
MACHINE:  r815-test2
RUN ID:   660
RUN DATE: 2011-02-19T00:17:38.966334
WORKLOAD: innodb_1000K_readonly
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     1133.27       +0.66%       7.44    1109.79    1142.21    1125.83       
9.87
32     1371.64       +1.72%      23.24    1271.54    1398.07    1348.40      
41.95
64     1696.94       +0.73%      12.34    1647.66    1728.68    1684.60      
24.57
128    772.49       -2.40%     -18.96     742.39     873.68     791.45      
43.44
256    561.75       +1.98%      10.92     538.57     563.36     550.83       
8.44
512    382.54       +0.39%       1.47     376.00     384.56     381.07       
2.41
1024   244.58       +0.14%       0.33     242.15     246.64     244.24       
1.17
====================================================================================================

TRENDING OVER Last 20 runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1133.27       +0.08%       0.91    1109.79    1160.62    1132.36      
12.31
32     1371.64       +1.55%      20.96    1271.54    1421.55    1350.67      
41.50
64     1696.94       -0.38%      -6.52    1460.78    1784.58    1703.46      
51.64
128    772.49       -4.30%     -34.71     723.69    1030.01     807.20      
80.46
256    561.75       +1.83%      10.09     538.57     564.01     551.66       
7.00
512    382.54       +0.25%       0.97     375.66     389.73     381.57       
3.22
1024   244.58       +0.23%       0.55     239.64     247.40     244.03       
1.64
====================================================================================================

TRENDING OVER ALL runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1133.27      -45.11%    -931.33    1087.27    2406.76    2064.60     
328.29
32     1371.64      -42.39%   -1009.37    1271.54    3117.60    2381.01     
376.62
64     1696.94       -3.35%     -58.83    1460.78    2113.34    1755.77      
87.42
128    772.49      -44.42%    -617.42     723.69    1743.39    1389.91     
201.56
256    561.75      -48.75%    -534.35     538.57    1429.83    1096.10     
186.30
512    382.54      -47.26%    -342.75     375.66    1042.59     725.29     
123.36
1024   244.58      -48.02%    -225.94     239.64     590.95     470.51      
76.79
====================================================================================================
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