Skip to content

Commit 9df1fb4

Browse files
committed
Fix allocation tests return value
1 parent 4587960 commit 9df1fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationTests/tests_04_performance/test_01_resources/test_jsonvalue_to_bytes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ func run(identifier: String) {
1414
sampleJSON.appendBytes(to: &bytes)
1515
}
1616

17-
return 1_000
17+
return bytes.count
1818
}
1919
}

0 commit comments

Comments
 (0)