Skip to content

Commit f544489

Browse files
committed
Update few dependencies
1 parent a4975d5 commit f544489

File tree

7 files changed

+154
-148
lines changed

7 files changed

+154
-148
lines changed

‎docs/benchmark.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Here is the list of libraries in this benchmark
1515

1616
| Library | Script | Language | Properly Identified | Improperly identified | Not identified | Avg Execution Time | Disk Size |
1717
| -------------- | --------------------------- | -------- | ------------------- | --------------------- | -------------- | ------------------ | --------- |
18-
| **TinyLD** | `yarn bench:tinyld` | 64 | 98.252% | 1.556% | 0.1921% | 0.066ms. | 580KB |
19-
| **TinyLD Web** | `yarn bench:tinyld-light` | 24 | 97.0769% | 2.0718% | 0.8513% | 0.051ms. | **68KB** |
20-
| **langdetect** | `yarn bench:langdetect` | 53 | 95.6404% | 4.3596% | 0% | 0.2874ms. | 1.8MB |
21-
| node-cld | `yarn bench:cld` | 160 | 92.315% | 1.6319% | 6.0532% | 0.0564ms. | > 10MB |
22-
| franc | `yarn bench:franc` | 187 | 74.088% | 25.912% | 0% | 0.151ms. | 267KB |
23-
| franc-min | `yarn bench:franc-min` | 82 | 70.193% | 23.3432% | 6.4639% | 0.0682ms. | 119KB |
24-
| franc-all | `yarn bench:franc-all` | 403 | 66.4893% | 33.5107% | 0% | 0.3486ms. | 509KB |
25-
| languagedetect | `yarn bench:languagedetect` | 52 | 65.7081% | 11.3484% | 22.9435% | 0.1808ms. | 240KB |
18+
| **TinyLD** | `yarn bench:tinyld` | 64 | 98.2585% | 1.5495% | 0.1921% | 0.0661ms. | 580KB |
19+
| **TinyLD Web** | `yarn bench:tinyld-light` | 24 | 97.0834% | 2.0672% | 0.8493% | 0.0508ms. | **68KB** |
20+
| **langdetect** | `yarn bench:langdetect` | 53 | 95.6754% | 4.3246% | 0% | 0.2827ms. | 1.8MB |
21+
| node-cld | `yarn bench:cld` | 160 | 92.315% | 1.6319% | 6.0532% | 0.0565ms. | > 10MB |
22+
| franc | `yarn bench:franc` | 187 | 74.088% | 25.912% | 0% | 0.1488ms. | 267KB |
23+
| franc-min | `yarn bench:franc-min` | 82 | 70.193% | 23.3432% | 6.4639% | 0.0668ms. | 119KB |
24+
| franc-all | `yarn bench:franc-all` | 403 | 66.4893% | 33.5107% | 0% | 0.3376ms. | 509KB |
25+
| languagedetect | `yarn bench:languagedetect` | 52 | 65.7081% | 11.3484% | 22.9435% | 0.1698ms. | 240KB |
2626

2727
---
2828

‎docs/exec_time.svg

+1-1
Loading

‎docs/language.svg

+1-1
Loading

‎docs/length.svg

+1-1
Loading

‎docs/overall.svg

+1-1
Loading

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"test:types": "tsc --noEmit"
7272
},
7373
"devDependencies": {
74-
"@types/node": "^16.4.13",
74+
"@types/node": "^18.0.0",
7575
"@typescript-eslint/eslint-plugin": "^4.28.5",
7676
"@typescript-eslint/parser": "^4.28.5",
7777
"chartist-svg": "^0.2.3",

‎yarn.lock

+141-135
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)