Skip to content

Commit 9574be1

Browse files
authored
Merge pull request #31641 from atrick/add-bench-tag
Add .cpubench tag to ProtocolDispatch2
2 parents 5a2c20a + eb1ac0b commit 9574be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/single-source/ProtocolDispatch2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import TestsUtils
1919
public let ProtocolDispatch2 = BenchmarkInfo(
2020
name: "ProtocolDispatch2",
2121
runFunction: run_ProtocolDispatch2,
22-
tags: [.validation, .abstraction])
22+
tags: [.validation, .abstraction, .cpubench])
2323

2424
protocol Pingable { func ping() -> Int; func pong() -> Int}
2525

0 commit comments

Comments
 (0)