Skip to content

Commit 83e9a63

Browse files
authored
Update baseline time and memory in benchmark workflow
1 parent 56ddea5 commit 83e9a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
seconds=$((duration % 60))
6666
peak_mem=${{ steps.benchmark.outputs.peak_memory }}
6767
68-
baseline_time=135
68+
baseline_time=69
6969
diff=$((duration - baseline_time))
7070
abs_diff=${diff#-}
7171
@@ -79,7 +79,7 @@ jobs:
7979
verdict="🚨 This PR **drastically worsens generation time**."
8080
fi
8181
82-
baseline_mem=5865
82+
baseline_mem=935
8383
mem_annotation=""
8484
if [ "$peak_mem" -gt 2000 ]; then
8585
mem_diff=$((peak_mem - baseline_mem))

0 commit comments

Comments
 (0)