@@ -155,9 +155,9 @@ public let SetTests = [
155
155
setUpFunction: { blackHole ( [ setOAB, arrayOCD] ) } ) ,
156
156
BenchmarkInfo (
157
157
name: " Set.isSubset.Seq.Int25 " ,
158
- runFunction: { n in run_SetIsSubsetSeqInt ( setB, arrayAB , true , 50 * n) } ,
158
+ runFunction: { n in run_SetIsSubsetSeqInt ( setB, arrayBC , true , 50 * n) } ,
159
159
tags: [ . validation, . api, . Set] ,
160
- setUpFunction: { blackHole ( [ setB, arrayAB ] ) } ) ,
160
+ setUpFunction: { blackHole ( [ setB, arrayBC ] ) } ) ,
161
161
BenchmarkInfo (
162
162
name: " Set.isSubset.Seq.Box25 " ,
163
163
runFunction: { n in run_SetIsSubsetSeqBox ( setOB, arrayOAB, true , 50 * n) } ,
@@ -237,9 +237,9 @@ public let SetTests = [
237
237
setUpFunction: { blackHole ( [ setOAB, arrayOCD] ) } ) ,
238
238
BenchmarkInfo (
239
239
name: " Set.isStrictSubset.Seq.Int25 " ,
240
- runFunction: { n in run_SetIsStrictSubsetSeqInt ( setB, arrayAB , true , 50 * n) } ,
240
+ runFunction: { n in run_SetIsStrictSubsetSeqInt ( setB, arrayBC , true , 50 * n) } ,
241
241
tags: [ . validation, . api, . Set] ,
242
- setUpFunction: { blackHole ( [ setB, arrayAB ] ) } ) ,
242
+ setUpFunction: { blackHole ( [ setB, arrayBC ] ) } ) ,
243
243
BenchmarkInfo (
244
244
name: " Set.isStrictSubset.Seq.Box25 " ,
245
245
runFunction: { n in run_SetIsStrictSubsetSeqBox ( setOB, arrayOAB, true , 50 * n) } ,
@@ -278,9 +278,9 @@ public let SetTests = [
278
278
setUpFunction: { blackHole ( [ setOCD, arrayOAB] ) } ) ,
279
279
BenchmarkInfo (
280
280
name: " Set.isSuperset.Seq.Int25 " ,
281
- runFunction: { n in run_SetIsSupersetSeqInt ( setAB , arrayB , true , 50 * n) } ,
281
+ runFunction: { n in run_SetIsSupersetSeqInt ( setB , arrayBC , false , 50 * n) } ,
282
282
tags: [ . validation, . api, . Set] ,
283
- setUpFunction: { blackHole ( [ setAB , arrayB ] ) } ) ,
283
+ setUpFunction: { blackHole ( [ setB , arrayBC ] ) } ) ,
284
284
BenchmarkInfo (
285
285
name: " Set.isSuperset.Seq.Box25 " ,
286
286
runFunction: { n in run_SetIsSupersetSeqBox ( setOAB, arrayOB, true , 50 * n) } ,
@@ -319,9 +319,9 @@ public let SetTests = [
319
319
setUpFunction: { blackHole ( [ setOCD, arrayOAB] ) } ) ,
320
320
BenchmarkInfo (
321
321
name: " Set.isStrictSuperset.Seq.Int25 " ,
322
- runFunction: { n in run_SetIsStrictSupersetSeqInt ( setAB , arrayB , true , 50 * n) } ,
322
+ runFunction: { n in run_SetIsStrictSupersetSeqInt ( setB , arrayBC , false , 50 * n) } ,
323
323
tags: [ . validation, . api, . Set] ,
324
- setUpFunction: { blackHole ( [ setAB , arrayB ] ) } ) ,
324
+ setUpFunction: { blackHole ( [ setB , arrayBC ] ) } ) ,
325
325
BenchmarkInfo (
326
326
name: " Set.isStrictSuperset.Seq.Box25 " ,
327
327
runFunction: { n in run_SetIsStrictSupersetSeqBox ( setOAB, arrayOB, true , 50 * n) } ,
0 commit comments