diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-06-23 16:24:11 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-06-23 16:24:11 +0200 |
commit | 47df8be6dc1e0927a7b3d690100445865dfa8675 (patch) | |
tree | 06587663e86e296156872d331e7aa1be69624884 /README.adoc | |
parent | b69b3017699b960ff5133b8ec34bff786bec0f77 (diff) |
test: Add benchmarks.
The benchmarks can be run using 'mvn verify -Pbenchmark'.
Change-Id: I13058f52bea77aa3cb4f1967126c28e1e98d1838
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 6b479ca..7048262 100644 --- a/README.adoc +++ b/README.adoc @@ -446,3 +446,22 @@ Result: } } ---- + + +== Development + +=== Running the Tests + +To run the **test suite**, run: + +[source,shell] +---- +$ mvn verify +---- + +To run the **benchmarks**, run: + +[source,shell] +---- +$ mvn verify -Pbenchmark +---- |