Skip to content

Commit

Permalink
the CONTROL branch doesn't have sufficient script
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 4, 2023
1 parent ea5dac1 commit addd780
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ jobs:
runtime-stats: true
control-dist: ${{ env.CONTROL_DIR }}/benchmark/benchmarks/krausest
experiment-dist: ${{ github.workspace }}/benchmark/benchmarks/krausest
# temporary, because the control branch is behind
# cd ${{ env.CONTROL_DIR }}/benchmark/benchmarks/krausest && pnpm run start --port 5000
control-serve-command: |
pnpm -C ${{ env.CONTROL_DIR }}/benchmark/benchmarks/krausest run start --port 5000
cd ${{ github.workspace }}/benchmark/benchmarks/krausest && pnpm run start --port 5000
experiment-serve-command: |
pnpm -C ${{ github.workspace }}/benchmark/benchmarks/krausest run start --port 6000
cd ${{ github.workspace }}/benchmark/benchmarks/krausest && pnpm run start --port 6000
control-url: http://localhost:5000
experiment-url: http://localhost:6000
debug: true
Expand Down

0 comments on commit addd780

Please sign in to comment.