Skip to content

Commit

Permalink
Merge pull request #1741 from dolthub/gitbook-dev
Browse files Browse the repository at this point in the history
update perf 1.16.2
  • Loading branch information
coffeegoddd authored Sep 21, 2023
2 parents 9a5f959 + 1381002 commit b7ec3f6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions content/reference/sql/benchmarks/correctness.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ 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.15.0`. Tests that
Here are Dolt's sqllogictest results for version `1.16.2`. Tests that
did not run could not complete due to a timeout earlier in the run.
<!-- START___DOLT___CORRECTNESS_RESULTS_TABLE -->
| Results | Count |
|-------------|---------|
| did not run | 527 |
| not ok | 4904 |
| ok | 5932031 |
| did not run | 515 |
| not ok | 2086 |
| ok | 5934861 |
| timeout | 1 |

| Total Tests | 5937463 |
|-------------|---------|

| Correctness Percentage | 99.91 |
| Correctness Percentage | 99.96 |
|------------------------|-------|
<!-- END___DOLT___CORRECTNESS_RESULTS_TABLE -->
<br/>
34 changes: 17 additions & 17 deletions content/reference/sql/benchmarks/latency.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,37 +28,37 @@ 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.15.0`.
The Dolt version is `1.16.2`.

<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
| Read Tests | MySQL | Dolt | Multiple |
|-------------------------|-------|--------|----------|
| covering\_index\_scan | 2.07 | 2.91 | 1.4 |
| groupby\_scan | 13.22 | 18.28 | 1.4 |
| covering\_index\_scan | 2.07 | 2.86 | 1.4 |
| groupby\_scan | 12.98 | 17.95 | 1.4 |
| index\_join | 1.27 | 4.74 | 3.7 |
| index\_join\_scan | 1.21 | 2.22 | 1.8 |
| index\_scan | 33.12 | 58.92 | 1.8 |
| oltp\_point\_select | 0.14 | 0.39 | 2.8 |
| oltp\_read\_only | 2.71 | 7.17 | 2.6 |
| select\_random\_points | 0.31 | 0.7 | 2.3 |
| oltp\_point\_select | 0.14 | 0.4 | 2.9 |
| oltp\_read\_only | 2.66 | 7.17 | 2.7 |
| select\_random\_points | 0.31 | 0.72 | 2.3 |
| select\_random\_ranges | 0.37 | 0.95 | 2.6 |
| table\_scan | 33.12 | 58.92 | 1.8 |
| types\_table\_scan | 74.46 | 167.44 | 2.2 |
| table\_scan | 33.12 | 57.87 | 1.7 |
| types\_table\_scan | 75.82 | 167.44 | 2.2 |
| reads\_mean\_multiplier | | | 2.2 |

| Write Tests | MySQL | Dolt | Multiple |
|--------------------------|-------|-------|----------|
| bulk\_insert | 0.001 | 0.001 | 1.0 |
| oltp\_delete\_insert | 5.77 | 5.99 | 1.0 |
| oltp\_insert | 2.71 | 3.13 | 1.2 |
| oltp\_read\_write | 6.43 | 14.21 | 2.2 |
| oltp\_update\_index | 2.66 | 3.07 | 1.2 |
| oltp\_update\_non\_index | 2.97 | 2.97 | 1.0 |
| oltp\_write\_only | 3.82 | 7.17 | 1.9 |
| types\_delete\_insert | 6.43 | 6.32 | 1.0 |
| writes\_mean\_multiplier | | | 1.3 |
| oltp\_delete\_insert | 5.47 | 5.67 | 1.0 |
| oltp\_insert | 2.52 | 3.02 | 1.2 |
| oltp\_read\_write | 6.09 | 14.21 | 2.3 |
| oltp\_update\_index | 2.52 | 3.02 | 1.2 |
| oltp\_update\_non\_index | 2.66 | 2.91 | 1.1 |
| oltp\_write\_only | 3.62 | 7.17 | 2.0 |
| types\_delete\_insert | 5.47 | 6.21 | 1.1 |
| writes\_mean\_multiplier | | | 1.4 |

| Overall Mean Multiple | 1.8 |
| Overall Mean Multiple | 1.9 |
|-----------------------|-----|
<!-- END___DOLT___LATENCY_RESULTS_TABLE -->
<br/>

0 comments on commit b7ec3f6

Please sign in to comment.