@@ -212,13 +212,13 @@ public let SetTests = [
212
212
BenchmarkInfo (
213
213
name: " Set.isStrictSubset.Int100 " ,
214
214
runFunction: { n in run_SetIsStrictSubsetInt ( setP, setQ, false , 5000 * n) } ,
215
- tags: [ . validation, . api, . Set] ,
215
+ tags: [ . validation, . api, . Set, . skip ] ,
216
216
setUpFunction: { blackHole ( [ setP, setQ] ) } ) ,
217
217
218
218
BenchmarkInfo (
219
219
name: " Set.isStrictSubset.Seq.Empty.Int " ,
220
220
runFunction: { n in run_SetIsStrictSubsetSeqInt ( setE, arrayAB, true , 5000 * n) } ,
221
- tags: [ . validation, . api, . Set] ,
221
+ tags: [ . validation, . api, . Set, . skip ] ,
222
222
setUpFunction: { blackHole ( [ setE, arrayAB] ) } ) ,
223
223
BenchmarkInfo (
224
224
name: " Set.isStrictSubset.Seq.Int.Empty " ,
@@ -305,7 +305,7 @@ public let SetTests = [
305
305
BenchmarkInfo (
306
306
name: " Set.isStrictSuperset.Seq.Int.Empty " ,
307
307
runFunction: { n in run_SetIsStrictSupersetSeqInt ( setE, arrayAB, false , 5000 * n) } ,
308
- tags: [ . validation, . api, . Set] ,
308
+ tags: [ . validation, . api, . Set, . skip ] ,
309
309
setUpFunction: { blackHole ( [ setE, arrayAB] ) } ) ,
310
310
BenchmarkInfo (
311
311
name: " Set.isStrictSuperset.Seq.Int0 " ,
0 commit comments