-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbench.json
95 lines (95 loc) · 2.19 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
95
{
"version": 1,
"runtime": "Deno/2.1.9 aarch64-apple-darwin",
"cpu": "Apple M2",
"benches": [
{
"origin": "file:///Users/asher/GitHub/redis/bench.ts",
"group": null,
"name": "@iuioiua/redis",
"baseline": true,
"results": [
{
"ok": {
"n": 698,
"min": 666208.0,
"max": 1290709.0,
"avg": 727568.0,
"p75": 740791.0,
"p99": 922791.0,
"p995": 1008459.0,
"p999": 1290709.0,
"highPrecision": true,
"usedExplicitTimers": false
}
}
]
},
{
"origin": "file:///Users/asher/GitHub/redis/bench.ts",
"group": null,
"name": "deno-redis",
"baseline": false,
"results": [
{
"ok": {
"n": 692,
"min": 683125.0,
"max": 1046791.0,
"avg": 733559.0,
"p75": 747167.0,
"p99": 890250.0,
"p995": 899084.0,
"p999": 1046791.0,
"highPrecision": true,
"usedExplicitTimers": false
}
}
]
},
{
"origin": "file:///Users/asher/GitHub/redis/bench.ts",
"group": null,
"name": "npm:ioredis",
"baseline": false,
"results": [
{
"ok": {
"n": 711,
"min": 653625.0,
"max": 1219166.0,
"avg": 714098.0,
"p75": 732958.0,
"p99": 834166.0,
"p995": 1052375.0,
"p999": 1219166.0,
"highPrecision": true,
"usedExplicitTimers": false
}
}
]
},
{
"origin": "file:///Users/asher/GitHub/redis/bench.ts",
"group": null,
"name": "npm:redis",
"baseline": false,
"results": [
{
"ok": {
"n": 41,
"min": 12875542.0,
"max": 17834416.0,
"avg": 16145225.0,
"p75": 17230334.0,
"p99": 17834416.0,
"p995": 17834416.0,
"p999": 17834416.0,
"highPrecision": true,
"usedExplicitTimers": false
}
}
]
}
]
}