Skip to content

Commit

Permalink
disable
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Oct 13, 2023
1 parent 96c89a6 commit 7839b44
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/bench-turborepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@ on:
- completed

jobs:
benchmark:
name: Run Benchmarks
timeout-minutes: 60
runs-on: ubuntu-latest
# benchmark:
# name: Run Benchmarks
# timeout-minutes: 60
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/setup-go
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
# steps:
# - uses: actions/checkout@v3
# - uses: ./.github/actions/setup-node
# - uses: ./.github/actions/setup-go
# with:
# github-token: "${{ secrets.GITHUB_TOKEN }}"

- uses: ./.github/actions/setup-turborepo-environment
with:
target: ubuntu-latest
github-token: "${{ secrets.GITHUB_TOKEN }}"
# - uses: ./.github/actions/setup-turborepo-environment
# with:
# target: ubuntu-latest
# github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Build
run: cd cli && make turbo-prod
# - name: Build
# run: cd cli && make turbo-prod

- name: Run benchmarks
run: pnpm -F benchmark benchmark
# - name: Run benchmarks
# run: pnpm -F benchmark benchmark

- name: Save to Tinybird
run: |
curl \
-i \
-F "ndjson=@./benchmark/tinybird.ndjson" \
-X POST \
-H 'Authorization: Bearer ${{ secrets.TINYBIRD_TOKEN }}' \
'https://api.us-east.tinybird.co/v0/datasources?format=ndjson&name=turbo_benchmarks&mode=append'
# - name: Save to Tinybird
# run: |
# curl \
# -i \
# -F "ndjson=@./benchmark/tinybird.ndjson" \
# -X POST \
# -H 'Authorization: Bearer ${{ secrets.TINYBIRD_TOKEN }}' \
# 'https://api.us-east.tinybird.co/v0/datasources?format=ndjson&name=turbo_benchmarks&mode=append'

time-to-first-task:
name: Time to First Task
Expand Down

0 comments on commit 7839b44

Please sign in to comment.