Skip to content

Commit

Permalink
refactor: update readme and runners
Browse files Browse the repository at this point in the history
  • Loading branch information
karatakis committed Nov 5, 2024
1 parent 5bad74f commit 5167b54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
benchmark:
if: github.event.head_commit.message != 'Update performance results in README.md'
needs: build
runs-on: ubuntu-latest
# runs-on:
# group: benchmark-runner
runs-on:
group: benchmark-runner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sudo docker run tailcallhq/federation-benchmark:latest ./benchmark_all.sh

## Architecture

TODO: add information
![image info](./files/diagram.png)

### Query

Expand All @@ -64,6 +64,7 @@ query {
}
}
}
```

## Setup

Expand Down
Binary file added files/diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5167b54

Please sign in to comment.