This commit is contained in:
Jarek Kowalski
2020-03-17 19:31:12 -07:00
parent 1c22a5d4a8
commit 73e2997547
2 changed files with 4 additions and 2 deletions

View File

@@ -20,5 +20,4 @@ jobs:
working_directory: /go/src/github.com/kopia/test
steps:
- checkout
- run: go test -v ./...
- run: cat /proc/cpuinfo
- run: make perf-test

View File

@@ -1,2 +1,5 @@
install:
go build -o dist/kopiatest kopiatest
perf-test:
echo Running performance test...