mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename the Data benchmark file to IterateData
This matches the actual name of the benchmark.
This commit is contained in:
@@ -37,7 +37,6 @@ set(SWIFT_BENCH_MODULES
|
|||||||
single-source/CaptureProp
|
single-source/CaptureProp
|
||||||
single-source/Chars
|
single-source/Chars
|
||||||
single-source/ClassArrayGetter
|
single-source/ClassArrayGetter
|
||||||
single-source/Data
|
|
||||||
single-source/DeadArray
|
single-source/DeadArray
|
||||||
single-source/DictionaryBridge
|
single-source/DictionaryBridge
|
||||||
single-source/DictionaryLiteral
|
single-source/DictionaryLiteral
|
||||||
@@ -53,6 +52,7 @@ set(SWIFT_BENCH_MODULES
|
|||||||
single-source/Hash
|
single-source/Hash
|
||||||
single-source/Histogram
|
single-source/Histogram
|
||||||
single-source/Integrate
|
single-source/Integrate
|
||||||
|
single-source/IterateData
|
||||||
single-source/Join
|
single-source/Join
|
||||||
single-source/LinkedList
|
single-source/LinkedList
|
||||||
single-source/MapReduce
|
single-source/MapReduce
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//===--- Data.swift -------------------------------------------------------===//
|
//===--- IterateData.swift ------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This source file is part of the Swift.org open source project
|
// This source file is part of the Swift.org open source project
|
||||||
//
|
//
|
||||||
@@ -38,7 +38,6 @@ import Calculator
|
|||||||
import CaptureProp
|
import CaptureProp
|
||||||
import Chars
|
import Chars
|
||||||
import ClassArrayGetter
|
import ClassArrayGetter
|
||||||
import Data
|
|
||||||
import DeadArray
|
import DeadArray
|
||||||
import DictTest
|
import DictTest
|
||||||
import DictTest2
|
import DictTest2
|
||||||
@@ -54,6 +53,7 @@ import Hanoi
|
|||||||
import Hash
|
import Hash
|
||||||
import Histogram
|
import Histogram
|
||||||
import Integrate
|
import Integrate
|
||||||
|
import IterateData
|
||||||
import Join
|
import Join
|
||||||
import LinkedList
|
import LinkedList
|
||||||
import MapReduce
|
import MapReduce
|
||||||
|
|||||||
Reference in New Issue
Block a user