Closed vickumar1981 closed 3 years ago
Per PR: https://github.com/vickumar1981/stringdistance/pull/61,
we'll be using the sbt-jmh
plugin (https://github.com/ktoso/sbt-jmh) to run behcnmarks.
Currently, benchmarks can be run from the project root:
./sbt bench/jmh:run -i 1 -wi 1 -f1 -t1
TO DO:
sbt-jmh
plugin version to 0.4.0
0.3.7
apache-commons-text
(https://commons.apache.org/proper/commons-text/)ArrayDistance
(maybe StringDistance
, for example)Tested version 0.4.0
of the sbt-jmh plugin, and it doesn't look like it's working. Will stick with 0.3.7
for now.
Closing this issue and creating some more granular ones.
This is very open-ended, but at a start, deciding upon a way to run benchmark tests would be a great improvement, and would allow code changes to be tested from the perspective of performance.
To doEvaluate bench marking tools availableDecide upon bench marking approachImplement benchmarks in test suite.