mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
Merge pull request #4686 from pnasrat/benchmark-typo
Fix spelling of benchmark test
This commit is contained in:
@@ -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++ {
|
||||
|
||||
Reference in New Issue
Block a user