commit | 47df8be6dc1e0927a7b3d690100445865dfa8675 | [log] [tgz] |
---|---|---|
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Sun Jun 23 16:24:11 2024 +0200 |
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Sun Jun 23 16:24:11 2024 +0200 |
tree | 06587663e86e296156872d331e7aa1be69624884 | |
parent | b69b3017699b960ff5133b8ec34bff786bec0f77 [diff] [blame] |
test: Add benchmarks. The benchmarks can be run using 'mvn verify -Pbenchmark'. Change-Id: I13058f52bea77aa3cb4f1967126c28e1e98d1838
diff --git a/README.adoc b/README.adoc index 6b479ca..7048262 100644 --- a/README.adoc +++ b/README.adoc
@@ -446,3 +446,22 @@ } } ---- + + +== Development + +=== Running the Tests + +To run the **test suite**, run: + +[source,shell] +---- +$ mvn verify +---- + +To run the **benchmarks**, run: + +[source,shell] +---- +$ mvn verify -Pbenchmark +----