From 86cea41d7e2f790e0129c336376b9f2dc41b5ef8 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 15 Jul 2018 23:11:05 +0800 Subject: [PATCH] optimization for codecov --- .travis.yml | 2 +- ants_benchmark_test.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c67cfc..d0d41d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: - go get -t -v ./... script: - - go test -race -coverprofile=coverage.txt -covermode=atomic + - go test -race -coverprofile=coverage.txt -covermode=atomic -v # - go test -bench=. -benchmem=true -run=none ./... after_success: diff --git a/ants_benchmark_test.go b/ants_benchmark_test.go index 440a3c8..5ff6d1a 100644 --- a/ants_benchmark_test.go +++ b/ants_benchmark_test.go @@ -43,8 +43,8 @@ const ( ) const ( RunTimes = 10000000 - Param = 10 - AntsSize = 50000 + Param = 100 + AntsSize = 10000 ) func demoFunc() error {