You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmarks/compile_profile.py
+33-10Lines changed: 33 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,10 @@
19
19
20
20
"""Compile profile benchmark runner for DataFusion.
21
21
22
-
Builds the `tpch` benchmark binary with several Cargo profiles (e.g. `--release` or `--profile ci`), runs the full TPC-H suite against the Parquet data under `benchmarks/data/tpch_sf1`, and reports compile time, execution time, and resulting
23
-
binary size.
22
+
Builds the `dfbench` benchmark binary with several Cargo profiles
23
+
(e.g. `--release` or `--profile ci`), runs the full TPC-H suite against
24
+
the Parquet data under `benchmarks/data/tpch_sf1`, and reports compile
0 commit comments