==================================================================================================== SYSBENCH BENCHMARK REPORT ==================================================================================================== MACHINE: r815-test2 RUN ID: 182 RUN DATE: 2010-11-08T21:27:11.378357 WORKLOAD: innodb_1000K_readonly SERVER: drizzled VERSION: staging REVISION: 1915 COMMENT: 1915: Brian Aker 2010-11-08 [merge] Merge in Stewart's change to blob field size. ====================================================================================================
TRENDING OVER LAST 5 runs Conc TPS % Diff from Avg Diff Min Max Avg STD ==================================================================================================== 16 2253.04 +0.59% 13.23 2193.55 2281.64 2239.81 23.04 32 2516.70 -1.57% -40.17 2509.83 2615.06 2556.88 35.18 64 1732.90 -0.28% -4.94 1675.04 1792.45 1737.84 30.75 128 1411.65 -1.39% -19.88 1390.79 1475.95 1431.53 24.02 256 1142.80 -0.82% -9.44 1127.44 1192.22 1152.24 19.78 512 740.33 -0.93% -6.93 734.16 763.11 747.26 8.77 1024 487.31 -0.29% -1.42 484.73 495.50 488.73 3.03 ==================================================================================================== TRENDING OVER Last 20 runs Conc TPS % Diff from Avg Diff Min Max Avg STD ==================================================================================================== 16 2253.04 +0.40% 8.92 2193.55 2344.89 2244.12 28.56 32 2516.70 -1.88% -48.19 2340.77 2889.19 2564.90 96.73 64 1732.90 -1.89% -33.30 1675.04 2047.78 1766.20 64.62 128 1411.65 -3.55% -51.91 1390.79 1675.13 1463.56 53.68 256 1142.80 -1.32% -15.31 1088.14 1356.73 1158.12 48.68 512 740.33 -2.52% -19.17 728.38 1032.88 759.50 57.79 1024 487.31 -1.28% -6.33 481.49 579.45 493.64 19.9 ==================================================================================================== TRENDING OVER ALL runs Conc TPS % Diff from Avg Diff Min Max Avg STD ==================================================================================================== 16 2253.04 +0.83% 18.46 1201.70 2406.76 2234.58 200.26 32 2516.70 -4.52% -119.09 1617.89 3117.60 2635.79 248.99 64 1732.90 -5.78% -106.37 1649.78 2113.34 1839.27 122.74 128 1411.65 -7.26% -110.55 1359.07 1743.39 1522.20 98.22 256 1142.80 -5.34% -64.48 674.92 1429.83 1207.28 104.0 512 740.33 -7.17% -57.17 460.87 1042.59 797.50 100.67 1024 487.31 -5.33% -27.44 479.22 590.95 514.75 37.65 ==================================================================================================== FULL REVISION COMMENTARY: 1267.1.8: Stewart Smith 2010-11-08 change dynamic_cast in field_conv.cc back to static_cast for runtime performance 1267.1.7: Stewart Smith 2010-11-08 in field_conv.cc, get_copy_func should not try to cast Field_blob to Field_varstring as Field_ blob does not inherit from field_varstring. Previously this kinda worked out due to the first member of field_blob kinda making sense in this comparison. Instead, we just shortcut to that decision if we are converting from BLOB. 1267.1.6: Stewart Smith 2010-11-08 change cast in field_conv.cc that was producing valgrind warning to dynamic_cast to crash on invalid cast. this shows up in several tests: e.g. func_gconcat 1267.1.5: Stewart Smith 2010-11-07 [merge] merge trunk 1267.1.4: Stewart Smith 2009-12-09 remove last bits of packlength from Field_blob, leaving only support for 4 byte length for blobs (not 1, not 2 and certainly not 3). 1267.1.3: Stewart Smith 2009-12-09 remove Field_blob constructor that had set_packflag argument being called in Item::tmp_table_field_from_field_type(). This would cause a Field_blob to be created that used 3 bytes instead of 4 for length... potentially causing all sorts of trouble 1267.1.2: Stewart Smith 2009-12-09 remove Field_blob constructor that only takes packlength as argument. It's never even called 1267.1.1: Stewart Smith 2009-12-09 remove blob_pack_length argument to Field_blob constructor. _______________________________________________ Mailing list: https://launchpad.net/~drizzle-benchmark Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-benchmark More help : https://help.launchpad.net/ListHelp

