Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Oct 14, 2023
1 parent 76c2446 commit 8ab28b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bench-turborepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:

- name: Augment ttft data
run: |
node -r esbuild-register ./benchmark/src/ttft-augment.ts ./benchmark/ttft.json ${{github.run_id}}
cd benchmark && node -r esbuild-register ./src/ttft-augment.ts ./ttft.json ${{github.run_id}}
cat ./ttft.json
# - name: Add Github Action Run URL to JSON
# run: |
Expand Down

0 comments on commit 8ab28b1

Please sign in to comment.