forked from moltar/typescript-runtime-type-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata-type-sans-outliers-13.x.json
More file actions
99 lines (99 loc) · 1.76 KB
/
data-type-sans-outliers-13.x.json
File metadata and controls
99 lines (99 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "data-type-sans-outliers",
"date": "2020-05-12T23:34:42.280Z",
"version": "1.0.0",
"results": [
{
"name": "class-transformer-validator-async",
"ops": 29106,
"margin": 7.67,
"percentSlower": 99.2
},
{
"name": "class-transformer-validator-sync",
"ops": 31247,
"margin": 8.06,
"percentSlower": 99.14
},
{
"name": "funval",
"ops": 716400,
"margin": 0.66,
"percentSlower": 80.31
},
{
"name": "io-ts",
"ops": 2565779,
"margin": 0.5,
"percentSlower": 29.5
},
{
"name": "jointz",
"ops": 1455124,
"margin": 0.61,
"percentSlower": 60.01
},
{
"name": "json-decoder",
"ops": 694844,
"margin": 0.83,
"percentSlower": 80.91
},
{
"name": "marshal",
"ops": 3639160,
"margin": 0.58,
"percentSlower": 0
},
{
"name": "myzod",
"ops": 1140977,
"margin": 0.6,
"percentSlower": 68.65
},
{
"name": "purify-ts",
"ops": 696636,
"margin": 0.95,
"percentSlower": 80.86
},
{
"name": "runtypes",
"ops": 708761,
"margin": 0.62,
"percentSlower": 80.52
},
{
"name": "toi",
"ops": 405195,
"margin": 0.6,
"percentSlower": 88.87
},
{
"name": "ts-utils",
"ops": 124859,
"margin": 0.9,
"percentSlower": 96.57
},
{
"name": "yup",
"ops": 15053,
"margin": 0.74,
"percentSlower": 99.59
},
{
"name": "zod",
"ops": 39413,
"margin": 0.67,
"percentSlower": 98.92
}
],
"fastest": {
"name": "marshal",
"index": 6
},
"slowest": {
"name": "yup",
"index": 12
}
}