-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbenchmarks.json
44 lines (44 loc) · 1.58 KB
/
benchmarks.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
{
"backend": {
"previous": {
"version": "0.25.0",
"benchmarks": [
{
"instructions": { "__bigint__": "8136265274" },
"method_name": "init",
"timestamp": { "__bigint__": "1729788180680976591" }
},
{
"instructions": { "__bigint__": "53798727" },
"method_name": "http_request_update",
"timestamp": { "__bigint__": "1729788197889022797" }
},
{
"instructions": { "__bigint__": "47468265" },
"method_name": "http_request_update",
"timestamp": { "__bigint__": "1729788199085176603" }
},
{
"instructions": { "__bigint__": "47474297" },
"method_name": "http_request_update",
"timestamp": { "__bigint__": "1729788199623240856" }
}
]
},
"current": {
"version": "0.25.0",
"benchmarks": [
{
"instructions": { "__bigint__": "8135491182" },
"method_name": "init",
"timestamp": { "__bigint__": "1729803431300165877" }
},
{
"instructions": { "__bigint__": "53810066" },
"method_name": "http_request_update",
"timestamp": { "__bigint__": "1729803449326310198" }
}
]
}
}
}