====================================================================================================
SYSBENCH BENCHMARK REPORT 
====================================================================================================
MACHINE:  Drizzle-build-n03
RUN ID:   87
RUN DATE: 2011-02-19T00:01:50.340199
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     2305.38       +0.65%      14.89    2192.32    2384.08    2290.49      
47.45
32     2599.16       +1.18%      30.26    2465.99    2672.94    2568.90      
62.47
64     2663.54       +0.84%      22.29    2577.03    2700.31    2641.25      
40.15
128    2581.18       -0.11%      -2.81    2570.58    2609.63    2583.99      
12.90
256    2366.31       +0.35%       8.32    2319.06    2381.04    2357.99      
19.36
512    1924.64       +0.00%       0.09    1909.09    1963.58    1924.54      
14.68
1024   1302.31       -1.03%     -13.61    1267.57    1379.47    1315.92      
32.66
====================================================================================================

TRENDING OVER Last 20 runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     2305.38       +0.15%       3.38    2192.32    2402.91    2302.00      
43.33
32     2599.16       +0.93%      23.83    2290.10    2704.02    2575.33      
94.94
64     2663.54       +0.18%       4.66    2501.60    2753.90    2658.88      
57.27
128    2581.18       -0.16%      -4.09    2539.19    2633.40    2585.28      
20.80
256    2366.31       +0.29%       6.79    2302.55    2445.47    2359.52      
29.44
512    1924.64       -0.15%      -2.91    1879.21    1993.65    1927.54      
24.82
1024   1302.31       -2.60%     -34.81    1247.15    1445.26    1337.12      
42.61
====================================================================================================

TRENDING OVER ALL runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     2305.38       -0.53%     -12.23    2171.92    2454.02    2317.60      
50.43
32     2599.16       -0.15%      -3.82    2290.10    2769.48    2602.98      
94.01
64     2663.54       -0.76%     -20.51    2501.60    2831.41    2684.05      
61.30
128    2581.18       -1.40%     -36.69    2531.85    2725.58    2617.87      
45.58
256    2366.31       -1.25%     -29.90    2302.55    2500.38    2396.21      
47.20
512    1924.64       -2.06%     -40.58    1879.21    2051.13    1965.21      
41.51
1024   1302.31       -3.94%     -53.43    1239.79    1445.26    1355.74      
42.60
====================================================================================================
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