From 5caff5abd3d19dafe8138b430936b54368264b75 Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:16:43 -0400 Subject: [PATCH] feat: Compering to latest version --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e975262779..ad22706291 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -24,7 +24,7 @@ jobs: docker compose up -d sleep 10 - name: Benchmark PR - run: oha -z 10s http://localhost/v1/health/version -j > benchmark.json + run: oha -z 180s http://localhost/v1/health/version -j > benchmark.json - name: Cleaning run: docker compose down -v - name: Installing latest version @@ -37,7 +37,7 @@ jobs: docker compose up -d sleep 10 - name: Benchmark Latest - run: oha -z 10s http://localhost/v1/health/version -j > benchmark-latest.json + run: oha -z 180s http://localhost/v1/health/version -j > benchmark-latest.json - name: Prepare comment run: | echo '## :sparkles: Benchmark results' > benchmark.txt