Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup #5

Merged
merged 1 commit into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ jobs:
rps: ${{ steps.extract_rps.outputs.rps }}
p95: ${{ steps.extract_p95.outputs.p95 }}
read:
runs-on: ubuntu-latest
needs: [benchmark]
steps:
- uses: cloudposse/github-action-matrix-outputs-read@v1
id: read
with:
matrix-step-name: benchmark
outputs:
result: "${{ steps.read.outputs.result }}"
runs-on: ubuntu-latest
needs: [benchmark]
steps:
- uses: cloudposse/github-action-matrix-outputs-read@v1
id: read
with:
matrix-step-name: benchmark
outputs:
result: "${{ steps.read.outputs.result }}"
analyze:
if: github.event.head_commit.message != 'Update performance results in README.md'
needs: read
Expand Down Expand Up @@ -396,4 +396,4 @@ jobs:
with:
branch: main
commit_author: Author <[email protected]>
commit_message: "[ci skip] update performance results in README.md"
commit_message: "[ci skip] update performance results in README.md"
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ RUN curl -fsSL https://grafbase.com/downloads/gateway | bash && \
# Setup Tailcall
RUN npm install -g @tailcallhq/tailcall

# Copy Configurations and Scripts
COPY configurations/* .
COPY configurations/ ./configurations/
COPY scripts/* .
14 changes: 0 additions & 14 deletions configurations/2-http-tweaks.graphql

This file was deleted.

15 changes: 0 additions & 15 deletions configurations/3-http-cache.graphql

This file was deleted.

14 changes: 0 additions & 14 deletions configurations/4-http-cache-directive.graphql

This file was deleted.

14 changes: 0 additions & 14 deletions configurations/5-dedupe.graphql

This file was deleted.

67 changes: 0 additions & 67 deletions configurations/employees-cache.graphql

This file was deleted.

66 changes: 0 additions & 66 deletions configurations/employees-dedupe.graphql

This file was deleted.

Loading