[object Object]

← back to Exo

sleep before bench

bd9d11861ba8ae679c46079b9492f81528366207 · 2024-12-08 23:24:46 +0000 · Alex Cheema

Files touched

Diff

commit bd9d11861ba8ae679c46079b9492f81528366207
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Sun Dec 8 23:24:46 2024 +0000

    sleep before bench
---
 .github/workflows/bench_job.yml | 1 +
 1 file changed, 1 insertion(+)

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

← 571b26c5 allowed interface types  ·  back to Exo  ·  test range b4e885bb →