Skip to content

Commit 2bb17d6

Browse files
author
wanglei07
committed
[CI] test benchmark
1 parent d2e9d0d commit 2bb17d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gpu-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ jobs:
870870
set -o pipefail
871871
# TODO: Run full benchmark suite after verifying fix
872872
# python -m pytest -q benchmarks/ops --junit-xml=bench_results.xml | tee tileops_benchmarks.log
873-
python -m pytest -q benchmarks/ops/bench_gated_deltanet.py -v --tb=short --junit-xml=bench_results.xml | tee tileops_benchmarks.log
873+
python -m pytest -q benchmarks/ops/bench_activation.py -v --tb=short --junit-xml=bench_results.xml | tee tileops_benchmarks.log
874874
875875
if [ -f profile_run.log ]; then
876876
{ echo; echo "===== profile_run.log summary ====="; cat profile_run.log; } >> tileops_benchmarks.log

0 commit comments

Comments
 (0)