From 5583774e29911bbd42181e8db2ece08761677cf3 Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Sat, 15 Mar 2014 11:34:49 -0400 Subject: [PATCH] Fix spelling of benchmark test Docker-DCO-1.1-Signed-off-by: Paul Nasrat (github: pnasrat) --- integration/container_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/container_test.go b/integration/container_test.go index c32a8bcff..010883a70 100644 --- a/integration/container_test.go +++ b/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) defer nuke(runtime) for i := 0; i < b.N; i++ {