-
Notifications
You must be signed in to change notification settings - Fork 0
/
bench.json
94 lines (94 loc) · 2.15 KB
/
bench.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
{
"runtime": "Deno/1.37.1 aarch64-apple-darwin",
"cpu": "Apple M2",
"benches": [
{
"origin": "file:///Users/asher/GitHub/r2d2/bench.ts",
"group": null,
"name": "r2d2",
"baseline": true,
"results": [
{
"ok": {
"n": 716,
"min": 621458.0,
"max": 1059166.0,
"avg": 708192.0,
"p75": 726458.0,
"p99": 833583.0,
"p995": 957000.0,
"p999": 1059166.0,
"highPrecision": true,
"usedExplicitTimers": false
}
}
]
},
{
"origin": "file:///Users/asher/GitHub/r2d2/bench.ts",
"group": null,
"name": "deno-redis",
"baseline": false,
"results": [
{
"ok": {
"n": 703,
"min": 676667.0,
"max": 1294875.0,
"avg": 722659.0,
"p75": 731500.0,
"p99": 875333.0,
"p995": 1070208.0,
"p999": 1294875.0,
"highPrecision": true,
"usedExplicitTimers": false
}
}
]
},
{
"origin": "file:///Users/asher/GitHub/r2d2/bench.ts",
"group": null,
"name": "npm:ioredis",
"baseline": false,
"results": [
{
"ok": {
"n": 714,
"min": 633875.0,
"max": 1545875.0,
"avg": 710348.0,
"p75": 726458.0,
"p99": 1038667.0,
"p995": 1327292.0,
"p999": 1545875.0,
"highPrecision": true,
"usedExplicitTimers": false
}
}
]
},
{
"origin": "file:///Users/asher/GitHub/r2d2/bench.ts",
"group": null,
"name": "npm:redis",
"baseline": false,
"results": [
{
"ok": {
"n": 477,
"min": 982875.0,
"max": 3966791.0,
"avg": 1070197.0,
"p75": 1077250.0,
"p99": 1556584.0,
"p995": 1737917.0,
"p999": 3966791.0,
"highPrecision": true,
"usedExplicitTimers": false
}
}
]
}
]
}