matthewmturner commented on code in PR #9220:
URL: https://github.com/apache/arrow-datafusion/pull/9220#discussion_r1488464315


##########
datafusion/core/benches/sql_planner.rs:
##########
@@ -234,7 +234,7 @@ fn criterion_benchmark(c: &mut Criterion) {
         let sql = 
std::fs::read_to_string(format!("../../benchmarks/queries/{}.sql", q))
             .unwrap();
         c.bench_function(&format!("physical_plan_tpch_{}", q), |b| {
-            b.iter(|| logical_plan(&ctx, &sql))
+            b.iter(|| physical_plan(&ctx, &sql))

Review Comment:
   There was disconnect between benchmark name (physical plan) and the 
function(logical plan), so I corrected this



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to