-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add benchmark thresholds for nightly (#1743)
Motivation: The benchmarks are run on nightly builds but there are no thresholds. This is causing nightly CI to fail as the benchmark package is now more stringent about missing thresholds. Modifications: - Add thresholds for nightly Result: CI passes
- Loading branch information
Showing
7 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
Performance/Benchmarks/Thresholds/main/GRPCSwiftBenchmark.Metadata_Add_binary.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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"mallocCountTotal" : 11, | ||
"memoryLeaked" : 0, | ||
"releaseCount" : 3012, | ||
"retainCount" : 2000, | ||
"syscalls" : 0 | ||
} |
7 changes: 7 additions & 0 deletions
7
Performance/Benchmarks/Thresholds/main/GRPCSwiftBenchmark.Metadata_Add_string.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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"mallocCountTotal" : 11, | ||
"memoryLeaked" : 0, | ||
"releaseCount" : 4012, | ||
"retainCount" : 2000, | ||
"syscalls" : 0 | ||
} |
7 changes: 7 additions & 0 deletions
7
...rmance/Benchmarks/Thresholds/main/GRPCSwiftBenchmark.Metadata_Iterate_all_values.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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"mallocCountTotal" : 0, | ||
"memoryLeaked" : 0, | ||
"releaseCount" : 3001, | ||
"retainCount" : 1000, | ||
"syscalls" : 0 | ||
} |
7 changes: 7 additions & 0 deletions
7
...GRPCSwiftBenchmark.Metadata_Iterate_binary_values_when_only_binary_values_stored.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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"mallocCountTotal" : 0, | ||
"memoryLeaked" : 0, | ||
"releaseCount" : 3001, | ||
"retainCount" : 1000, | ||
"syscalls" : 0 | ||
} |
7 changes: 7 additions & 0 deletions
7
.../main/GRPCSwiftBenchmark.Metadata_Iterate_binary_values_when_only_strings_stored.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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"mallocCountTotal" : 2000, | ||
"memoryLeaked" : 0, | ||
"releaseCount" : 6001, | ||
"retainCount" : 2000, | ||
"syscalls" : 0 | ||
} |
7 changes: 7 additions & 0 deletions
7
...nce/Benchmarks/Thresholds/main/GRPCSwiftBenchmark.Metadata_Iterate_string_values.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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"mallocCountTotal" : 0, | ||
"memoryLeaked" : 0, | ||
"releaseCount" : 3001, | ||
"retainCount" : 1000, | ||
"syscalls" : 0 | ||
} |
7 changes: 7 additions & 0 deletions
7
...nce/Benchmarks/Thresholds/main/GRPCSwiftBenchmark.Metadata_Remove_values_for_key.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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"mallocCountTotal" : 0, | ||
"memoryLeaked" : 0, | ||
"releaseCount" : 2002001, | ||
"retainCount" : 1999000, | ||
"syscalls" : 0 | ||
} |