Skip to content

build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #205

build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.9.0

build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #205

Workflow file for this run

name: Benchmark
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Benchmark
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: [ '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22' ]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Benchmark
run: make benchmark
- run: git checkout HEAD^
- name: Benchmark HEAD^
run: make benchmark