forked from HankyungKo/HPA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdory_performance.txt
120 lines (120 loc) · 3.24 KB
/
dory_performance.txt
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
Benchmarking DORY with vector length: 2048
1) Pairing inner product...
proving time: 25580 ms
verification time: 1222 ms
result : true
Benchmarking DORY with vector length: 1024
1) Pairing inner product...
proving time: 12972 ms
verification time: 1103 ms
result : true
Benchmarking DORY with vector length: 512
1) Pairing inner product...
proving time: 6853 ms
verification time: 1002 ms
result : true
Benchmarking DORY with vector length: 256
1) Pairing inner product...
proving time: 3486 ms
verification time: 895 ms
result : true
Benchmarking DORY with vector length: 128
1) Pairing inner product...
proving time: 1894 ms
verification time: 787 ms
result : true
Benchmarking DORY with vector length: 64
1) Pairing inner product...
proving time: 1116 ms
verification time: 689 ms
result : true
Benchmarking DORY with vector length: 32
1) Pairing inner product...
proving time: 696 ms
verification time: 583 ms
result : true
Benchmarking DORY with vector length: 16
1) Pairing inner product...
proving time: 461 ms
verification time: 479 ms
result : true
Benchmarking DORY with vector length: 8
1) Pairing inner product...
proving time: 300 ms
verification time: 371 ms
result : true
Benchmarking DORY with vector length: 4
1) Pairing inner product...
proving time: 191 ms
verification time: 263 ms
result : true
Benchmarking DORY with vector length: 2
1) Pairing inner product...
proving time: 100 ms
verification time: 153 ms
result : true
Benchmarking DORY with vector length: 1
1) Pairing inner product...
proving time: 12 ms
verification time: 50 ms
result : true
Benchmarking DORY_with_zk with vector length: 1
1) Pairing inner product...
proving time: 22 ms
verification time: 14 ms
result : true
Benchmarking DORY_with_zk with vector length: 2
1) Pairing inner product...
proving time: 38 ms
verification time: 21 ms
result : true
Benchmarking DORY_with_zk with vector length: 4
1) Pairing inner product...
proving time: 50 ms
verification time: 30 ms
result : true
Benchmarking DORY_with_zk with vector length: 8
1) Pairing inner product...
proving time: 66 ms
verification time: 40 ms
result : true
Benchmarking DORY_with_zk with vector length: 16
1) Pairing inner product...
proving time: 88 ms
verification time: 50 ms
result : true
Benchmarking DORY_with_zk with vector length: 32
1) Pairing inner product...
proving time: 120 ms
verification time: 60 ms
result : true
Benchmarking DORY_with_zk with vector length: 64
1) Pairing inner product...
proving time: 170 ms
verification time: 70 ms
result : true
Benchmarking DORY_with_zk with vector length: 128
1) Pairing inner product...
proving time: 239 ms
verification time: 81 ms
result : true
Benchmarking DORY_with_zk with vector length: 256
1) Pairing inner product...
proving time: 372 ms
verification time: 90 ms
result : true
Benchmarking DORY_with_zk with vector length: 512
1) Pairing inner product...
proving time: 616 ms
verification time: 101 ms
result : true
Benchmarking DORY_with_zk with vector length: 1024
1) Pairing inner product...
proving time: 1077 ms
verification time: 111 ms
result : true
Benchmarking DORY_with_zk with vector length: 2048
1) Pairing inner product...
proving time: 2028 ms
verification time: 121 ms
result : true