diff --git a/go/test/endtoend/preparestmt/bechmark_test.go b/go/test/endtoend/preparestmt/benchmark_test.go similarity index 98% rename from go/test/endtoend/preparestmt/bechmark_test.go rename to go/test/endtoend/preparestmt/benchmark_test.go index 8d8e23b3cfe..925068f17cc 100644 --- a/go/test/endtoend/preparestmt/bechmark_test.go +++ b/go/test/endtoend/preparestmt/benchmark_test.go @@ -26,7 +26,7 @@ import ( /* export ver=v1 p=~/benchmark && go test \ -run '^$' -bench '^BenchmarkPreparedStmt' \ --benchtime 3s -count 6 -cpu 4 \ +-benchtime 2s -count 6 -cpu 4 \ | tee $p/${ver}.txt */ func BenchmarkPreparedStmt(b *testing.B) { diff --git a/go/test/endtoend/preparestmt/main_test.go b/go/test/endtoend/preparestmt/main_test.go index bfbcf5e7306..dd0094fe825 100644 --- a/go/test/endtoend/preparestmt/main_test.go +++ b/go/test/endtoend/preparestmt/main_test.go @@ -164,6 +164,7 @@ func TestMain(m *testing.M) { "--mysql_server_query_timeout", "1s", "--mysql_auth_server_static_file", clusterInstance.TmpDirectory + "/" + mysqlAuthServerStatic, "--pprof-http", + "--schema_change_signal=false", } // Start vtgate