Skip to content

chore(deps): bump DavidAnson/markdownlint-cli2-action from 18 to 19 #12153

chore(deps): bump DavidAnson/markdownlint-cli2-action from 18 to 19

chore(deps): bump DavidAnson/markdownlint-cli2-action from 18 to 19 #12153

Workflow file for this run

name: Benchmarks
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
env:
GO_VERSION: "1.23"
jobs:
benchmark:
name: Benchmark SQLite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
check-latest: true
cache: true
- name: Run Benchmarks
run: go test -run XXX -bench . -benchtime 5s -benchmem -short ./...