Skip to content

chore(deps): bump react-router-dom from 6.26.1 to 6.26.2 in /ui #11162

chore(deps): bump react-router-dom from 6.26.1 to 6.26.2 in /ui

chore(deps): bump react-router-dom from 6.26.1 to 6.26.2 in /ui #11162

Workflow file for this run

name: Benchmarks
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
env:
GO_VERSION: "1.21"
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 ./...