Skip to content

add txpool_size metrics (#221) #14

add txpool_size metrics (#221)

add txpool_size metrics (#221) #14

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: ci
on:
push:
branches: [ "main" ]
paths-ignore:
- '**/docs/**'
- '**/README.md'
#defaults:
# run:
# working-directory: 'example/poa'
jobs:
benchTPS:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.23.0
# - name: Benchmark TPS
# run: make benchTPS