Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ Then open the file `build/docs/javadoc/index.html`.

To run benchmarks, either execute them from IntelliJ or run the following from shell: (Replace the class name as needed)

::: Note: These instructions need to be updated for Gradle.
> [!TIP]
> These instructions need to be updated for Gradle.

```sh
mvn exec:exec -Dexec.executable="java" -Dexec.args="-classpath %classpath com.uber.h3core.benchmarking.H3CoreBenchmark" -Dexec.classpathScope="test"
Expand Down
Loading