-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathzstd.data.json
98 lines (98 loc) · 1.69 KB
/
zstd.data.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
[
{
"measures": [
{
"dataId": 1,
"avgTime": 0.8969569003582001
},
{
"dataId": 2,
"avgTime": 4.339652498483658
},
{
"dataId": 3,
"avgTime": 10.114060000538826
},
{
"dataId": 4,
"avgTime": 57.21621459889412
}
],
"testFunction": {
"name": "stream-decompress",
"color": "rgba(0,59,70,0.8)"
}
},
{
"measures": [
{
"dataId": 1,
"avgTime": 0.29247679710388186
},
{
"dataId": 2,
"avgTime": 0.909141497015953
},
{
"dataId": 3,
"avgTime": 1.3404620007276535
},
{
"dataId": 4,
"avgTime": 3.314700397491455
}
],
"testFunction": {
"name": "simple-decompress",
"color": "rgba(7,87,91,0.8)"
}
},
{
"measures": [
{
"dataId": 1,
"avgTime": 1.057147899389267
},
{
"dataId": 2,
"avgTime": 3.289956900477409
},
{
"dataId": 3,
"avgTime": 5.410046600580215
},
{
"dataId": 4,
"avgTime": 18.117321001887323
}
],
"testFunction": {
"name": "simple-compress",
"color": "rgba(102,165,173,1)"
}
},
{
"measures": [
{
"dataId": 1,
"avgTime": 1.5431511019468307
},
{
"dataId": 2,
"avgTime": 7.042687497377395
},
{
"dataId": 3,
"avgTime": 18.901152699947357
},
{
"dataId": 4,
"avgTime": 69.35812239968777
}
],
"testFunction": {
"name": "stream-compress",
"color": "rgba(196,223,230,1)"
}
}
]