Skip to content

Commit

Permalink
demonstrate the issue with goleveldb
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Jan 7, 2024
1 parent 445087c commit 137f7b1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# runs benchmarks on the pebble and goleveldb backends
name: Benchmarks

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
benchmarks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Run benchmarks
run: go test -bench=.

0 comments on commit 137f7b1

Please sign in to comment.