diff --git a/.circleci/config.yml b/.circleci/config.yml index fdc6a4d..03bbcb1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/Makefile b/Makefile index 712734f..5320189 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ install: go build -o dist/kopiatest kopiatest + +perf-test: + echo Running performance test... \ No newline at end of file