Skip to content

Commit 5afa43f

Browse files
committed
Revert "test benchmark"
This reverts commit dc7fb59.
1 parent dc7fb59 commit 5afa43f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/common/base/src/runtime/time_series/time_series_profile.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,14 @@ impl TimeSeriesProfile {
150150
pub stats: Vec<(usize, usize)>,
151151
}
152152
info!(
153+
target: "databend::log::time_series",
153154
"{}",
154-
serde_json::to_string(&TimeSeriesStatistics {
155+
serde_json::to_string(&TimeSeriesStatistics{
155156
query_id: self.query_id.clone(),
156157
plan_id: self.plan_id,
157158
stats_name: item.name.to_string(),
158159
stats: batch,
159-
})
160-
.unwrap()
160+
}).unwrap()
161161
);
162162
}
163163

0 commit comments

Comments
 (0)