diff --git a/pom.xml b/pom.xml
index ebedf7c979a1..2b24c608ab65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -656,7 +656,7 @@
io.trino.benchto
benchto-driver
- 0.19
+ 0.20
diff --git a/testing/trino-benchto-benchmarks/README.md b/testing/trino-benchto-benchmarks/README.md
index 5c167e9b05ec..1a3f47f0b6c5 100644
--- a/testing/trino-benchto-benchmarks/README.md
+++ b/testing/trino-benchto-benchmarks/README.md
@@ -94,7 +94,8 @@ prefix: ""
With the scene set up as in the previous section, the benchmark can be run with:
```bash
-java -jar "$HOME/.m2/repository/io/trino/benchto/benchto-driver/0.18/benchto-driver-0.18.jar" \
+./mvnw clean package -pl :trino-benchto-benchmarks
+java -jar "$HOME/.m2/repository/io/trino/benchto/benchto-driver/0.20/benchto-driver-0.20-exec.jar" \
--activeBenchmarks=trino/tpch \
--overrides "overrides.yaml"
```