[benchmark] CheckResults → check

Capitalizing function names is against Swift naming conventions.
This commit is contained in:
Karoy Lorentey
2021-09-15 18:45:21 -07:00
parent a723e6d4c2
commit 203dc55b60
104 changed files with 386 additions and 373 deletions

View File

@@ -31,7 +31,7 @@ public func run_COWTree(_ N: Int) {
}
}
CheckResults(checkRef(tree1, tree2, tree3))
check(checkRef(tree1, tree2, tree3))
}
@inline(never)