-
Notifications
You must be signed in to change notification settings - Fork 1
/
benchmark.json
139 lines (139 loc) · 3.46 KB
/
benchmark.json
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"version": 1,
"runtime": "Deno/2.0.0 x86_64-pc-windows-msvc",
"cpu": "11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz",
"benches": [
{
"origin": "file:///C:/Users/fajar.nugraha/Desktop/workspace/compose/deno-ulid/test/bench.ts",
"group": null,
"name": "encodeTime",
"baseline": false,
"results": [
{
"ok": {
"n": 188,
"min": 173.73,
"max": 597.46,
"avg": 283.0198936170211,
"p75": 309.12,
"p99": 486.89,
"p995": 597.46,
"p999": 597.46,
"highPrecision": false,
"usedExplicitTimers": false
}
}
]
},
{
"origin": "file:///C:/Users/fajar.nugraha/Desktop/workspace/compose/deno-ulid/test/bench.ts",
"group": null,
"name": "decodeTime",
"baseline": false,
"results": [
{
"ok": {
"n": 90,
"min": 522.87,
"max": 947.05,
"avg": 630.164777777778,
"p75": 667.39,
"p99": 947.05,
"p995": 947.05,
"p999": 947.05,
"highPrecision": false,
"usedExplicitTimers": false
}
}
]
},
{
"origin": "file:///C:/Users/fajar.nugraha/Desktop/workspace/compose/deno-ulid/test/bench.ts",
"group": null,
"name": "encodeRandom",
"baseline": false,
"results": [
{
"ok": {
"n": 23,
"min": 3574.62,
"max": 8151.1,
"avg": 4194.829130434781,
"p75": 4228.83,
"p99": 8151.1,
"p995": 8151.1,
"p999": 8151.1,
"highPrecision": false,
"usedExplicitTimers": false
}
}
]
},
{
"origin": "file:///C:/Users/fajar.nugraha/Desktop/workspace/compose/deno-ulid/test/bench.ts",
"group": null,
"name": "generate",
"baseline": false,
"results": [
{
"ok": {
"n": 17,
"min": 6661.47,
"max": 8348.05,
"avg": 7351.744117647058,
"p75": 7703.75,
"p99": 8348.05,
"p995": 8348.05,
"p999": 8348.05,
"highPrecision": false,
"usedExplicitTimers": false
}
}
]
},
{
"origin": "file:///C:/Users/fajar.nugraha/Desktop/workspace/compose/deno-ulid/test/bench.ts",
"group": null,
"name": "ulidToUUID",
"baseline": false,
"results": [
{
"ok": {
"n": 23,
"min": 3403.43,
"max": 5085.29,
"avg": 3766.719130434783,
"p75": 3873.85,
"p99": 5085.29,
"p995": 5085.29,
"p999": 5085.29,
"highPrecision": false,
"usedExplicitTimers": false
}
}
]
},
{
"origin": "file:///C:/Users/fajar.nugraha/Desktop/workspace/compose/deno-ulid/test/bench.ts",
"group": null,
"name": "uuidToULID",
"baseline": false,
"results": [
{
"ok": {
"n": 18,
"min": 5964.48,
"max": 9379.54,
"avg": 6972.5055555555555,
"p75": 7522.76,
"p99": 9379.54,
"p995": 9379.54,
"p999": 9379.54,
"highPrecision": false,
"usedExplicitTimers": false
}
}
]
}
]
}