# Benchmarks

[Dolt benchmarks against MySQL](https://docs.dolthub.com/sql-reference/benchmarks). Dolt [measures correctness](https://docs.dolthub.com/sql-reference/benchmarks/correctness) using a standard test suite called `sqllogictest`. Dolt [measures latency](https://docs.dolthub.com/sql-reference/benchmarks/latency) using the standard `sysbench` suite of OLTP database performance tests.

Doltgres uses the same tests to benchmark against Postgres.

* [Correctness](https://docs.doltgres.com/reference/benchmarks/correctness)
* [Latency](https://docs.doltgres.com/reference/benchmarks/latency)
