FlattenSequence/distance(from:to:) benchmarks (v6).

1. The auto-generated [BenchmarkInfo] was given the wrong name.
This commit is contained in:
Oscar Byström Ericsson
2024-02-23 10:08:50 +01:00
parent cef7c43daf
commit 7ecb987ad5

View File

@@ -12,7 +12,7 @@
import TestsUtils
public let FlattenDistanceFromTo = [
public let benchmarks = [
BenchmarkInfo(
name: "FlattenDistanceFromTo.Array.Array.16.16",
runFunction: { with(arrayArray16x16, $0) },