Skip to content

only leave 5% write ratio of zipfan benchmark #95

only leave 5% write ratio of zipfan benchmark

only leave 5% write ratio of zipfan benchmark #95

Workflow file for this run

name: test
on:
pull_request:
paths-ignore:
- README.md
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Tests
run: |
go test -v -bench=. -race -count=1 -coverprofile=coverage.txt
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}