====================================================================================================
SYSBENCH BENCHMARK REPORT
====================================================================================================
MACHINE: r815-test2
RUN ID: 529
RUN DATE: 2011-01-18T21:34:31.003375
WORKLOAD: innodb_1000K_readonly
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 2200.35 +1.39% 30.26 2142.09 2266.84 2170.09
30.04
32 2443.95 -0.22% -5.41 2337.77 2591.17 2449.36
69.35
64 1806.29 +3.46% 60.34 1688.00 1828.14 1745.95
38.16
128 1472.30 +3.05% 43.63 1380.04 1479.12 1428.67
30.24
256 1153.95 +0.57% 6.58 1094.17 1188.62 1147.36
24.37
512 748.95 -0.36% -2.73 743.52 764.03 751.67
5.46
1024 491.86 +0.27% 1.34 486.83 495.55 490.51
2.84
====================================================================================================
TRENDING OVER Last 20 runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 2200.35 +0.86% 18.70 2136.50 2266.84 2181.65
27.21
32 2443.95 -0.41% -10.17 2305.76 2593.75 2454.12
74.35
64 1806.29 +2.93% 51.41 1681.05 1831.35 1754.88
37.28
128 1472.30 +2.33% 33.46 1380.04 1520.58 1438.84
34.53
256 1153.95 +1.27% 14.49 1034.41 1190.33 1139.45
32.09
512 748.95 -0.67% -5.08 738.34 771.91 754.02
7.14
1024 491.86 +0.53% 2.59 470.71 498.18 489.27
5.38
====================================================================================================
TRENDING OVER ALL runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 2200.35 +2.05% 44.22 1087.27 2406.76 2156.13
162.24
32 2443.95 -1.75% -43.66 1306.47 3117.60 2487.61
208.95
64 1806.29 +2.31% 40.78 1597.13 2113.34 1765.51
92.10
128 1472.30 +1.61% 23.31 741.08 1743.39 1448.98
97.09
256 1153.95 -0.03% -0.30 787.72 1429.83 1154.24
73.15
512 748.95 -1.82% -13.90 460.87 1042.59 762.84
62.10
1024 491.86 -0.72% -3.58 446.26 590.95 495.44
24.82
====================================================================================================
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