=========================================================================================================
REGRESSION REPORT  compared to staging historical data
=========================================================================================================
MACHINE:  drizzle-build-n02.wc1.dfw1.stabletransit.com
RUN ID:   433
RUN DATE: 2010-09-17T13:21:10.709052
WORKLOAD: innodb_1000K_readwrite
SERVER:   drizzled
VERSION:  lp:~skinny.moey/drizzle/fix_up_rollback_to_savepoint
REVISION: 1769
COMMENT:  1769: Joseph Daly 2010-09-17 [merge] merge trunk
=========================================================================================================

TRENDING OVER LAST 5 runs  compared to staging historical data
Conc   TPS       % Diff from Avg Diff       Norm?          Min        Max       
 Avg        STD       
=========================================================================================================
16       1165.12          +0.95%      11.01   within norms    1111.61    
1187.24    1154.11      18.38
32       1444.73          -2.73%     -40.50  outside norms    1432.68    
1550.28    1485.23      36.79
64       1615.66          -3.00%     -49.94  outside norms    1599.80    
1716.37    1665.60      34.79
128      1705.92          -2.81%     -49.33  outside norms    1718.52    
1788.44    1755.25      23.20
256      1654.61          -5.10%     -88.88  outside norms    1714.59    
1769.16    1743.49      14.82
512      1498.84          -1.66%     -25.30  outside norms    1503.16    
1545.03    1524.13      12.55
1024     1063.32          -0.74%      -7.96   within norms    1050.50    
1092.77    1071.28      13.17
=========================================================================================================

TRENDING OVER Last 20 runs  compared to staging historical data

Conc   TPS       % Diff from Avg Diff       Norm?          Min        Max       
 Avg        STD       
=========================================================================================================
16       1165.12          -4.65%     -56.84   within norms    1111.61    
1304.23    1221.97      59.98
32       1444.73          -6.44%     -99.50  outside norms    1432.68    
1645.13    1544.23      54.38
64       1615.66          -4.57%     -77.35  outside norms    1599.80    
1769.13    1693.01      31.41
128      1705.92          -3.14%     -55.34  outside norms    1705.21    
1826.11    1761.26      28.89
256      1654.61          -4.47%     -77.35  outside norms    1683.10    
1780.08    1731.96      24.96
512      1498.84          -1.25%     -18.98  outside norms    1483.52    
1549.17    1517.82      16.08
1024     1063.32          +0.84%       8.82   within norms     941.54    
1092.77    1054.50      25.00
=========================================================================================================

TRENDING OVER ALL runs  compared to staging historical data

Conc   TPS       % Diff from Avg Diff       Norm?          Min        Max       
 Avg        STD       
=========================================================================================================
16       1165.12         -10.45%    -135.92  outside norms    1111.61    
1503.03    1301.05      57.03
32       1444.73         -14.14%    -237.96  outside norms    1403.17    
1870.18    1682.70      94.65
64       1615.66         -12.15%    -223.35  outside norms    1599.80    
2059.46    1839.01     110.66
128      1705.92          -8.56%    -159.66  outside norms    1563.60    
2051.37    1865.58      93.17
256      1654.61          -4.08%     -70.34  outside norms    1340.97    
1824.49    1724.95      69.90
512      1498.84         +22.37%     273.96  outside norms     828.88    
1553.84    1224.88     188.42
1024     1063.32         +55.69%     380.34  outside norms     450.29    
1092.77     682.97     209.37
=========================================================================================================
FULL REVISION COMMENTARY:

  1762.2.9: lbieber 2010-09-16 [merge] Merge Stewart - remove the unbalanced 
my_end() call from drizzledump
    1762.12.2: lbieber 2010-09-16 [merge] Merge Stewart - remove the unbalanced 
my_end() call from drizzledump
      1762.13.1: Stewart Smith 2010-09-16 drizzledump no longer uses anything 
needing internal::my_init() or my_end. so remove the my_end call.
    1762.12.1: lbieber 2010-09-16 [merge] Merge Stewart - move math functions 
into plugin
      1759.3.11: Stewart Smith 2010-09-14 fix header guard style
      1759.3.10: Stewart Smith 2010-09-14 fix header guard style
      1759.3.9: Stewart Smith 2010-09-14 fix header guard style
      1759.3.8: Stewart Smith 2010-09-14 move POW() and POWER() function into 
math_functions plugin
      1759.3.7: Stewart Smith 2010-09-13 move SIN() function into 
math_functions plugin
      1759.3.6: Stewart Smith 2010-09-13 move LOG(), LOG2() and LOG10() 
functions into math_functions plugin
      1759.3.5: Stewart Smith 2010-09-13 move COS() function into 
