====================================================================================================
SYSBENCH BENCHMARK REPORT
====================================================================================================
MACHINE: Drizzle-build-n04
RUN ID: 87
RUN DATE: 2011-02-19T00:01:37.791202
WORKLOAD: innodb_1000K_readwrite
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 1756.23 -0.49% -8.67 1695.21 1825.03 1764.90
39.77
32 1731.36 +0.57% 9.80 1633.80 1848.91 1721.56
73.03
64 1686.94 -2.31% -39.85 1683.40 1775.31 1726.79
31.60
128 1694.51 -0.72% -12.23 1655.02 1746.61 1706.74
27.57
256 1561.36 +1.79% 27.53 1494.74 1570.58 1533.84
21.41
512 1346.31 +0.42% 5.64 1329.60 1351.75 1340.67
5.43
1024 995.65 -0.03% -0.33 941.08 1010.16 995.98
16.41
====================================================================================================
TRENDING OVER Last 20 runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1756.23 -1.63% -29.18 1695.21 1883.46 1785.41
39.31
32 1731.36 -0.03% -0.58 1624.21 1848.91 1731.94
63.79
64 1686.94 -2.37% -41.01 1566.43 1823.52 1727.95
43.42
128 1694.51 +0.61% 10.29 1623.45 1746.61 1684.22
25.58
256 1561.36 +3.02% 45.83 1484.98 1570.58 1515.54
23.68
512 1346.31 +0.83% 11.06 1317.60 1354.26 1335.25
8.79
1024 995.65 -1.13% -11.38 938.86 1060.55 1007.02
19.90
====================================================================================================
TRENDING OVER ALL runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1756.23 -0.23% -4.09 1177.28 1913.94 1760.32
105.99
32 1731.36 +0.25% 4.25 1448.82 1853.08 1727.11
74.10
64 1686.94 -2.56% -44.35 1480.63 1864.74 1731.29
67.86
128 1694.51 +0.50% 8.38 1401.59 1771.41 1686.12
66.18
256 1561.36 +3.28% 49.54 1268.10 1578.72 1511.82
55.78
512 1346.31 +1.44% 19.12 1077.71 1366.44 1327.19
51.93
1024 995.65 -2.37% -24.21 880.04 1065.34 1019.86
33.30
====================================================================================================
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