Skip to content

Commit 46068f5

Browse files
authored
Merge pull request #2653 from dolthub/coffeegoddd-1.59.2
[auto-update-docs] by coffeegoddd
2 parents 1e5c0bc + 5fdec7a commit 46068f5

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

packages/dolt/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.58.8`. Tests that
57+
Here are Dolt's sqllogictest results for version `1.59.2`. 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 |

packages/dolt/content/reference/sql/benchmarks/latency.md

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

37-
The Dolt version is `1.58.8`.
37+
The Dolt version is `1.59.2`.
3838

3939
<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
4040
| Read Tests | MySQL | Dolt | Multiple |
4141
|:-----------------------:|:-----:|:------:|:--------:|
4242
| covering\_index\_scan | 1.86 | 0.67 | 0.36 |
43-
| groupby\_scan | 13.95 | 18.61 | 1.33 |
44-
| index\_join | 1.5 | 2.48 | 1.65 |
45-
| index\_join\_scan | 1.47 | 1.39 | 0.95 |
43+
| groupby\_scan | 13.7 | 18.61 | 1.36 |
44+
| index\_join | 1.5 | 2.43 | 1.62 |
45+
| index\_join\_scan | 1.47 | 1.42 | 0.97 |
4646
| index\_scan | 34.33 | 30.26 | 0.88 |
4747
| oltp\_point\_select | 0.21 | 0.28 | 1.33 |
4848
| oltp\_read\_only | 3.82 | 5.37 | 1.41 |
49-
| select\_random\_points | 0.36 | 0.58 | 1.61 |
50-
| select\_random\_ranges | 0.39 | 0.62 | 1.59 |
51-
| table\_scan | 34.95 | 32.53 | 0.93 |
52-
| types\_table\_scan | 74.46 | 127.81 | 1.72 |
49+
| select\_random\_points | 0.35 | 0.58 | 1.66 |
50+
| select\_random\_ranges | 0.39 | 0.61 | 1.56 |
51+
| table\_scan | 34.33 | 32.53 | 0.95 |
52+
| types\_table\_scan | 75.82 | 127.81 | 1.69 |
5353
| reads\_mean\_multiplier | | | 1.25 |
5454

5555
| Write Tests | MySQL | Dolt | Multiple |
5656
|:------------------------:|:-----:|:-----:|:--------:|
57-
| oltp\_delete\_insert | 8.43 | 6.67 | 0.79 |
57+
| oltp\_delete\_insert | 8.43 | 6.55 | 0.78 |
5858
| oltp\_insert | 4.18 | 3.25 | 0.78 |
5959
| oltp\_read\_write | 9.22 | 11.87 | 1.29 |
6060
| oltp\_update\_index | 4.25 | 3.3 | 0.78 |
6161
| oltp\_update\_non\_index | 4.25 | 3.25 | 0.76 |
62-
| oltp\_write\_only | 5.28 | 6.55 | 1.24 |
63-
| types\_delete\_insert | 8.58 | 7.04 | 0.82 |
62+
| oltp\_write\_only | 5.28 | 6.43 | 1.22 |
63+
| types\_delete\_insert | 8.58 | 6.91 | 0.81 |
6464
| writes\_mean\_multiplier | | | 0.92 |
6565

66-
| TPC-C TPS Tests | MySQL | Dolt | Multiple |
67-
|:---------------------:|:-----:|:-----:|:--------:|
68-
| tpcc-scale-factor-1 | 93.73 | 39.61 | 2.37 |
69-
| tpcc\_tps\_multiplier | | | 2.37 |
66+
| TPC-C TPS Tests | MySQL | Dolt | Multiple |
67+
|:---------------------:|:-----:|:----:|:--------:|
68+
| tpcc-scale-factor-1 | 93.62 | 39.7 | 2.36 |
69+
| tpcc\_tps\_multiplier | | | 2.36 |
7070

7171
| Overall Mean Multiple | 1.51 |
7272
|:---------------------:|:----:|

0 commit comments

Comments
 (0)