planner: add some plan cache benchmark into bench daily (#65524)

ref pingcap/tidb#65100
This commit is contained in:
Weizhen Wang
2026-01-12 13:58:55 +08:00
committed by GitHub
parent 69a1b2ce8e
commit 1fe3ea93cc

View File

@ -266,5 +266,8 @@ func BenchmarkPartitionRangeColumns(b *testing.B) {
func TestBenchDaily(t *testing.T) {
benchdaily.Run(
BenchmarkPartitionRangeColumns,
BenchmarkPlanCacheBindingMatch,
BenchmarkPlanCacheInsert,
BenchmarkNonPreparedPlanCacheDML,
)
}