Skip to content

Commit

Permalink
Update to Benchto which is compatible with JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelWeezardo committed Oct 25, 2022
1 parent 8e51f89 commit 78c5ef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@
<dependency>
<groupId>io.trino.benchto</groupId>
<artifactId>benchto-driver</artifactId>
<version>0.19</version>
<version>0.20</version>
</dependency>

<dependency>
Expand Down
3 changes: 2 additions & 1 deletion testing/trino-benchto-benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

0 comments on commit 78c5ef4

Please sign in to comment.