Skip to content

Commit 03ba319

Browse files
authored
Merge pull request #2059 from dolthub/coffeegoddd-1.35.1
[auto-update-docs] by coffeegoddd
2 parents 2664f2f + b5f07b8 commit 03ba319

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

content/reference/sql/benchmarks/correctness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ AND col3 IN (3,9,0))))) OR col4 <= 4.25 OR ((col3 = 5))) OR (((col0 >
5454
0)) AND col0 > 6 AND (col4 >= 6.56)))
5555
```
5656

57-
Here are Dolt's sqllogictest results for version `1.35.0`. Tests that
57+
Here are Dolt's sqllogictest results for version `1.35.1`. Tests that
5858
did not run could not complete due to a timeout earlier in the run.
5959
<!-- START___DOLT___CORRECTNESS_RESULTS_TABLE -->
6060
| Results | Count |

content/reference/sql/benchmarks/latency.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,41 +28,41 @@ attempt to run as many queries as possible in a fixed 2 minute time
2828
window. The `Dolt` and `MySQL` columns show the median latency in
2929
milliseconds (ms) of each query during that 2 minute time window.
3030

31-
The Dolt version is `1.35.0`.
31+
The Dolt version is `1.35.1`.
3232

3333
<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
3434
| Read Tests | MySQL | Dolt | Multiple |
3535
|-------------------------|-------|--------|----------|
36-
| covering\_index\_scan | 2.11 | 3.07 | 1.5 |
37-
| groupby\_scan | 13.22 | 18.61 | 1.4 |
38-
| index\_join | 1.32 | 5.28 | 4.0 |
36+
| covering\_index\_scan | 2.11 | 3.02 | 1.4 |
37+
| groupby\_scan | 13.46 | 18.61 | 1.4 |
38+
| index\_join | 1.34 | 5.37 | 4.0 |
3939
| index\_join\_scan | 1.25 | 2.18 | 1.7 |
40-
| index\_scan | 33.72 | 64.47 | 1.9 |
40+
| index\_scan | 34.33 | 63.32 | 1.8 |
4141
| oltp\_point\_select | 0.17 | 0.47 | 2.8 |
4242
| oltp\_read\_only | 3.36 | 7.98 | 2.4 |
4343
| select\_random\_points | 0.32 | 0.77 | 2.4 |
4444
| select\_random\_ranges | 0.39 | 0.92 | 2.4 |
45-
| table\_scan | 33.72 | 64.47 | 1.9 |
46-
| types\_table\_scan | 74.46 | 173.58 | 2.3 |
45+
| table\_scan | 34.33 | 63.32 | 1.8 |
46+
| types\_table\_scan | 75.82 | 170.48 | 2.2 |
4747
| reads\_mean\_multiplier | | | 2.2 |
4848

4949
| Write Tests | MySQL | Dolt | Multiple |
5050
|--------------------------|-------|-------|----------|
51-
| oltp\_delete\_insert | 7.98 | 6.91 | 0.9 |
51+
| oltp\_delete\_insert | 7.98 | 7.04 | 0.9 |
5252
| oltp\_insert | 3.75 | 3.43 | 0.9 |
5353
| oltp\_read\_write | 8.43 | 15.83 | 1.9 |
54-
| oltp\_update\_index | 3.82 | 3.55 | 0.9 |
55-
| oltp\_update\_non\_index | 3.82 | 3.49 | 0.9 |
54+
| oltp\_update\_index | 3.82 | 3.62 | 0.9 |
55+
| oltp\_update\_non\_index | 3.82 | 3.55 | 0.9 |
5656
| oltp\_write\_only | 5.37 | 7.98 | 1.5 |
57-
| types\_delete\_insert | 7.7 | 7.7 | 1.0 |
57+
| types\_delete\_insert | 7.7 | 7.84 | 1.0 |
5858
| writes\_mean\_multiplier | | | 1.1 |
5959

6060
| TPC-C TPS Tests | MySQL | Dolt | Multiple |
6161
|-----------------------|--------|-------|----------|
62-
| tpcc-scale-factor-1 | 101.41 | 22.63 | 5.5 |
63-
| tpcc\_tps\_multiplier | | | 5.5 |
62+
| tpcc-scale-factor-1 | 103.25 | 23.96 | 5.0 |
63+
| tpcc\_tps\_multiplier | | | 5.0 |
6464

65-
| Overall Mean Multiple | 2.93 |
65+
| Overall Mean Multiple | 2.77 |
6666
|-----------------------|------|
6767
<!-- END___DOLT___LATENCY_RESULTS_TABLE -->
6868
<br/>

0 commit comments

Comments
 (0)