planner: add some plan cache benchmark into bench daily (#65524)
ref pingcap/tidb#65100
This commit is contained in:
@ -266,5 +266,8 @@ func BenchmarkPartitionRangeColumns(b *testing.B) {
|
||||
func TestBenchDaily(t *testing.T) {
|
||||
benchdaily.Run(
|
||||
BenchmarkPartitionRangeColumns,
|
||||
BenchmarkPlanCacheBindingMatch,
|
||||
BenchmarkPlanCacheInsert,
|
||||
BenchmarkNonPreparedPlanCacheDML,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user