Skip to content

Commit

Permalink
Merge pull request #2360 from dolthub/gitbook-dev
Browse files Browse the repository at this point in the history
Publish
  • Loading branch information
jycor authored Sep 27, 2024
2 parents 02c7025 + dfb86ec commit 7397bca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/dolt/content/reference/sql/benchmarks/correctness.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ We also measure the coverage of the functions in the SQL engine. This
is a measure of how many of the supported MySQL functions are also
supported by Dolt.

Here are Dolt's function coverage results for version `1.42.20`.
Here are Dolt's function coverage results for version `1.43.0`.
| Supported | Total | Percent Coverage |
|-----------|-------|------------------|
| 316 | 431 | 73 |

## Skipped Engine Tests
Here are the total number of tests skipped by the engine for
version `1.42.20`. These are edge cases that we know are failing for
version `1.43.0`. These are edge cases that we know are failing for
one reason or another, but haven't been able to fix yet.

In general, these tests are more difficult to fix compared to
Expand All @@ -92,4 +92,4 @@ Additionally, these tests are unique and do not overlap in coverage

| Passing | Total | Percent Passing |
|---------|-------|-----------------|
| 44211 | 44435 | 99.50 |
| 44689 | 44464 | 99.50 |

0 comments on commit 7397bca

Please sign in to comment.