Skip to content

set cu_limit 14000 for small tx (old bench) #10

set cu_limit 14000 for small tx (old bench)

set cu_limit 14000 for small tx (old bench) #10

name: Deploy benchrunner to Fly
on:
push:
# TODO decide how to deploy benchrunner
# for now use tag format "experimental/benchrunner-20240318-1930"
tags: ['experimental/benchrunner-*']
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Fly
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy solana-lite-rpc-benchrunner
run: flyctl deploy -c cd/solana-lite-rpc-benchrunner.toml --remote-only