Add github workflow to benchmark incoming change against master

This commit is contained in:
Ken Hibino
2021-01-29 15:49:49 -08:00
parent 3c2b2cf4a3
commit 6f82a44337
2 changed files with 89 additions and 0 deletions

View File

@@ -28,3 +28,6 @@ jobs:
- name: Test
run: go test -race -v ./...
- name: Bench Test
run: go test -run=^$ -bench=. -loglevel=debug ./...