Skip to content

Commit

Permalink
Add benchmark thresholds for nightly (#1743)
Browse files Browse the repository at this point in the history
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
glbrntt authored Dec 11, 2023
1 parent e9273f1 commit 4570d0f
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"mallocCountTotal" : 11,
"memoryLeaked" : 0,
"releaseCount" : 3012,
"retainCount" : 2000,
"syscalls" : 0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"mallocCountTotal" : 11,
"memoryLeaked" : 0,
"releaseCount" : 4012,
"retainCount" : 2000,
"syscalls" : 0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"mallocCountTotal" : 0,
"memoryLeaked" : 0,
"releaseCount" : 3001,
"retainCount" : 1000,
"syscalls" : 0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"mallocCountTotal" : 0,
"memoryLeaked" : 0,
"releaseCount" : 3001,
"retainCount" : 1000,
"syscalls" : 0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"mallocCountTotal" : 2000,
"memoryLeaked" : 0,
"releaseCount" : 6001,
"retainCount" : 2000,
"syscalls" : 0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"mallocCountTotal" : 0,
"memoryLeaked" : 0,
"releaseCount" : 3001,
"retainCount" : 1000,
"syscalls" : 0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"mallocCountTotal" : 0,
"memoryLeaked" : 0,
"releaseCount" : 2002001,
"retainCount" : 1999000,
"syscalls" : 0
}

0 comments on commit 4570d0f

Please sign in to comment.