Browse code

Fix spelling of benchmark test

Docker-DCO-1.1-Signed-off-by: Paul Nasrat <pnasrat@gmail.com> (github: pnasrat)

Paul Nasrat authored on 2014/03/16 00:34:49
Showing 1 changed files
... ...
@@ -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++ {