Skip to content

Commit 248e843

Browse files
committed
Fixed typo in identifier
1 parent b7ff8cf commit 248e843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/single-source/SortIntPyramids.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import TestsUtils
44
// Datasets in this benchmark are influenced by stdlib partition function,
55
// therefore if stdlib partion implementation changes we should correct these
66
// datasets or disable/skip this benchmark
7-
public let SortIntPyramid = [
7+
public let SortIntPyramids = [
88
BenchmarkInfo(
99
name: "SortIntPyramid",
1010
runFunction: run_SortIntPyramid,

0 commit comments

Comments
 (0)