We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ff8cf commit 248e843Copy full SHA for 248e843
benchmark/single-source/SortIntPyramids.swift
@@ -4,7 +4,7 @@ import TestsUtils
4
// Datasets in this benchmark are influenced by stdlib partition function,
5
// therefore if stdlib partion implementation changes we should correct these
6
// datasets or disable/skip this benchmark
7
-public let SortIntPyramid = [
+public let SortIntPyramids = [
8
BenchmarkInfo(
9
name: "SortIntPyramid",
10
runFunction: run_SortIntPyramid,
0 commit comments