BiteTheDDDDt commented on code in PR #52829:
URL: https://github.com/apache/doris/pull/52829#discussion_r2194393052
##########
be/benchmark/benchmark_main.cpp:
##########
@@ -46,7 +47,8 @@ static void Example1(benchmark::State& state) {
}
// could BENCHMARK many functions to compare them together.
BENCHMARK(Example1);
-
+BENCHMARK(BM_BitPack)->DenseRange(1, 127)->Unit(benchmark::kNanosecond);
+BENCHMARK(BM_BitPackOptimized)->DenseRange(1,
127)->Unit(benchmark::kNanosecond);
Review Comment:
Maybe we shouldn't add benchmark code to doris' codebase
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]