Skip to content

fix(build): use relative replace for rpc/flipt #5367

fix(build): use relative replace for rpc/flipt

fix(build): use relative replace for rpc/flipt #5367

Workflow file for this run

name: Benchmarks
on:
push:
branches:
- main
paths-ignore:
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
pull_request:
paths-ignore:
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
workflow_dispatch:
jobs:
benchmark:
name: Benchmark SQLite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
check-latest: true
cache: true
- name: Run Benchmarks
run: go test -run XXX -bench . -benchtime 5s -benchmem -short ./...