fredia commented on code in PR #80:
URL: https://github.com/apache/flink-benchmarks/pull/80#discussion_r1349674528
##########
README.md:
##########
@@ -39,6 +39,12 @@ There're mainly three ways:
```
java -jar target/benchmarks.jar -rf csv "<benchmark_class>"
```
+
+ When using uber jar with Java 17, you may need add arguments in command
like:
Review Comment:
Agree, not a problem, I thought the description should be consistent with
the profile.
```
<activation>
<jdk>[17,)</jdk>
<property>
<name>benchmarks</name>
</property>
</activation>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]