Merge pull request #4686 from pnasrat/benchmark-typo
Fix spelling of benchmark test Upstream-commit: f68dd44dfa7098c23486c4d50b65318e7011fca3 Component: engine
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