====================================================================================================
SYSBENCH BENCHMARK REPORT 
====================================================================================================
MACHINE:  r815-test2
RUN ID:   739
RUN DATE: 2011-03-28T18:40:06.122134
WORKLOAD: innodb_1000K_readwrite
SERVER:   drizzled
VERSION:  staging
REVISION: 2255
COMMENT:  2255: Lee Bieber 2011-03-28 [merge] Merge Patrick - Tweaked dbqp so 
that the existing slave tests work.
====================================================================================================

TRENDING OVER LAST 5 runs 
Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1741.48       +0.58%      10.13    1700.66    1746.52    1731.36      
13.05
32     1984.74       +2.90%      55.98    1851.53    2011.29    1928.76      
39.54
64     1426.41       +3.21%      44.33    1317.39    1429.69    1382.07      
32.92
128    1094.14       +2.80%      29.80    1018.04    1100.94    1064.34      
28.42
256    887.55       +0.95%       8.34     859.87     911.17     879.21      
14.80
512    623.43       +1.65%      10.12     601.72     626.59     613.31       
8.30
1024   401.00       +1.23%       4.86     391.38     402.41     396.14       
3.05
====================================================================================================

TRENDING OVER Last 20 runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1741.48       +0.77%      13.34    1671.81    1768.92    1728.15      
16.64
32     1984.74       +2.29%      44.46    1851.53    2046.91    1940.29      
50.42
64     1426.41       +3.28%      45.24    1315.46    1432.54    1381.16      
34.83
128    1094.14       +1.38%      14.90    1018.04    1130.92    1079.24      
28.14
256    887.55       +0.96%       8.46     854.38     914.80     879.09      
15.94
512    623.43       +1.56%       9.60     600.10     626.77     613.83       
6.99
1024   401.00       +1.12%       4.43     388.01     404.67     396.58       
3.87
====================================================================================================

TRENDING OVER ALL runs 

Conc   TPS     % Diff from Avg   Diff       Min        Max        Avg        
STD       
====================================================================================================
16     1741.48       +6.31%     103.33     893.86    1869.76    1638.16     
237.51
32     1984.74       +3.20%      61.61    1034.28    2395.61    1923.14     
290.66
64     1426.41       -0.15%      -2.18     878.49    1721.72    1428.59      
84.88
128    1094.14       +3.77%      39.71     613.33    1345.78    1054.42     
139.48
256    887.55       +4.58%      38.87     449.38    1034.59     848.68     
127.82
512    623.43       +4.59%      27.35     311.90     781.01     596.08      
93.93
1024   401.00       +4.41%      16.94     198.22     487.49     384.07      
61.78
====================================================================================================
FULL REVISION COMMENTARY:

  2254.1.2: Lee Bieber 2011-03-28 [merge] Merge Patrick - Tweaked dbqp so that 
the existing slave tests work.
    2239.7.4: patrick crews 2011-03-28 Tweaks to drizzled.py's slave.cnf file 
to play with multi-master rpl
    2239.7.3: patrick crews 2011-03-25 [merge] Merge trunk
    2239.7.2: David Shrewsbury 2011-03-19 [merge] Merge trunk
    2239.7.1: David Shrewsbury 2011-03-19 Initial beta version of multi-master 
code.
  2254.1.1: Lee Bieber 2011-03-28 [merge] Merge Stewart - remove over 1000 
lines of mysys
    2241.4.49: Stewart Smith 2011-03-29 [merge] merge trunk
    2241.4.48: Stewart Smith 2011-03-28 remove internal/default.cc from 
POTFILES.in
    2241.4.47: Stewart Smith 2011-03-28 remove wf_*() functions and class 
wild_file_pack from my_sys.h
    2241.4.46: Stewart Smith 2011-03-28 just completely remove 
drizzled/internal/default.cc - everything remaining is unused
    2241.4.45: Stewart Smith 2011-03-28 struct handle_option_ctx in 
internal/default.cc unused
    2241.4.44: Stewart Smith 2011-03-28 the remaining functions in default.cc 
were unused.
    2241.4.43: Stewart Smith 2011-03-28 some variables declared in 
internal/default.cc and extern in my_sys.h are unused
    2241.4.42: Stewart Smith 2011-03-28 handle_default_option() in 
internal/default.cc is unused
    2241.4.41: Stewart Smith 2011-03-28 moving load_defaults() and 
free_defaults() ouf ot my_sys.h and into being static in internal/default.cc 
showed that they were unused. Not only that, this meant that a bunch of other 
parts of default.cc are also unused. nice - remove them all.
    2241.4.40: Stewart Smith 2011-03-28 move prototype for 
get_defaults_options() just into internal/default.cc and out of my_sys.h
    2241.4.39: Stewart Smith 2011-03-28 remove prototype of non-existant 
my_sleep()
    2241.4.38: Stewart Smith 2011-03-28 remove my_print_default_files() and 
print_defaults() which turn out to be unused
    2241.4.37: Stewart Smith 2011-03-28 remove the drizzled::internal namespace 
