Skip to content

Commit 3257005

Browse files
authored
Merge pull request #13274 from eeckstein/mark-unstable
2 parents beffbc6 + 614c12a commit 3257005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/single-source/DropLast.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public let DropLast = [
7979
BenchmarkInfo(
8080
name: "DropLastArrayLazy",
8181
runFunction: run_DropLastArrayLazy,
82-
tags: [.validation, .api]),
82+
tags: [.validation, .api, .Array, .unstable]),
8383
]
8484

8585
@inline(never)

benchmark/single-source/DropLast.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public let DropLast = [
4747
BenchmarkInfo(
4848
name: "DropLast${Name}",
4949
runFunction: run_DropLast${Name},
50-
tags: [.validation, .api${', .Array, .unstable' if Name == 'Array' else ''}]),
50+
tags: [.validation, .api${', .Array, .unstable' if Name == 'Array' or Name == 'ArrayLazy' else ''}]),
5151
% end
5252
]
5353

0 commit comments

Comments
 (0)