mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix spelling of benchmark test
Docker-DCO-1.1-Signed-off-by: Paul Nasrat <pnasrat@gmail.com> (github: pnasrat)
This commit is contained in:
parent
f9090567af
commit
5583774e29
1 changed files with 1 additions and 1 deletions
|
@ -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++ {
|
||||
|
|
Loading…
Add table
Reference in a new issue