From 54fc9b7c381f6b05f55d9b1927d6548789ad9b04 Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Thu, 21 Sep 2023 16:56:28 +0000 Subject: [PATCH] [ga-update-docs] Update correctness for Dolt v1.16.2 --- content/reference/sql/benchmarks/correctness.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/reference/sql/benchmarks/correctness.md b/content/reference/sql/benchmarks/correctness.md index 2acf06dbc..c0607f15d 100644 --- a/content/reference/sql/benchmarks/correctness.md +++ b/content/reference/sql/benchmarks/correctness.md @@ -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. | 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 | |------------------------|-------|