mirror of
https://github.com/hibiken/asynq.git
synced 2025-09-19 21:27:42 +08:00
Add github workflow to benchmark incoming change against master
This commit is contained in:
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@@ -28,3 +28,6 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: go test -race -v ./...
|
||||
|
||||
- name: Bench Test
|
||||
run: go test -run=^$ -bench=. -loglevel=debug ./...
|
||||
|
Reference in New Issue
Block a user