Skip to content

Commit 1ff9723

Browse files
committed
---
yaml --- r: 347772 b: refs/heads/master c: b1aee11 h: refs/heads/master
1 parent 5b15942 commit 1ff9723

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 9771cf614046c44f885715576a3845d560a1be43
2+
refs/heads/master: b1aee117fd02de2d6229cb2c5e5d44060fa9aa89
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/benchmark/single-source/SetTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ public let SetTests = [
212212
BenchmarkInfo(
213213
name: "Set.isStrictSubset.Int100",
214214
runFunction: { n in run_SetIsStrictSubsetInt(setP, setQ, false, 5000 * n) },
215-
tags: [.validation, .api, .Set],
215+
tags: [.validation, .api, .Set, .skip],
216216
setUpFunction: { blackHole([setP, setQ]) }),
217217

218218
BenchmarkInfo(
219219
name: "Set.isStrictSubset.Seq.Empty.Int",
220220
runFunction: { n in run_SetIsStrictSubsetSeqInt(setE, arrayAB, true, 5000 * n) },
221-
tags: [.validation, .api, .Set],
221+
tags: [.validation, .api, .Set, .skip],
222222
setUpFunction: { blackHole([setE, arrayAB]) }),
223223
BenchmarkInfo(
224224
name: "Set.isStrictSubset.Seq.Int.Empty",
@@ -305,7 +305,7 @@ public let SetTests = [
305305
BenchmarkInfo(
306306
name: "Set.isStrictSuperset.Seq.Int.Empty",
307307
runFunction: { n in run_SetIsStrictSupersetSeqInt(setE, arrayAB, false, 5000 * n) },
308-
tags: [.validation, .api, .Set],
308+
tags: [.validation, .api, .Set, .skip],
309309
setUpFunction: { blackHole([setE, arrayAB]) }),
310310
BenchmarkInfo(
311311
name: "Set.isStrictSuperset.Seq.Int0",

0 commit comments

Comments
 (0)