Skip to content

Commit

Permalink
util: CI: only run spec int 0.8c cpts
Browse files Browse the repository at this point in the history
Change-Id: I7f8e3a675c292d65a7b019e926855f0a2039bacd
  • Loading branch information
jensen-yan committed Dec 12, 2024
1 parent e750465 commit f77ecd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gem5-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mkdir -p $GEM5_HOME/util/xs_scripts/test
cd $GEM5_HOME/util/xs_scripts/test
bash ../parallel_sim.sh `realpath ../kmh_6wide.sh` \
/nfs/home/yanyue/workspace/spec06_cpts/spec_0.8c.lst \
/nfs/home/yanyue/workspace/spec06_cpts/spec_0.8c_int.lst \
/nfs/home/share/jiaxiaoyu/simpoint_checkpoint_archive/spec06_rv64gcb_O3_20m_gcc12.2.0-intFpcOff-jeMalloc/zstd-checkpoint-0-0-0 \
spec_all
- name: Setup gem5_data_proc environment
Expand All @@ -52,7 +52,7 @@ jobs:
# 使用已有的数据spec_all生成测试报告
bash example-scripts/gem5-score-ci.sh \
$GEM5_HOME/util/xs_scripts/test/spec_all \
/nfs/home/yanyue/workspace/spec06_cpts/spec06_0.8coverage.json \
/nfs/home/yanyue/workspace/spec06_cpts/cluster-0-0.json \
> $GITHUB_WORKSPACE/score.txt
# 提取最后42行score信息
echo "### performance test result :rocket:" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit f77ecd2

Please sign in to comment.