mirror of https://github.com/docker/docs.git
Merge pull request #4686 from pnasrat/benchmark-typo
Fix spelling of benchmark test
This commit is contained in:
commit
f68dd44dfa
|
@ -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++ {
|
||||||
|
|
Loading…
Reference in New Issue