소스 검색

Merge pull request #4686 from pnasrat/benchmark-typo

Fix spelling of benchmark test
Michael Crosby 11 년 전
부모
커밋
f68dd44dfa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      integration/container_test.go

+ 1 - 1
integration/container_test.go

@@ -1109,7 +1109,7 @@ func TestEntrypointNoCmd(t *testing.T) {
 	}
 }
 
-func BenchmarkRunSequencial(b *testing.B) {
+func BenchmarkRunSequential(b *testing.B) {
 	runtime := mkRuntime(b)
 	defer nuke(runtime)
 	for i := 0; i < b.N; i++ {