gatling 0.1.4

Gomu Gomu No Gatling is a blazing fast tool to benchmark Starknet sequencers.
Documentation
---
name: Workflow - Release

on:
  workflow_dispatch:
  release:
    types: [published]

jobs:
  docker_release_build:
    name: Docker release build
    uses: ./.github/workflows/docker-build.yml
    with:
      release_tag_name: ${{ github.event.release.tag_name }}

  binaries_release_build:
    name: Build binaries (release)
    uses: ./.github/workflows/binaries-build.yml
    permissions:
      contents: write
    with:
      release_tag_name: ${{ github.event.release.tag_name }}