summaryrefslogtreecommitdiff
path: root/core/source/benchmark
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-12-16 10:37:11 -0700
committerRocky Madden <git@rockymadden.com>2012-12-16 10:37:11 -0700
commit93722dfe64a93d2259ce9fa7d04da2eab8b64e1c (patch)
treecbabbac479b731103d879616b930ba3a096f0cb6 /core/source/benchmark
parent0c19b374c1c19a705d613b37451e92e6b27d7fe4 (diff)
downloadstringmetric-93722dfe64a93d2259ce9fa7d04da2eab8b64e1c.tar.gz
stringmetric-93722dfe64a93d2259ce9fa7d04da2eab8b64e1c.tar.bz2
stringmetric-93722dfe64a93d2259ce9fa7d04da2eab8b64e1c.zip
Changed group from org.hashtree.stringmetric to com.rockymadden.stringmetric.
Diffstat (limited to 'core/source/benchmark')
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/CaliperBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/CaliperBenchmark.scala)2
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/CaliperRunner.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/CaliperRunner.scala)2
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/MetaphoneAlgorithmBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/MetaphoneAlgorithmBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/MetaphoneMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/MetaphoneMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/NysiisAlgorithmBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/NysiisMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/NysiisMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisAlgorithmBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisAlgorithmBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexAlgorithmBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexAlgorithmBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/SoundexAlgorithmBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/SoundexAlgorithmBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/SoundexMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/SoundexMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/DiceSorensenMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/DiceSorensenMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/HammingMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/HammingMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/JaroMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/JaroMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/JaroWinklerMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/JaroWinklerMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/LevenshteinMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/LevenshteinMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/NGramAlgorithmBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/NGramAlgorithmBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/NGramMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/NGramMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/WeightedLevenshteinMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/WeightedLevenshteinMetricBenchmark.scala)4
20 files changed, 38 insertions, 38 deletions
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/CaliperBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/CaliperBenchmark.scala
index 47beaad..55a6238 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/CaliperBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/CaliperBenchmark.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
import com.google.caliper.SimpleBenchmark
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/CaliperRunner.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/CaliperRunner.scala
index ffb69e2..89f3ab9 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/CaliperRunner.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/CaliperRunner.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
import com.google.caliper.{ Benchmark, Runner }
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/MetaphoneAlgorithmBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/MetaphoneAlgorithmBenchmark.scala
index 27c93af..f1e7c5a 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/MetaphoneAlgorithmBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/MetaphoneAlgorithmBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.util.Random
final class MetaphoneAlgorithmBenchmark extends CaliperBenchmark {
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/MetaphoneMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/MetaphoneMetricBenchmark.scala
index bc75135..538a82f 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/MetaphoneMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/MetaphoneMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/NysiisAlgorithmBenchmark.scala
index d922b6d..65dafe5 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/NysiisAlgorithmBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.util.Random
final class NysiisAlgorithmBenchmark extends CaliperBenchmark {
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/NysiisMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/NysiisMetricBenchmark.scala
index 660f397..9c2dfd4 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/NysiisMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/NysiisMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisAlgorithmBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisAlgorithmBenchmark.scala
index 9303f9c..2304e3e 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisAlgorithmBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisAlgorithmBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.util.Random
final class RefinedNysiisAlgorithmBenchmark extends CaliperBenchmark {
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisMetricBenchmark.scala
index dd9c926..08c9178 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexAlgorithmBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexAlgorithmBenchmark.scala
index 5c13b0d..7d4a016 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexAlgorithmBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexAlgorithmBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.util.Random
final class RefinedSoundexAlgorithmBenchmark extends CaliperBenchmark {
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexMetricBenchmark.scala
index cceb128..c95804f 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/SoundexAlgorithmBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/SoundexAlgorithmBenchmark.scala
index 57a3925..eac0941 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/SoundexAlgorithmBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/SoundexAlgorithmBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.util.Random
final class SoundexAlgorithmBenchmark extends CaliperBenchmark {
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/SoundexMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/SoundexMetricBenchmark.scala
index 2eeeeda..190111e 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/SoundexMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/SoundexMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/DiceSorensenMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/DiceSorensenMetricBenchmark.scala
index d55303d..08559e4 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/DiceSorensenMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/DiceSorensenMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/HammingMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/HammingMetricBenchmark.scala
index 69e9cfd..095aeef 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/HammingMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/HammingMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/JaroMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/JaroMetricBenchmark.scala
index 06139d1..0bb690a 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/JaroMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/JaroMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/JaroWinklerMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/JaroWinklerMetricBenchmark.scala
index bf405cd..1e27733 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/JaroWinklerMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/JaroWinklerMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/LevenshteinMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/LevenshteinMetricBenchmark.scala
index 6ff47f1..75cb46b 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/LevenshteinMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/LevenshteinMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/NGramAlgorithmBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/NGramAlgorithmBenchmark.scala
index 9bef2fa..eabdf55 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/NGramAlgorithmBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/NGramAlgorithmBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.util.Random
final class NGramAlgorithmBenchmark extends CaliperBenchmark {
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/NGramMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/NGramMetricBenchmark.scala
index 2064d3b..74ce1ea 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/NGramMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/NGramMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/WeightedLevenshteinMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/WeightedLevenshteinMetricBenchmark.scala
index 1ded477..a096809 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/WeightedLevenshteinMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/WeightedLevenshteinMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random