Skip to content

Commit 7658620

Browse files
Potabkwangxiaoxin (A)
authored andcommitted
[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> Signed-off-by: wangxiaoxin (A) <wangxiaoxin7@huawei.com>
1 parent 0de5ef8 commit 7658620

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
@@ -166,10 +166,10 @@ jobs:
166166
while IFS= read -r line || [[ -n "$line" ]]; do
167167
commit_id=${line%% *}
168168
commit_title=${line#* }
169-
commit_time=$(git show -s --format=%cd $commit_hash --date=iso-strict)
170-
commit_time_no_tz=${commit_time::19}
171169
172170
git checkout $commit_id
171+
commit_time=$(git show -s --format=%cd $commit_hash --date=iso-strict)
172+
commit_time_no_tz=${commit_time::19}
173173
pip install -e .
174174
175175
echo "------------------------"

0 commit comments

Comments
 (0)