====================================================================================================
SYSBENCH BENCHMARK REPORT 
====================================================================================================
MACHINE:  drizzle-build-n01.wc1.dfw1.stabletransit.com
RUN ID:   931
RUN DATE: 2011-02-18T19:07:21.536312
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     1810.52       -0.60%     -10.98    1749.77    1872.23    1821.50      
37.41
32     2422.37       +0.74%      17.76    2276.53    2519.03    2404.60      
81.45
64     2544.84       -0.57%     -14.61    2465.04    2615.70    2559.45      
36.67
128    2522.23       -0.95%     -24.08    2521.45    2584.64    2546.31      
18.60
256    2562.27       +0.84%      21.32    2472.45    2574.29    2540.95      
34.98
512    2298.05       +0.57%      12.97    2271.63    2302.08    2285.08       
9.64
1024   1331.55       +1.56%      20.48    1289.73    1344.65    1311.07      
14.69
====================================================================================================

TRENDING OVER Last 20 runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1810.52       -0.70%     -12.81    1749.77    1881.55    1823.33      
33.10
32     2422.37       +0.36%       8.57    2253.13    2519.03    2413.80      
76.85
64     2544.84       +0.74%      18.62    2435.56    2615.70    2526.22      
46.81
128    2522.23       -0.38%      -9.57    2453.39    2584.64    2531.80      
26.48
256    2562.27       +1.48%      37.30    2453.03    2574.29    2524.97      
28.53
512    2298.05       +0.91%      20.80    2235.92    2315.21    2277.24      
16.14
1024   1331.55       +0.92%      12.19    1268.56    1417.03    1319.36      
35.23
====================================================================================================

TRENDING OVER ALL runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1810.52       -8.74%    -173.35    1709.73    2233.42    1983.87     
122.48
32     2422.37       -7.01%    -182.74    2010.47    2909.92    2605.11     
158.92
64     2544.84       -4.23%    -112.53    2191.91    2998.80    2657.37     
166.89
128    2522.23       -4.36%    -114.92    2107.33    2911.98    2637.15     
124.16
256    2562.27       +1.39%      35.23    2174.91    2691.02    2527.05      
81.25
512    2298.05      +14.52%     291.41    1301.49    2470.12    2006.63     
447.28
1024   1331.55      -12.03%    -182.11    1251.35    1866.15    1513.66     
172.93
====================================================================================================
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