@@ -160,14 +160,14 @@ public let SetTests = [
160
160
setUpFunction: { blackHole ( [ setB, arrayBC] ) } ) ,
161
161
BenchmarkInfo (
162
162
name: " Set.isSubset.Seq.Box25 " ,
163
- runFunction: { n in run_SetIsSubsetSeqBox ( setOB, arrayOAB , true , 50 * n) } ,
163
+ runFunction: { n in run_SetIsSubsetSeqBox ( setOB, arrayOBC , true , 50 * n) } ,
164
164
tags: [ . validation, . api, . Set] ,
165
- setUpFunction: { blackHole ( [ setOB, arrayOAB ] ) } ) ,
165
+ setUpFunction: { blackHole ( [ setOB, arrayOBC ] ) } ) ,
166
166
BenchmarkInfo (
167
167
name: " Set.isSubset.Seq.Int50 " ,
168
- runFunction: { n in run_SetIsSubsetSeqInt ( setY, arrayXY , true , 50 * n) } ,
168
+ runFunction: { n in run_SetIsSubsetSeqInt ( setY, arrayYZ , true , 50 * n) } ,
169
169
tags: [ . validation, . api, . Set] ,
170
- setUpFunction: { blackHole ( [ setY, arrayXY ] ) } ) ,
170
+ setUpFunction: { blackHole ( [ setY, arrayYZ ] ) } ) ,
171
171
BenchmarkInfo (
172
172
name: " Set.isSubset.Seq.Int100 " ,
173
173
runFunction: { n in run_SetIsSubsetSeqInt ( setP, arrayP, true , 50 * n) } ,
@@ -242,14 +242,14 @@ public let SetTests = [
242
242
setUpFunction: { blackHole ( [ setB, arrayBC] ) } ) ,
243
243
BenchmarkInfo (
244
244
name: " Set.isStrictSubset.Seq.Box25 " ,
245
- runFunction: { n in run_SetIsStrictSubsetSeqBox ( setOB, arrayOAB , true , 50 * n) } ,
245
+ runFunction: { n in run_SetIsStrictSubsetSeqBox ( setOB, arrayOBC , true , 50 * n) } ,
246
246
tags: [ . validation, . api, . Set] ,
247
- setUpFunction: { blackHole ( [ setOB, arrayOAB ] ) } ) ,
247
+ setUpFunction: { blackHole ( [ setOB, arrayOBC ] ) } ) ,
248
248
BenchmarkInfo (
249
249
name: " Set.isStrictSubset.Seq.Int50 " ,
250
- runFunction: { n in run_SetIsStrictSubsetSeqInt ( setY, arrayXY , true , 50 * n) } ,
250
+ runFunction: { n in run_SetIsStrictSubsetSeqInt ( setY, arrayYZ , true , 50 * n) } ,
251
251
tags: [ . validation, . api, . Set] ,
252
- setUpFunction: { blackHole ( [ setY, arrayXY ] ) } ) ,
252
+ setUpFunction: { blackHole ( [ setY, arrayYZ ] ) } ) ,
253
253
BenchmarkInfo (
254
254
name: " Set.isStrictSubset.Seq.Int100 " ,
255
255
runFunction: { n in run_SetIsStrictSubsetSeqInt ( setP, arrayP, false , 50 * n) } ,
@@ -283,14 +283,14 @@ public let SetTests = [
283
283
setUpFunction: { blackHole ( [ setB, arrayBC] ) } ) ,
284
284
BenchmarkInfo (
285
285
name: " Set.isSuperset.Seq.Box25 " ,
286
- runFunction: { n in run_SetIsSupersetSeqBox ( setOAB , arrayOB , true , 50 * n) } ,
286
+ runFunction: { n in run_SetIsSupersetSeqBox ( setOB , arrayOBC , false , 50 * n) } ,
287
287
tags: [ . validation, . api, . Set] ,
288
- setUpFunction: { blackHole ( [ setOAB , arrayOB ] ) } ) ,
288
+ setUpFunction: { blackHole ( [ setOB , arrayOBC ] ) } ) ,
289
289
BenchmarkInfo (
290
290
name: " Set.isSuperset.Seq.Int50 " ,
291
- runFunction: { n in run_SetIsSupersetSeqInt ( setXY , arrayY , true , 50 * n) } ,
291
+ runFunction: { n in run_SetIsSupersetSeqInt ( setY , arrayYZ , false , 50 * n) } ,
292
292
tags: [ . validation, . api, . Set] ,
293
- setUpFunction: { blackHole ( [ setXY , arrayY ] ) } ) ,
293
+ setUpFunction: { blackHole ( [ setY , arrayYZ ] ) } ) ,
294
294
BenchmarkInfo (
295
295
name: " Set.isSuperset.Seq.Int100 " ,
296
296
runFunction: { n in run_SetIsSupersetSeqInt ( setP, arrayP, true , 50 * n) } ,
@@ -324,14 +324,14 @@ public let SetTests = [
324
324
setUpFunction: { blackHole ( [ setB, arrayBC] ) } ) ,
325
325
BenchmarkInfo (
326
326
name: " Set.isStrictSuperset.Seq.Box25 " ,
327
- runFunction: { n in run_SetIsStrictSupersetSeqBox ( setOAB , arrayOB , true , 50 * n) } ,
327
+ runFunction: { n in run_SetIsStrictSupersetSeqBox ( setOB , arrayOBC , false , 50 * n) } ,
328
328
tags: [ . validation, . api, . Set] ,
329
- setUpFunction: { blackHole ( [ setOAB , arrayOB ] ) } ) ,
329
+ setUpFunction: { blackHole ( [ setOB , arrayOBC ] ) } ) ,
330
330
BenchmarkInfo (
331
331
name: " Set.isStrictSuperset.Seq.Int50 " ,
332
- runFunction: { n in run_SetIsStrictSupersetSeqInt ( setXY , arrayY , true , 50 * n) } ,
332
+ runFunction: { n in run_SetIsStrictSupersetSeqInt ( setY , arrayYZ , false , 50 * n) } ,
333
333
tags: [ . validation, . api, . Set] ,
334
- setUpFunction: { blackHole ( [ setXY , arrayY ] ) } ) ,
334
+ setUpFunction: { blackHole ( [ setY , arrayYZ ] ) } ) ,
335
335
BenchmarkInfo (
336
336
name: " Set.isStrictSuperset.Seq.Int100 " ,
337
337
runFunction: { n in run_SetIsStrictSupersetSeqInt ( setP, arrayP, false , 50 * n) } ,
0 commit comments