-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Our perf thresholds have changed (#178)
* Our perf thresholds have changed * Apparently local runs don't match * Stop using retain/release thresholds * Remove retain/release counts
- Loading branch information
Showing
26 changed files
with
30 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
Benchmarks/Thresholds/5.10/CertificatesBenchmark.Parse_WebPKI_Roots_from_DER.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 5506, | ||
"mallocCountTotal" : 4851, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 120084, | ||
"retainCount" : 108506, | ||
"writeSyscalls" : 0 | ||
} |
4 changes: 1 addition & 3 deletions
4
Benchmarks/Thresholds/5.10/CertificatesBenchmark.Parse_WebPKI_Roots_from_PEM_files.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 6465, | ||
"mallocCountTotal" : 5810, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 133927, | ||
"retainCount" : 120568, | ||
"writeSyscalls" : 0 | ||
} |
4 changes: 1 addition & 3 deletions
4
...rks/Thresholds/5.10/CertificatesBenchmark.Parse_WebPKI_Roots_from_multi_PEM_file.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 6473, | ||
"mallocCountTotal" : 5818, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 133256, | ||
"retainCount" : 120160, | ||
"writeSyscalls" : 0 | ||
} |
6 changes: 2 additions & 4 deletions
6
Benchmarks/Thresholds/5.10/CertificatesBenchmark.TinyArray.append.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 10, | ||
"mallocCountTotal" : 26, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 12, | ||
"retainCount" : 0, | ||
"writeSyscalls" : 0 | ||
} | ||
} |
4 changes: 1 addition & 3 deletions
4
Benchmarks/Thresholds/5.10/CertificatesBenchmark.TinyArray_non-allocating_functions.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 0, | ||
"mallocCountTotal" : 16, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 0, | ||
"retainCount" : 0, | ||
"writeSyscalls" : 0 | ||
} |
2 changes: 1 addition & 1 deletion
2
Benchmarks/Thresholds/5.10/CertificatesBenchmark.Verifier.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
Benchmarks/Thresholds/5.8/CertificatesBenchmark.Parse_WebPKI_Roots_from_DER.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 5506, | ||
"mallocCountTotal" : 4851, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 190789, | ||
"retainCount" : 180211, | ||
"writeSyscalls" : 0 | ||
} |
4 changes: 1 addition & 3 deletions
4
Benchmarks/Thresholds/5.8/CertificatesBenchmark.Parse_WebPKI_Roots_from_PEM_files.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 6465, | ||
"mallocCountTotal" : 5810, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 208611, | ||
"retainCount" : 196252, | ||
"writeSyscalls" : 0 | ||
} |
4 changes: 1 addition & 3 deletions
4
...arks/Thresholds/5.8/CertificatesBenchmark.Parse_WebPKI_Roots_from_multi_PEM_file.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 6473, | ||
"mallocCountTotal" : 5818, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 207940, | ||
"retainCount" : 195844, | ||
"writeSyscalls" : 0 | ||
} |
6 changes: 2 additions & 4 deletions
6
Benchmarks/Thresholds/5.8/CertificatesBenchmark.TinyArray.append.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 10, | ||
"mallocCountTotal" : 26, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 12, | ||
"retainCount" : 0, | ||
"writeSyscalls" : 0 | ||
} | ||
} |
4 changes: 1 addition & 3 deletions
4
Benchmarks/Thresholds/5.8/CertificatesBenchmark.TinyArray_non-allocating_functions.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 0, | ||
"mallocCountTotal" : 16, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 1, | ||
"retainCount" : 0, | ||
"writeSyscalls" : 0 | ||
} |
2 changes: 1 addition & 1 deletion
2
Benchmarks/Thresholds/5.8/CertificatesBenchmark.Verifier.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
Benchmarks/Thresholds/5.9/CertificatesBenchmark.Parse_WebPKI_Roots_from_DER.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 5506, | ||
"mallocCountTotal" : 4851, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 185130, | ||
"retainCount" : 174552, | ||
"writeSyscalls" : 0 | ||
} |
4 changes: 1 addition & 3 deletions
4
Benchmarks/Thresholds/5.9/CertificatesBenchmark.Parse_WebPKI_Roots_from_PEM_files.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 6465, | ||
"mallocCountTotal" : 5810, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 199110, | ||
"retainCount" : 186751, | ||
"writeSyscalls" : 0 | ||
} |
4 changes: 1 addition & 3 deletions
4
...arks/Thresholds/5.9/CertificatesBenchmark.Parse_WebPKI_Roots_from_multi_PEM_file.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 6473, | ||
"mallocCountTotal" : 5818, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 198439, | ||
"retainCount" : 186343, | ||
"writeSyscalls" : 0 | ||
} |
6 changes: 2 additions & 4 deletions
6
Benchmarks/Thresholds/5.9/CertificatesBenchmark.TinyArray.append.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 10, | ||
"mallocCountTotal" : 26, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 12, | ||
"retainCount" : 0, | ||
"writeSyscalls" : 0 | ||
} | ||
} |
4 changes: 1 addition & 3 deletions
4
Benchmarks/Thresholds/5.9/CertificatesBenchmark.TinyArray_non-allocating_functions.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 0, | ||
"mallocCountTotal" : 16, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 1, | ||
"retainCount" : 0, | ||
"writeSyscalls" : 0 | ||
} |
2 changes: 1 addition & 1 deletion
2
Benchmarks/Thresholds/5.9/CertificatesBenchmark.Verifier.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
Benchmarks/Thresholds/main/CertificatesBenchmark.Parse_WebPKI_Roots_from_DER.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 5506, | ||
"mallocCountTotal" : 4851, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 121084, | ||
"retainCount" : 109506, | ||
"writeSyscalls" : 0 | ||
} |
4 changes: 1 addition & 3 deletions
4
Benchmarks/Thresholds/main/CertificatesBenchmark.Parse_WebPKI_Roots_from_PEM_files.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 6465, | ||
"mallocCountTotal" : 5810, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 134927, | ||
"retainCount" : 121568, | ||
"writeSyscalls" : 0 | ||
} |
4 changes: 1 addition & 3 deletions
4
...rks/Thresholds/main/CertificatesBenchmark.Parse_WebPKI_Roots_from_multi_PEM_file.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 6473, | ||
"mallocCountTotal" : 5818, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 134256, | ||
"retainCount" : 121160, | ||
"writeSyscalls" : 0 | ||
} |
6 changes: 2 additions & 4 deletions
6
Benchmarks/Thresholds/main/CertificatesBenchmark.TinyArray.append.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 10, | ||
"mallocCountTotal" : 26, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 12, | ||
"retainCount" : 0, | ||
"writeSyscalls" : 0 | ||
} | ||
} |
4 changes: 1 addition & 3 deletions
4
Benchmarks/Thresholds/main/CertificatesBenchmark.TinyArray_non-allocating_functions.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"mallocCountTotal" : 0, | ||
"mallocCountTotal" : 16, | ||
"memoryLeaked" : 0, | ||
"readSyscalls" : 0, | ||
"releaseCount" : 0, | ||
"retainCount" : 0, | ||
"writeSyscalls" : 0 | ||
} |
2 changes: 1 addition & 1 deletion
2
Benchmarks/Thresholds/main/CertificatesBenchmark.Verifier.p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters