Skip to content

Commit 37f4469

Browse files
authored
[CI][Benchmark] Add qwen2.5-7b test (#1104)
### What this PR does / why we need it? - Add qwen2.5-7b performance benchmark, this is a sub pr of #1099, for v1 test, need more verify - Fix get commit time after checkout --------- Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent dd207cb commit 37f4469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly_benchmarks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ jobs:
170170
while IFS= read -r line || [[ -n "$line" ]]; do
171171
commit_id=${line%% *}
172172
commit_title=${line#* }
173-
commit_time=$(git show -s --format=%cd $commit_hash --date=iso-strict)
174-
commit_time_no_tz=${commit_time::19}
175173
176174
git checkout $commit_id
175+
commit_time=$(git show -s --format=%cd $commit_hash --date=iso-strict)
176+
commit_time_no_tz=${commit_time::19}
177177
pip install -e .
178178
179179
echo "------------------------"

0 commit comments

Comments
 (0)