mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[benchmark] Stop capitalizing function and variable names
This commit is contained in:
@@ -31,8 +31,8 @@ let data: Data = {
|
||||
}()
|
||||
|
||||
@inline(never)
|
||||
public func run_IterateData(_ N: Int) {
|
||||
for _ in 1...10*N {
|
||||
public func run_IterateData(_ n: Int) {
|
||||
for _ in 1...10*n {
|
||||
_ = data.reduce(0, &+)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user