From 592331ae27859c3c3fb24eb53e0928a08631c200 Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Thu, 8 Aug 2024 21:18:08 +0000 Subject: [PATCH] [ga-update-docs] Update benchmarks for Dolt v1.42.9 --- .../reference/sql/benchmarks/correctness.md | 2 +- .../reference/sql/benchmarks/latency.md | 46 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/packages/dolt/content/reference/sql/benchmarks/correctness.md b/packages/dolt/content/reference/sql/benchmarks/correctness.md index e599c9a0..f735a955 100644 --- a/packages/dolt/content/reference/sql/benchmarks/correctness.md +++ b/packages/dolt/content/reference/sql/benchmarks/correctness.md @@ -54,7 +54,7 @@ AND col3 IN (3,9,0))))) OR col4 <= 4.25 OR ((col3 = 5))) OR (((col0 > 0)) AND col0 > 6 AND (col4 >= 6.56))) ``` -Here are Dolt's sqllogictest results for version `1.42.8`. Tests that +Here are Dolt's sqllogictest results for version `1.42.9`. Tests that did not run could not complete due to a timeout earlier in the run. | Results | Count | diff --git a/packages/dolt/content/reference/sql/benchmarks/latency.md b/packages/dolt/content/reference/sql/benchmarks/latency.md index bdafb11a..305609db 100644 --- a/packages/dolt/content/reference/sql/benchmarks/latency.md +++ b/packages/dolt/content/reference/sql/benchmarks/latency.md @@ -28,41 +28,41 @@ attempt to run as many queries as possible in a fixed 2 minute time window. The `Dolt` and `MySQL` columns show the median latency in milliseconds (ms) of each query during that 2 minute time window. -The Dolt version is `1.42.8`. +The Dolt version is `1.42.9`. | Read Tests | MySQL | Dolt | Multiple | |-------------------------|-------|--------|----------| -| covering\_index\_scan | 2.07 | 2.91 | 1.4 | -| groupby\_scan | 13.46 | 16.71 | 1.2 | -| index\_join | 1.39 | 2.61 | 1.9 | -| index\_join\_scan | 1.3 | 2.11 | 1.6 | -| index\_scan | 34.33 | 52.89 | 1.5 | -| oltp\_point\_select | 0.18 | 0.39 | 2.2 | -| oltp\_read\_only | 3.43 | 6.79 | 2.0 | -| select\_random\_points | 0.33 | 0.7 | 2.1 | -| select\_random\_ranges | 0.39 | 0.81 | 2.1 | -| table\_scan | 34.33 | 53.85 | 1.6 | -| types\_table\_scan | 74.46 | 139.85 | 1.9 | -| reads\_mean\_multiplier | | | 1.8 | +| covering\_index\_scan | 2.07 | 3.02 | 1.5 | +| groupby\_scan | 13.7 | 17.63 | 1.3 | +| index\_join | 1.37 | 2.66 | 1.9 | +| index\_join\_scan | 1.3 | 2.18 | 1.7 | +| index\_scan | 34.95 | 54.83 | 1.6 | +| oltp\_point\_select | 0.18 | 0.3 | 1.7 | +| oltp\_read\_only | 3.49 | 5.99 | 1.7 | +| select\_random\_points | 0.34 | 0.65 | 1.9 | +| select\_random\_ranges | 0.39 | 0.83 | 2.1 | +| table\_scan | 34.95 | 55.82 | 1.6 | +| types\_table\_scan | 75.82 | 144.97 | 1.9 | +| reads\_mean\_multiplier | | | 1.7 | | Write Tests | MySQL | Dolt | Multiple | |--------------------------|-------|-------|----------| -| oltp\_delete\_insert | 8.13 | 5.88 | 0.7 | -| oltp\_insert | 3.82 | 2.97 | 0.8 | -| oltp\_read\_write | 8.58 | 12.52 | 1.5 | -| oltp\_update\_index | 3.89 | 2.97 | 0.8 | -| oltp\_update\_non\_index | 3.89 | 2.91 | 0.7 | -| oltp\_write\_only | 5.37 | 5.99 | 1.1 | -| types\_delete\_insert | 7.7 | 6.43 | 0.8 | +| oltp\_delete\_insert | 8.13 | 5.99 | 0.7 | +| oltp\_insert | 3.82 | 3.02 | 0.8 | +| oltp\_read\_write | 8.58 | 12.08 | 1.4 | +| oltp\_update\_index | 3.89 | 3.02 | 0.8 | +| oltp\_update\_non\_index | 3.89 | 2.97 | 0.8 | +| oltp\_write\_only | 5.47 | 6.21 | 1.1 | +| types\_delete\_insert | 7.7 | 6.55 | 0.9 | | writes\_mean\_multiplier | | | 0.9 | | TPC-C TPS Tests | MySQL | Dolt | Multiple | |-----------------------|-------|-------|----------| -| tpcc-scale-factor-1 | 98.89 | 38.07 | 2.6 | -| tpcc\_tps\_multiplier | | | 2.6 | +| tpcc-scale-factor-1 | 98.12 | 38.64 | 2.5 | +| tpcc\_tps\_multiplier | | | 2.5 | -| Overall Mean Multiple | 1.77 | +| Overall Mean Multiple | 1.70 | |-----------------------|------|
\ No newline at end of file