From 19f11d334e1c7dc21283c6d0ecd06a442966c4f9 Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Thu, 7 Nov 2024 00:44:12 +0530 Subject: [PATCH] chore: update files --- .github/workflows/bench.yml | 5 ++--- README.md | 8 ++++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 3e1e4a1..73c324e 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -43,9 +43,8 @@ jobs: benchmark: if: github.event.head_commit.message != 'Update performance results in README.md' needs: build - runs-on: ubuntu-latest - # runs-on: - # group: benchmarking-runner + runs-on: + group: benchmarking-runner env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} strategy: diff --git a/README.md b/README.md index fc419c7..8616249 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,14 @@ Explore and compare the performance of the fastest GraphQL federation routers th +Specifications of the machine used for benchmarking: + +``` +Platform: Linux x64 +Size: +2-cores · 8 GB RAM · 75 GB SSD +``` + ## Architecture ![Architecture Image](./files/architecture.svg)