Skip to content

Commit

Permalink
Merge pull request #2376 from dolthub/james/correctness
Browse files Browse the repository at this point in the history
update correctness
  • Loading branch information
jycor authored Oct 17, 2024
2 parents df1b7c4 + 64f0394 commit 10a99a6
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.43.0`.
Here are Dolt's function coverage results for version `1.43.6`.
| Supported | Total | Percent Coverage |
|-----------|-------|------------------|
| 316 | 431 | 73 |

## Skipped Engine Tests
Here are the total number of tests skipped by the engine for
version `1.43.0`. These are edge cases that we know are failing for
version `1.43.6`. 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 |
|---------|-------|-----------------|
| 44689 | 44464 | 99.50 |
| 44491 | 44716 | 99.50 |

0 comments on commit 10a99a6

Please sign in to comment.