Sfoglia il codice sorgente

Fix spelling of benchmark test

Docker-DCO-1.1-Signed-off-by: Paul Nasrat <pnasrat@gmail.com> (github: pnasrat)
Paul Nasrat 11 anni fa
parent
commit
5583774e29
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)
 	runtime := mkRuntime(b)
 	defer nuke(runtime)
 	defer nuke(runtime)
 	for i := 0; i < b.N; i++ {
 	for i := 0; i < b.N; i++ {