Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Remove outdated comment (#43) #27

Remove outdated comment (#43)

Remove outdated comment (#43) #27

Workflow file for this run

name: Benchmark
on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**/*.yaml'
workflow_dispatch:
jobs:
bench:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.20.0'
cache: true
- name: setup tinygo
uses: acifani/setup-tinygo@v1
with:
tinygo-version: 0.29.0
- run: go run mage.go bench