Kaynağa Gözat

sleep before bench

Alex Cheema 1 yıl önce
ebeveyn
işleme
bd9d11861b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      .github/workflows/bench_job.yml

+ 1 - 0
.github/workflows/bench_job.yml

@@ -102,6 +102,7 @@ jobs:
           fi
           fi
 
 
           if [ "${{ strategy.job-index }}" -eq "0" ]; then
           if [ "${{ strategy.job-index }}" -eq "0" ]; then
+            sleep 10
             echo "This is the primary node (index 0). Running benchmark..."
             echo "This is the primary node (index 0). Running benchmark..."
             GITHUB_JOB=$CALLING_JOB python .github/bench.py
             GITHUB_JOB=$CALLING_JOB python .github/bench.py
           else
           else