-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmark_results.json
More file actions
127 lines (127 loc) · 3.65 KB
/
benchmark_results.json
File metadata and controls
127 lines (127 loc) · 3.65 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
119
120
121
122
123
124
125
126
127
{
"benchmark": "gpu_vs_cpu_proof_pipeline",
"gpu": "none (nvidia-smi not found)",
"results": [
{
"backend": "H100 GPU",
"calldata_felts": 173,
"event_count": 7,
"fri_layers": 7,
"gas_fee_fri": "0.296587 ETH (296.59m GWEI FRI)",
"on_chain_status": "SUCCEEDED",
"pack_ms": 8116,
"proof_gen_ms": 3,
"submit_ms": 8805,
"test": "GPU_small",
"total_ms": 16925,
"trace_steps": 96,
"tx_hash": "0x035ad4b234511e040aafd15e6e0780f8c91d6d27f73996e7933694fc91b3ea44"
},
{
"backend": "H100 GPU",
"calldata_felts": 173,
"event_count": 7,
"fri_layers": 10,
"gas_fee_fri": "0.296571 ETH (296.57m GWEI FRI)",
"on_chain_status": "SUCCEEDED",
"pack_ms": 5143,
"proof_gen_ms": 5,
"submit_ms": 5952,
"test": "GPU_normal",
"total_ms": 11101,
"trace_steps": 656,
"tx_hash": "0x03b0bd0b7db1a754d3b6b6211e95ae71e21d5a3ec55831105f9e4ab5c4e2c7ba"
},
{
"backend": "H100 GPU",
"calldata_felts": 189,
"event_count": 7,
"fri_layers": 11,
"gas_fee_fri": "0.309123 ETH (309.12m GWEI FRI)",
"on_chain_status": "SUCCEEDED",
"pack_ms": 3871,
"proof_gen_ms": 7,
"submit_ms": 5008,
"test": "GPU_large",
"total_ms": 8888,
"trace_steps": 1296,
"tx_hash": "0x00e8f852cd6be4ba86e3bf35187c30f5d9c04b24f3637ce775f8c6466f1f3e60"
},
{
"backend": "H100 GPU",
"calldata_felts": 205,
"event_count": 7,
"fri_layers": 12,
"gas_fee_fri": "0.321368 ETH (321.37m GWEI FRI)",
"on_chain_status": "SUCCEEDED",
"pack_ms": 7508,
"proof_gen_ms": 10,
"submit_ms": 8288,
"test": "GPU_XL_ai",
"total_ms": 15807,
"trace_steps": 2576,
"tx_hash": "0x007d3b763c46b9fa96bcaa658c042d19588a22d37352e96e68f0ab79422e460a"
},
{
"backend": "CPU SIMD",
"calldata_felts": 173,
"event_count": 7,
"fri_layers": 7,
"gas_fee_fri": "0.296611 ETH (296.61m GWEI FRI)",
"on_chain_status": "SUCCEEDED",
"pack_ms": 8055,
"proof_gen_ms": 4,
"submit_ms": 9784,
"test": "CPU_small",
"total_ms": 17843,
"trace_steps": 96,
"tx_hash": "0x00010b1edaccdf3f840b1dc60fd22683c0e25c3bbfde81906d2534a83b5e617a"
},
{
"backend": "CPU SIMD",
"calldata_felts": 173,
"event_count": 7,
"fri_layers": 10,
"gas_fee_fri": "0.296625 ETH (296.63m GWEI FRI)",
"on_chain_status": "SUCCEEDED",
"pack_ms": 5148,
"proof_gen_ms": 5,
"submit_ms": 5910,
"test": "CPU_normal",
"total_ms": 11064,
"trace_steps": 656,
"tx_hash": "0x00d7ce373957ba5fd422d7ebb010509e510bfc655f73f920eed2d54f289267ea"
},
{
"backend": "CPU SIMD",
"calldata_felts": 189,
"event_count": 7,
"fri_layers": 11,
"gas_fee_fri": "0.309178 ETH (309.18m GWEI FRI)",
"on_chain_status": "SUCCEEDED",
"pack_ms": 3879,
"proof_gen_ms": 7,
"submit_ms": 5212,
"test": "CPU_large",
"total_ms": 9099,
"trace_steps": 1296,
"tx_hash": "0x06312584af7f0f66e5d1225b9b499355abd70a4febfe3c494150d125560bf96e"
},
{
"backend": "CPU SIMD",
"calldata_felts": 205,
"event_count": 7,
"fri_layers": 12,
"gas_fee_fri": "0.321419 ETH (321.42m GWEI FRI)",
"on_chain_status": "SUCCEEDED",
"pack_ms": 7514,
"proof_gen_ms": 10,
"submit_ms": 8425,
"test": "CPU_XL_ai",
"total_ms": 15950,
"trace_steps": 2576,
"tx_hash": "0x039aa1010835b64496f7021182f1016b24d04f3e54256d89c23bd42e6a5d1549"
}
],
"timestamp": "1769877537"
}