async checkpoint poc used in devmos 2024 benchmarks #1098
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Benchmarks | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
Benchmarks: | |
runs-on: ubuntu-latest | |
container: ghcr.io/notional-labs/cosmos | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v5 | |
with: | |
go-version: '1.23' # The Go version to download (if necessary) and use. | |
- name: run benchmarks | |
run: make bench |