mpkorstanje / simmetrics

Similarity or Distance Metrics, e.g. Levenshtein, for Java
Apache License 2.0
41 stars 15 forks source link

Performance tests and benchmarks #5

Closed mpkorstanje closed 9 years ago

mpkorstanje commented 9 years ago

Version 1 had a bench mark tests for all metrics. It was too much spaghetti code to re-factor so I tossed it out. Still, having a bench mark would be nice.There currently is a single performance test in org.simmetrics.performance.BatchPerformance but it is suffering from CPU-look ahead and a few other JVM optimizations.

Using Google Caliper would be nice.