====================================================================================================
SYSBENCH BENCHMARK REPORT
====================================================================================================
MACHINE: r815-test2
RUN ID: 530
RUN DATE: 2011-01-18T23:13:44.968526
WORKLOAD: innodb_1000K_readwrite
SERVER: drizzled
VERSION: staging
REVISION: 2095
COMMENT: 2095: Lee Bieber 2011-01-18 [merge] Merge Brian - fix processlist
test, was failing under lcov
====================================================================================================
TRENDING OVER LAST 5 runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1718.38 +5.18% 84.61 1196.24 1760.30 1633.77
199.79
32 2011.40 +2.64% 51.72 1654.99 2078.84 1959.69
147.49
64 1403.89 -1.78% -25.49 1358.00 1463.13 1429.37
33.64
128 1082.74 +0.89% 9.53 1020.28 1116.57 1073.21
27.28
256 915.80 +3.66% 32.34 808.85 916.48 883.46
34.45
512 634.91 +1.07% 6.71 620.33 639.51 628.20
6.77
1024 407.14 +0.68% 2.75 402.20 408.81 404.39
2.05
====================================================================================================
TRENDING OVER Last 20 runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1718.38 +5.29% 86.30 1165.54 1773.90 1632.08
196.45
32 2011.40 +2.51% 49.25 1576.30 2110.89 1962.15
155.87
64 1403.89 -1.74% -24.91 1322.51 1519.51 1428.80
39.34
128 1082.74 -0.21% -2.24 1020.28 1157.26 1084.98
34.89
256 915.80 +3.35% 29.67 808.85 923.97 886.13
25.49
512 634.91 +1.10% 6.90 611.90 648.20 628.01
7.76
1024 407.14 +0.71% 2.87 395.43 413.80 404.27
4.01
====================================================================================================
TRENDING OVER ALL runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1718.38 +0.76% 13.01 1165.54 1869.76 1705.37
72.37
32 2011.40 -0.24% -4.86 1101.01 2395.61 2016.26
158.33
64 1403.89 -3.04% -44.00 899.67 1721.72 1447.88
82.88
128 1082.74 -1.66% -18.23 638.89 1345.78 1100.97
69.39
256 915.80 +2.80% 24.95 808.85 1034.59 890.84
33.29
512 634.91 +1.28% 8.03 593.30 781.01 626.88
33.36
1024 407.14 +0.68% 2.76 361.44 487.49 404.38
21.03
====================================================================================================
FULL REVISION COMMENTARY:
2094.1.6: Lee Bieber 2011-01-18 [merge] Merge Brian - fix processlist test,
was failing under lcov
2094.2.2: Brian Aker 2011-01-18 Update for additional processes in wait
test.
2094.2.1: Brian Aker 2011-01-18 Fix issue where if we had additional
connections the test would should wrong
2094.1.5: Lee Bieber 2011-01-18 [merge] Merge Marisa - fix bug 684803: Need
to update Drizzledump documentation with migration conversions / caveats
1994.4.43: Marisa Plumb 2011-01-17 remoing backticks
1994.4.42: Marisa Plumb 2011-01-17 table change
1994.4.41: Marisa Plumb 2011-01-17 perhaps a fix to count.rst
1994.4.40: Marisa Plumb 2011-01-17 removed couple bitwise refs
1994.4.39: Marisa Plumb 2011-01-17 new material to address
https://bugs.launchpad.net/drizzle/+bug/684803, new functions
1994.4.38: Marisa Plumb 2011-01-17 multi-table exlanation to address
https://bugs.launchpad.net/drizzle/+bug/686641
1994.4.37: Marisa Plumb 2011-01-17 modifications to functions
1994.4.36: Marisa Plumb 2011-01-17 [merge] updating to trunk
2094.1.4: Lee Bieber 2011-01-18 [merge] Merge Monty - fix bug 567387: quotes
now appearing around module name and author in data_dicionary view
2088.4.2: Monty Taylor 2011-01-17 Updated the result file.
2088.4.1: Monty Taylor 2011-01-16 Removed an extra set of quoting.
2094.1.3: Lee Bieber 2011-01-18 [merge] Merge Monty - fix bug 658752:
Incorrect datadir value being stored
2088.3.1: Monty Taylor 2011-01-16 How about let's not overwrite the value.
What's that about anyway?
2094.1.2: Lee Bieber 2011-01-18 [merge] Merge Andrew - fix bug 680872:
max-connect-errors appears to be unused
2088.2.1: Andrew Hutchings 2011-01-16 Remove max-connect-error variables
since it is completely unused
2094.1.1: Lee Bieber 2011-01-18 [merge] Merge Stewart - Haildb updates,
ANALYZE table as well as improved index statistics
1977.3.27: Stewart Smith 2011-01-12 force pandora-build to look for HailDB
2.3.2 (Cairo) or later as it is required
1977.3.26: Stewart Smith 2011-01-12 [merge] merge Andrew's bug fix for log
buffer size being in number of pages instead of bytes
1977.4.1: Andrew Hutchings 2011-01-10 Fix test case results as part of
bug #578644
1977.3.25: Stewart Smith 2011-01-12 [merge] merge trunk
1977.3.24: Stewart Smith 2011-01-06 [merge] merge warn_unused_result tree
to see if it fixes some of teh problems we're having with errors.
1977.3.23: Stewart Smith 2011-01-06 don't try to rollback an already rolled
back transaction in HailDB. If the transaction is not started, we can just
release the txn.
1977.3.22: Stewart Smith 2011-01-06 HailDB will roll back a transaction
itself due to DB_DEADLOCK.
1977.3.21: Stewart Smith 2011-01-05 [merge] merge trunk
1977.3.20: Stewart Smith 2010-12-24 implement rec_per_key index statistics
for HailDB engine (part of HA_STATUS_CONST). Requires HailDB 2.3-cairo
1977.3.19: Stewart Smith 2010-12-24 add index_read_res test for HailDB.
1977.3.18: Stewart Smith 2010-12-24 add ANALYZE support to HailDB. Requires
HailDB 2.3-cairo.
1977.3.17: Stewart Smith 2010-12-21 [merge] merge trunk
1977.3.16: Stewart Smith 2010-12-14 [merge] merge trunk
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-benchmark
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-benchmark
More help : https://help.launchpad.net/ListHelp