Updated CSVTests.testCSVSyncEncodingSpeed test case expected time
This commit is contained in:
parent
65f1552335
commit
1a12fe8bde
|
@ -205,7 +205,7 @@ class CSVTests: XCTestCase {
|
|||
let encodingOptions = CSVCodingOptions(boolCodingStrategy: .fuzzy, nilCodingStrategy: .custom("NA"))
|
||||
let encoder = CSVEncoder(encodingOptions: encodingOptions)
|
||||
|
||||
// 5.908
|
||||
// 12.898
|
||||
measure {
|
||||
do {
|
||||
_ = try encoder.sync.encode(fielders)
|
||||
|
|
Loading…
Reference in New Issue