mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Move all benchmarks to use registerBenchmark and BenchmarkInfo
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
|
||||
import TestsUtils
|
||||
|
||||
public let PopFrontArrayGeneric = BenchmarkInfo(
|
||||
name: "PopFrontArrayGeneric",
|
||||
runFunction: run_PopFrontArrayGeneric,
|
||||
tags: [.validation, .api, .Array])
|
||||
|
||||
let reps = 1
|
||||
let arrayCount = 1024
|
||||
|
||||
|
||||
Reference in New Issue
Block a user