mirror of
https://github.com/Wessel/nhl-levenshtein.git
synced 2026-07-18 14:34:30 +02:00
feat: Add console app to measure CPU and Memory performance
This commit is contained in:
5
Typescript/console.ts
Normal file
5
Typescript/console.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { levenshteinRatio } from "./levenshteinRatio.ts";
|
||||
|
||||
for (let i = 0; i < 1000000; i++) {
|
||||
console.log(levenshteinRatio('test', 'kitten'));
|
||||
}
|
||||
Reference in New Issue
Block a user