Skip to content

Commit b52ad91

Browse files
Update size threshhold (#10214)
Summary: These are the current actual threshholds Differential Revision: D73056265
1 parent a68cdae commit b52ad91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399
size=${arr[4]}
400400
# threshold=48120 on devserver with gcc11.4
401401
# todo(lfq): update once binary size is below 50kb.
402-
threshold="51504"
402+
threshold="51408"
403403
if [[ "$size" -le "$threshold" ]]; then
404404
echo "Success $size <= $threshold"
405405
else
@@ -436,7 +436,7 @@ jobs:
436436
size=${arr[4]}
437437
# threshold=48120 on devserver with gcc11.4
438438
# todo(lfq): update once binary size is below 50kb.
439-
threshold="51784"
439+
threshold="47552"
440440
if [[ "$size" -le "$threshold" ]]; then
441441
echo "Success $size <= $threshold"
442442
else

0 commit comments

Comments
 (0)