Skip to content

Commit

Permalink
adjust param after update from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-bcw committed Jun 20, 2024
1 parent 62662c0 commit d940810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
BLOCK_START: 10
BLOCK_END: 10
OTHER_ARGS: "pgo.test.run"
RPC_ENDPOINT: "http://35.208.84.178:8545"
RPC_ENDPOINT: "IMX_RPC"
CPU_THRESHOLD: 1200
run: |-
./tools/run-benchmark.sh ${{ env.MACHINE_TYPE }} ${{ env.NUM_WORKERS }} ${{ env.CPU }} ${{ env.CPU }} ${{ env.MEMORY }} ${{ env.MEMORY }} ${{ env.BLOCK_START }} ${{ env.BLOCK_END }} ${{ env.OTHER_ARGS }} ${{ env.RPC_ENDPOINT }}
Expand Down

0 comments on commit d940810

Please sign in to comment.