Files
doris/tools/cost_model_evaluate
谢健 63994e351f [fix](Nereids) extract complicated time string in evaluating cost model framework (#17864)
1. The time string in the profile can be "xx s xx ms". The framework should extract time with re package to support more complicated time string
2. Add stats for sortNode and AggNode in `withChildren`
2023-04-07 15:33:04 +08:00
..

This code is used to evaluate the cost model in doris. You can config the query in config of main.py

Before running, you should install the libraries in requirements.txt