2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-04 05:32:01 +08:00

Replace benchcmp with benchstat

This commit is contained in:
Ken Hibino
2020-09-13 06:03:11 -07:00
parent 3114987428
commit 82b6828f43
2 changed files with 8 additions and 6 deletions

View File

@@ -5,9 +5,9 @@ git:
go: [1.13.x, 1.14.x, 1.15.x]
script:
- go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
- go test -run=XXX -bench=. -loglevel=debug ./...
- go test -run=^$ -bench=. -loglevel=debug ./...
services:
- redis-server
after_success:
- bash ./.travis/benchcmp.sh
- travis_wait 60 bash ./.travis/benchstat.sh
- bash <(curl -s https://codecov.io/bash)