You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ Currently, the following libraries are tested:
15
15
16
16
## How to run the benchmark?
17
17
18
-
The project is based on Maven and the [Maven Wrapper](https://maven.apache.org/wrapper/) is included. To run the benchmark, simply execute the following
18
+
The project is based on Maven and the [Maven Wrapper](https://maven.apache.org/wrapper/) is included.
19
+
The benchmark module uses the [jmh-maven-plugin](https://github.com/metlos/jmh-maven-plugin) that automatically execute all benchmarks in the `test` phase of Maven.
20
+
To run the benchmark, simply execute the following
0 commit comments