mirror of
https://github.com/Wessel/nhl-levenshtein.git
synced 2026-07-20 15:34:31 +02:00
feat: Add console app to measure CPU and Memory performance
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using LevenshteinRatio;
|
||||
|
||||
Console.WriteLine(Levenshtein.Ratio("exampel", "example"));
|
||||
for (int i = 0; i < 1000000; i++) {
|
||||
Console.WriteLine(i + Levenshtein.Ratio("test", "kitten"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user