Skip to content

Commit

Permalink
action to run gomu gomu no gatling in GH workflows (#11)
Browse files Browse the repository at this point in the history
* action to run gomu gomu no gatling in GH workflows

* action branding
  • Loading branch information
dbejarano820 authored Sep 17, 2023
1 parent 88f02ca commit f01eab8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Gomu Gomu no Gatling'
description: 'Run Gomu Gomu no Gatling to benchmark Starknet Sequencers'
branding:
icon: 'activity-circle'
color: 'orange'
inputs:
config_path:
description: 'Path to the configuration file'
required: true
runs:
using: 'composite'
steps:
- run: cargo build --release
shell: bash
- run: ./target/release/gatling shoot --c ${{ inputs.config_path }}
shell: bash

0 comments on commit f01eab8

Please sign in to comment.