Docker-DCO-1.1-Signed-off-by: Paul Nasrat <pnasrat@gmail.com> (github: pnasrat)
| ... | ... |
@@ -1109,7 +1109,7 @@ func TestEntrypointNoCmd(t *testing.T) {
|
| 1109 | 1109 |
} |
| 1110 | 1110 |
} |
| 1111 | 1111 |
|
| 1112 |
-func BenchmarkRunSequencial(b *testing.B) {
|
|
| 1112 |
+func BenchmarkRunSequential(b *testing.B) {
|
|
| 1113 | 1113 |
runtime := mkRuntime(b) |
| 1114 | 1114 |
defer nuke(runtime) |
| 1115 | 1115 |
for i := 0; i < b.N; i++ {
|