Skip to content

Commit

Permalink
remove debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Jun 13, 2024
1 parent 45ac87f commit ba063a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/velox/benchmarks/common/BenchmarkUtils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ std::unordered_map<std::string, std::string> bmConfMap = defaultConf();
std::unordered_map<std::string, std::string> defaultConf() {
return {
{gluten::kSparkBatchSize, std::to_string(FLAGS_batch_size)},
{gluten::kDebugModeEnabled, "true"},
};
}

Expand Down

0 comments on commit ba063a5

Please sign in to comment.