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 |
|------------------------|-------|
diff --git a/content/reference/sql/benchmarks/latency.md b/content/reference/sql/benchmarks/latency.md
index 1dc3afd88..3fb83ced2 100644
--- a/content/reference/sql/benchmarks/latency.md
+++ b/content/reference/sql/benchmarks/latency.md
@@ -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`.
| 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 |
|-----------------------|-----|