mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add .cpubench tag to ProtocolDispatch2
This commit is contained in:
@@ -19,7 +19,7 @@ import TestsUtils
|
||||
public let ProtocolDispatch2 = BenchmarkInfo(
|
||||
name: "ProtocolDispatch2",
|
||||
runFunction: run_ProtocolDispatch2,
|
||||
tags: [.validation, .abstraction])
|
||||
tags: [.validation, .abstraction, .cpubench])
|
||||
|
||||
protocol Pingable { func ping() -> Int; func pong() -> Int}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user