Skip to content

Commit a54383a

Browse files
authored
add thresholds for Swift 6.1 from 6.0 thresholds (#101)
- **Enable Swift 6.1 jobs in CI** - **add thresholds for Swift 6.1 from 6.0 thresholds**
1 parent 15fb892 commit a54383a

3 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"mallocCountTotal" : 565,
3+
"memoryLeaked" : 0,
4+
"readSyscalls" : 0,
5+
"writeSyscalls" : 0
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"mallocCountTotal" : 572,
3+
"memoryLeaked" : 0,
4+
"readSyscalls" : 0,
5+
"writeSyscalls" : 0
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"mallocCountTotal" : 967,
3+
"memoryLeaked" : 0,
4+
"readSyscalls" : 0,
5+
"writeSyscalls" : 0
6+
}

0 commit comments

Comments
 (0)