This repository was archived by the owner on Jan 27, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsummary.json
More file actions
118 lines (118 loc) · 1.92 KB
/
summary.json
File metadata and controls
118 lines (118 loc) · 1.92 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[
{
"function": "BlockHeader__range",
"ops_per_ms": 1368
},
{
"function": "Block__range",
"ops_per_ms": 1332
},
{
"function": "BlockHeader__stream_range_by_timestamp",
"ops_per_ms": 1144
},
{
"function": "Block__get_header",
"ops_per_ms": 304
},
{
"function": "BlockHeader__get_by_timestamp",
"ops_per_ms": 290
},
{
"function": "BlockHeader__all",
"ops_per_ms": 288
},
{
"function": "BlockHeader__get_by_hash",
"ops_per_ms": 276
},
{
"function": "BlockHeader__get_by_merkle_root",
"ops_per_ms": 274
},
{
"function": "BlockHeader__get",
"ops_per_ms": 271
},
{
"function": "Asset__get",
"ops_per_ms": 226
},
{
"function": "Utxo__get_assets",
"ops_per_ms": 78
},
{
"function": "Utxo__get",
"ops_per_ms": 61
},
{
"function": "Transaction__get_by_hash",
"ops_per_ms": 12
},
{
"function": "Transaction__get_utxos",
"ops_per_ms": 12
},
{
"function": "Transaction__get",
"ops_per_ms": 11
},
{
"function": "Transaction__range",
"ops_per_ms": 3
},
{
"function": "Utxo__range",
"ops_per_ms": 3
},
{
"function": "Asset__get_by_name",
"ops_per_ms": 3
},
{
"function": "Asset__all",
"ops_per_ms": 3
},
{
"function": "Asset__range",
"ops_per_ms": 3
},
{
"function": "Asset__get_by_policy_id",
"ops_per_ms": 3
},
{
"function": "Block__get",
"ops_per_ms": 2
},
{
"function": "Block__all",
"ops_per_ms": 2
},
{
"function": "Block__get_transactions",
"ops_per_ms": 2
},
{
"function": "Transaction__all",
"ops_per_ms": 2
},
{
"function": "Utxo__all",
"ops_per_ms": 2
},
{
"function": "Utxo__get_by_address",
"ops_per_ms": 2
},
{
"function": "Utxo__get_by_datum",
"ops_per_ms": 2
},
{
"function": "Block__persist",
"ops_per_ms": 1
}
]