Skip to content

Commit

Permalink
test: no schema tracking
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal committed Jan 2, 2025
1 parent b215c81 commit e749db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions go/test/endtoend/preparestmt/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e749db8

Please sign in to comment.