File tree 7 files changed +154
-148
lines changed
7 files changed +154
-148
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ Here is the list of libraries in this benchmark
15
15
16
16
| Library | Script | Language | Properly Identified | Improperly identified | Not identified | Avg Execution Time | Disk Size |
17
17
| -------------- | --------------------------- | -------- | ------------------- | --------------------- | -------------- | ------------------ | --------- |
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 |
26
26
27
27
---
28
28
Original file line number Diff line number Diff line change 71
71
"test:types" : " tsc --noEmit"
72
72
},
73
73
"devDependencies" : {
74
- "@types/node" : " ^16.4.13 " ,
74
+ "@types/node" : " ^18.0.0 " ,
75
75
"@typescript-eslint/eslint-plugin" : " ^4.28.5" ,
76
76
"@typescript-eslint/parser" : " ^4.28.5" ,
77
77
"chartist-svg" : " ^0.2.3" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments