Skip to content

Commit

Permalink
test names
Browse files Browse the repository at this point in the history
Signed-off-by: Plamen Petrov <plamb0brt@gmail.com>
  • Loading branch information
plamenmpetrov committed Jul 27, 2020
1 parent d9e659d commit f55a58a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func getAllImages() map[string]string {
}
}

func TestParallelServeWithCache(t *testing.T) {
func TestBenchParallelServeWithCache(t *testing.T) {
var (
servedTh uint64
pinnedFuncNum int
Expand Down Expand Up @@ -257,7 +257,7 @@ func TestParallelServeWithCache(t *testing.T) {
}
}

func TestParallelServeNoCache(t *testing.T) {
func TestBenchParallelServeNoCache(t *testing.T) {
var (
servedTh uint64
pinnedFuncNum int
Expand Down

0 comments on commit f55a58a

Please sign in to comment.