@@ -5,7 +5,7 @@ class perf_goleveldb(unittest.TestCase):
5
5
6
6
def test_FAB_3790_VaryNumParallelTxPerChain (self ):
7
7
'''
8
- In this Performance test, we observe the the performance (time to
8
+ In this Performance test, we observe the performance (time to
9
9
complete a set number of Ledger operations) of the Ledger component,
10
10
with goleveldb as the state database. We vary the number of parallel
11
11
transactions per chain and observe the performance.
@@ -21,7 +21,7 @@ def test_FAB_3790_VaryNumParallelTxPerChain(self):
21
21
22
22
def test_FAB_3795_VaryNumChain (self ):
23
23
'''
24
- In this Performance test, we observe the the performance (time to
24
+ In this Performance test, we observe the performance (time to
25
25
complete a set number of Ledger operations) of the Ledger component,
26
26
with goleveldb as the state database. We vary the number of chains
27
27
(ledgers).
@@ -37,7 +37,7 @@ def test_FAB_3795_VaryNumChain(self):
37
37
38
38
def test_FAB_3798_VaryNumParallelTxWithSingleChain (self ):
39
39
'''
40
- In this Performance test, we observe the the performance (time to
40
+ In this Performance test, we observe the performance (time to
41
41
complete a set number of Ledger operations) of the Ledger component,
42
42
with goleveldb as the state database. We vary the number of parallel
43
43
transactions on a single chain.
@@ -53,7 +53,7 @@ def test_FAB_3798_VaryNumParallelTxWithSingleChain(self):
53
53
54
54
def test_FAB_3799_VaryNumChainWithNoParallelism (self ):
55
55
'''
56
- In this Performance test, we observe the the performance (time to
56
+ In this Performance test, we observe the performance (time to
57
57
complete a set number of Ledger operations) of the Ledger component,
58
58
with goleveldb as the state database. We vary the number of chains
59
59
without any parallelism within a single chain.
@@ -69,7 +69,7 @@ def test_FAB_3799_VaryNumChainWithNoParallelism(self):
69
69
70
70
def test_FAB_3801_VaryKVSize (self ):
71
71
'''
72
- In this Performance test, we observe the the performance (time to
72
+ In this Performance test, we observe the performance (time to
73
73
complete a set number of Ledger operations) of the Ledger component,
74
74
with goleveldb as the state database. We vary the size of key-value.
75
75
@@ -84,7 +84,7 @@ def test_FAB_3801_VaryKVSize(self):
84
84
85
85
def test_FAB_3802_VaryBatchSize (self ):
86
86
'''
87
- In this Performance test, we observe the the performance (time to
87
+ In this Performance test, we observe the performance (time to
88
88
complete a set number of Ledger operations) of the Ledger component,
89
89
with goleveldb as the state database. We vary the value of the batch
90
90
size
@@ -100,7 +100,7 @@ def test_FAB_3802_VaryBatchSize(self):
100
100
101
101
def test_FAB_3800_VaryNumKeysInEachTX (self ):
102
102
'''
103
- In this Performance test, we observe the the performance (time to
103
+ In this Performance test, we observe the performance (time to
104
104
complete a set number of Ledger operations) of the Ledger component,
105
105
with goleveldb as the state database. We vary the number of keys in
106
106
each transaction.
@@ -116,7 +116,7 @@ def test_FAB_3800_VaryNumKeysInEachTX(self):
116
116
117
117
def test_FAB_3803_VaryNumTxs (self ):
118
118
'''
119
- In this Performance test, we observe the the performance (time to
119
+ In this Performance test, we observe the performance (time to
120
120
complete a set number of Ledger operations) of the Ledger component,
121
121
with goleveldb as the state database. We vary the number of
122
122
transactions carried out.
@@ -135,7 +135,7 @@ class perf_couchdb(unittest.TestCase):
135
135
@unittest .skip ("WIP, skipping" )
136
136
def test_FAB_3870_VaryNumParallelTxPerChain (self ):
137
137
'''
138
- In this Performance test, we observe the the performance (operations
138
+ In this Performance test, we observe the performance (operations
139
139
per second) of the Ledger component, with CouchDB as the state
140
140
database, as we vary the number of parallel transactions per chain.
141
141
'''
@@ -144,7 +144,7 @@ def test_FAB_3870_VaryNumParallelTxPerChain(self):
144
144
@unittest .skip ("WIP, skipping" )
145
145
def test_FAB_3871_VaryNumChain (self ):
146
146
'''
147
- In this Performance test, we observe the the performance (operations
147
+ In this Performance test, we observe the performance (operations
148
148
per second) of the Ledger component, with CouchDB as the state
149
149
database, as we vary the number of chains (ledgers).
150
150
'''
@@ -153,7 +153,7 @@ def test_FAB_3871_VaryNumChain(self):
153
153
@unittest .skip ("WIP, skipping" )
154
154
def test_FAB_3872_VaryNumParallelTxWithSingleChain (self ):
155
155
'''
156
- In this Performance test, we observe the the performance (operations
156
+ In this Performance test, we observe the performance (operations
157
157
per second) of the Ledger component, with CouchDB as the state
158
158
database, vary the number of parallel transactions on a single chain.
159
159
'''
@@ -162,7 +162,7 @@ def test_FAB_3872_VaryNumParallelTxWithSingleChain(self):
162
162
@unittest .skip ("WIP, skipping" )
163
163
def test_FAB_3873_VaryNumChainWithNoParallelism (self ):
164
164
'''
165
- In this Performance test, we observe the the performance (operations
165
+ In this Performance test, we observe the performance (operations
166
166
per second) of the Ledger component, with CouchDB as the state
167
167
database, as we vary the number of chains without any parallelism.
168
168
within a single chain.
@@ -172,7 +172,7 @@ def test_FAB_3873_VaryNumChainWithNoParallelism(self):
172
172
@unittest .skip ("WIP, skipping" )
173
173
def test_FAB_3874_VaryKVSize (self ):
174
174
'''
175
- In this Performance test, we observe the the performance (operations
175
+ In this Performance test, we observe the performance (operations
176
176
per second) of the Ledger component, with CouchDB as the state
177
177
database, varying the size of key-value.
178
178
'''
@@ -181,7 +181,7 @@ def test_FAB_3874_VaryKVSize(self):
181
181
@unittest .skip ("WIP, skipping" )
182
182
def test_FAB_3875_VaryBatchSize (self ):
183
183
'''
184
- In this Performance test, we observe the the performance (operations
184
+ In this Performance test, we observe the performance (operations
185
185
per second) of the Ledger component, with CouchDB as the state
186
186
database, as we vary the value of the batch size.
187
187
'''
@@ -190,7 +190,7 @@ def test_FAB_3875_VaryBatchSize(self):
190
190
@unittest .skip ("WIP, skipping" )
191
191
def test_FAB_3876_VaryNumKeysInEachTX (self ):
192
192
'''
193
- In this Performance test, we observe the the performance (operations
193
+ In this Performance test, we observe the performance (operations
194
194
per second) of the Ledger component, with CouchDB as the state
195
195
database, as we vary the number of keys in each transaction.
196
196
'''
@@ -199,7 +199,7 @@ def test_FAB_3876_VaryNumKeysInEachTX(self):
199
199
@unittest .skip ("WIP, skipping" )
200
200
def test_FAB_3877_VaryNumTxs (self ):
201
201
'''
202
- In this Performance test, we observe the the performance (operations
202
+ In this Performance test, we observe the performance (operations
203
203
per second) of the Ledger component, with CouchDB as the state
204
204
database, as we vary the number of transactions carried out.
205
205
'''
0 commit comments