prefix from teh typedef for ha_checksum - it's just for myisam now
    2241.4.36: Stewart Smith 2011-03-28 move my_checksum() into myisam (only 
used there). This patch keeps the internal namespace for the ha_checksum 
typedef, which should possibly be changed
    2241.4.35: Stewart Smith 2011-03-28 Process_option_func typedef and 
my_search_option_files() can be moved to just be in internal/default.cc instead 
of in my_sys.h
    2241.4.34: Stewart Smith 2011-03-28 there is also check_if_legal_filename
    2241.4.33: Stewart Smith 2011-03-28 we have no _sanity()
    2241.4.32: Stewart Smith 2011-03-28 thd_increment_ functions no longer 
exist, remove from my_sys.h
    2241.4.31: Stewart Smith 2011-03-28 strlength() can be private to 
mf_format.cc and not in my_sys header
    2241.4.30: Stewart Smith 2011-03-28 remove my_filename() from my_sys - it's 
unused
    2241.4.29: Stewart Smith 2011-03-28 remove HAVE_AIOWAIT ifdefs around the 
place - it turns out this wouldn't have compiled anyway (my_filename() was 
called but is never defined). I think this is all old code that was meant to 
use Solaris aiowait - certainly doesn't work now.
    2241.4.28: Stewart Smith 2011-03-28 move DFLT_INIT_HITS define to 
myisam_priv.h - only used by myisam
    2241.4.27: Stewart Smith 2011-03-28 move MY_WAIT_FOR_USER_TO_FIX_PANIC and 
MY_WAIT_GIVE_USER_A_MESSAGE to myisam/my_pread.cc as they are only used there.
    2241.4.26: Stewart Smith 2011-03-28 remove mysys_uses_curses - unused
    2241.4.25: Stewart Smith 2011-03-28 remove some safe malloc remnants
    2241.4.24: Stewart Smith 2011-03-28 remove some remnats of soundex
    2241.4.23: Stewart Smith 2011-03-28 remove the unused my_file_limit global 
var in drizzled::internal
    2241.4.22: Stewart Smith 2011-03-28 remove MY_ERRNO_EDOM and 
MY_ERRNO_ERANGE. Instead, we should consistently use the system EDOM and 
ERANGE. If on any platform, they weren't 33 and 34 respectively, we would have 
had bugs.
    2241.4.21: Stewart Smith 2011-03-28 remove trash_mem and TRASH - they are 
unused
    2241.4.20: Stewart Smith 2011-03-28 don't export my_init_done - it's only 
checked by my_init() and my_end(). Also use true/false not 1/0
    2241.4.19: Stewart Smith 2011-03-28 A few unused bits of mysys. Turns out 
internal::get_date() was only used by one codepath of my_redel() which was 
never called due to a flag never being set in MyISAM. Just rip it out. One 
whole less file to build
    2241.4.18: Stewart Smith 2011-03-28 add include of sys/types.h to my_sys.h 
as it uses uint which is in sys/types.h on OSX
    2241.4.17: Stewart Smith 2011-03-28 remove mysys_usage_id. it uses uint and 
is unused anyway
    2241.4.16: Stewart Smith 2011-03-28 fix charset_info includes
    2241.4.15: Stewart Smith 2011-03-28 [merge] merge trunk
    2241.4.14: Stewart Smith 2011-03-18 remove some includes from my_sys.h and 
instead only include where needed. This helps reduce the number of files that 
have to be rebuilt when you change some of the more widely included header 
files (such as the drizzled::identifier ones)
    2241.4.13: Stewart Smith 2011-03-18 fix my_bit.cc config.h include
    2241.4.12: Stewart Smith 2011-03-18 fix my_bit.cc include file
    2241.4.11: Stewart Smith 2011-03-18 my_bit.cc actually needs no include 
files
    2241.4.10: Stewart Smith 2011-03-18 myisam.h doesn't need charset_info 
include
    2241.4.9: Stewart Smith 2011-03-18 myisam.h acn just have forward decl of 
table identifier
    2241.4.8: Stewart Smith 2011-03-18 heap.h doesn't need common.h
    2241.4.7: Stewart Smith 2011-03-18 heap.h doesn't neeed 
drizzled/internal/my_pthread.h
    2241.4.6: Stewart Smith 2011-03-18 heap.h doesn't neeed drizzled/tree.h
    2241.4.5: Stewart Smith 2011-03-18 remove two #includes from heap_priv.h - 
include error_t.h only where needed
    2241.4.4: Stewart Smith 2011-03-18 heap_priv.h doesn't need 
internal/my_pthread.h
    2241.4.3: Stewart Smith 2011-03-18 heap_priv doesn't need drizzled/tree.h
    2241.4.2: Stewart Smith 2011-03-18 forward decl of boost mutex works fine 
for heap_priv mutex
    2241.4.1: Stewart Smith 2011-03-18 hp_static.cc doesn't need heap_priv

_______________________________________________
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