emkornfield commented on code in PR #14523:
URL: https://github.com/apache/arrow/pull/14523#discussion_r1006106685


##########
cpp/src/parquet/column_reader_benchmark.cc:
##########
@@ -0,0 +1,99 @@
+#include "benchmark/benchmark.h"
+#include "parquet/column_page.h"
+#include "parquet/column_reader.h"
+#include "parquet/schema.h"
+#include "parquet/test_util.h"
+#include "parquet/types.h"
+
+namespace parquet {
+
+using parquet::Repetition;
+using parquet::test::MakePages;
+using schema::NodePtr;
+
+namespace benchmark {
+
+static void BM_Skip(::benchmark::State& state) {
+  internal::LevelInfo level_info;

Review Comment:
   Please add a brief summary below on instantiation what ranges of values this 
is checking.



-- 
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