math_functions plugin
      1759.3.4: Stewart Smith 2010-09-13 move ATAN() and ATAN2() function into 
math_functions plugin. ATAN2() is just another instance of ATAN()
      1759.3.3: Stewart Smith 2010-09-13 move ASIN() function into 
math_functions plugin
      1759.3.2: Stewart Smith 2010-09-13 move ACOS() function into 
math_functions plugin
      1759.3.1: Stewart Smith 2010-09-13 move ABS() function into 
math_functions plugin. We now have '3 AS three' allowed as a parameter, just 
like all the UDFs did
  1762.2.8: lbieber 2010-09-16 [merge] Merge Brian - IO cleanup
    1762.11.1: lbieber 2010-09-16 [merge] Merge Brian - IO cleanup
      1762.10.1: Brian Aker 2010-09-16 [merge] Merge of trunk.
        1749.3.21: Brian Aker 2010-09-14 Remove data_home_real_unpacked
        1749.3.20: Brian Aker 2010-09-14 Updated myisam for identifier.
        1749.3.19: Brian Aker 2010-09-13 More use of identifier.
        1749.3.18: Brian Aker 2010-09-13 Replace some of the CSV non-usage of 
identifier for path.
        1749.3.17: Brian Aker 2010-09-13 Remove direct use of name from heap.
        1749.3.16: Brian Aker 2010-09-13 Remove dead call for determining table 
name.
        1749.3.15: Brian Aker 2010-09-13 Use full path for opening up directory 
files when checking for types.
        1749.3.14: Brian Aker 2010-09-11 Update to use the identifier (and not 
the straight filename).
  1762.2.7: lbieber 2010-09-16 [merge] Merge Brian/Monty - Remove the restart 
required files from embedded (instead have one master.opt file)
    1762.9.2: Monty Taylor 2010-09-16 master.opt files are additive.
    1762.9.1: Monty Taylor 2010-09-16 [merge] Merged brian's opt cleanup work.
      1762.8.4: Brian Aker 2010-09-15 Missed the new opt file.
      1762.8.3: Brian Aker 2010-09-15 Remove the restart required files from 
embedded (instead have one master.opt file)
      1762.8.2: Brian Aker 2010-09-15 Remove individual opt files for single 
master opt file.
      1762.8.1: Brian Aker 2010-09-15 This will now require someone to do a 
--plugin-add in order to have csv,
  1762.2.6: lbieber 2010-09-15 [merge] Merge Vijay - Added new utf 8 test case 
for creating tamil tables
    1762.6.2: lbieber 2010-09-15 [merge] Merge Vijay - Added new utf 8 test 
case for creating tamil tables
      1762.7.1: Vijay Samuel 2010-09-16 Merge added new utf 8 test case for 
creating tamil tables
    1762.6.1: lbieber 2010-09-15 [merge] Merge Shrews - fix bug 616941 - 
Selecting transaction_log record that does not exist crashes server
      1762.5.1: David Shrewsbury 2010-09-15 Validate message type and size when 
reading from transaction log; fix potential memory leaks
  1762.2.5: Brian Aker 2010-09-15 [merge] Merge of Brian refactor + fix for 
Solaris find.
    1762.4.2: Brian Aker 2010-09-15 Solaris found an issue...
    1762.4.1: lbieber 2010-09-15 [merge] Merge Brian - more refactoring and 
adding option for optional schedulers and making them --plugin-add only
      1755.2.14: Brian Aker 2010-09-15 Adding opt for optional schedulers and 
making them --plugin-add only.
      1755.2.13: Brian Aker 2010-09-15 Add join in order to allow for signal 
thread to be shutdown during shutdown
      1755.2.12: Brian Aker 2010-09-15 Convert pool of threds.
      1755.2.11: Brian Aker 2010-09-14 Update for boost.
      1755.2.10: Brian Aker 2010-09-14 Clean up the calls around the signal 
handler.
      1755.2.9: Brian Aker 2010-09-14 Factor out bits for signal handler.
      1755.2.8: Brian Aker 2010-09-13 Remove dead/bad calls for scheduler.
      1755.2.7: Brian Aker 2010-09-13 Refactor, boost direct use.
      1755.2.6: Brian Aker 2010-09-13 Remove usage of non-boost lock type.

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-benchmark
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-benchmark
More help   : https://help.launchpad.net/ListHelp
  • [Drizzle-benchmark] S... drizzle-build-n01 . wc1 . dfw1 . stabletransit . com
    • [Drizzle-benchma... drizzle-build-n02 . wc1 . dfw1 . stabletransit . com

Reply via email to