We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3809db commit e83574fCopy full SHA for e83574f
README.md
@@ -92,7 +92,8 @@ Then open the file `build/docs/javadoc/index.html`.
92
93
To run benchmarks, either execute them from IntelliJ or run the following from shell: (Replace the class name as needed)
94
95
-::: Note: These instructions need to be updated for Gradle.
+> [!TIP]
96
+> These instructions need to be updated for Gradle.
97
98
```sh
99
mvn exec:exec -Dexec.executable="java" -Dexec.args="-classpath %classpath com.uber.h3core.benchmarking.H3CoreBenchmark" -Dexec.classpathScope="test"
0 commit comments