Skip to content

Commit

Permalink
Merge pull request #2092 from dolthub/gitbook-dev
Browse files Browse the repository at this point in the history
update perf 1.35.6
  • Loading branch information
coffeegoddd committed Apr 2, 2024
2 parents bb6101e + 2cc98ce commit f23b851
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion content/reference/sql/benchmarks/correctness.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.35.5`. Tests that
Here are Dolt's sqllogictest results for version `1.35.6`. Tests that
did not run could not complete due to a timeout earlier in the run.
<!-- START___DOLT___CORRECTNESS_RESULTS_TABLE -->
| Results | Count |
Expand Down
30 changes: 15 additions & 15 deletions content/reference/sql/benchmarks/latency.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ 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.35.5`.
The Dolt version is `1.35.6`.

<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
| Read Tests | MySQL | Dolt | Multiple |
|-------------------------|-------|--------|----------|
| covering\_index\_scan | 2.07 | 3.02 | 1.5 |
| groupby\_scan | 13.46 | 17.63 | 1.3 |
| index\_join | 1.39 | 5.09 | 3.7 |
| index\_join\_scan | 1.32 | 2.22 | 1.7 |
| index\_scan | 35.59 | 63.32 | 1.8 |
| oltp\_point\_select | 0.18 | 0.48 | 2.7 |
| oltp\_read\_only | 3.43 | 8.13 | 2.4 |
| covering\_index\_scan | 2.07 | 3.07 | 1.5 |
| groupby\_scan | 13.46 | 17.32 | 1.3 |
| index\_join | 1.37 | 5.18 | 3.8 |
| index\_join\_scan | 1.27 | 2.26 | 1.8 |
| index\_scan | 34.33 | 63.32 | 1.8 |
| oltp\_point\_select | 0.17 | 0.49 | 2.9 |
| oltp\_read\_only | 3.36 | 8.28 | 2.5 |
| select\_random\_points | 0.33 | 0.78 | 2.4 |
| select\_random\_ranges | 0.39 | 0.94 | 2.4 |
| table\_scan | 35.59 | 63.32 | 1.8 |
| select\_random\_ranges | 0.39 | 0.95 | 2.4 |
| table\_scan | 34.33 | 63.32 | 1.8 |
| types\_table\_scan | 74.46 | 176.73 | 2.4 |
| reads\_mean\_multiplier | | | 2.2 |

Expand All @@ -57,12 +57,12 @@ The Dolt version is `1.35.5`.
| types\_delete\_insert | 7.7 | 7.84 | 1.0 |
| writes\_mean\_multiplier | | | 1.1 |

| TPC-C TPS Tests | MySQL | Dolt | Multiple |
|-----------------------|--------|------|----------|
| tpcc-scale-factor-1 | 101.78 | 22.7 | 5.0 |
| tpcc\_tps\_multiplier | | | 5.0 |
| TPC-C TPS Tests | MySQL | Dolt | Multiple |
|-----------------------|--------|-------|----------|
| tpcc-scale-factor-1 | 101.15 | 16.93 | 5.7 |
| tpcc\_tps\_multiplier | | | 5.7 |

| Overall Mean Multiple | 2.77 |
| Overall Mean Multiple | 3.00 |
|-----------------------|------|
<!-- END___DOLT___LATENCY_RESULTS_TABLE -->
<br/>

0 comments on commit f23b851

Please sign in to comment.