Skip to content

Commit 4ad39c3

Browse files
committed
tweak bench
1 parent ab7717b commit 4ad39c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arrow-json/benches/encode.rs

-4
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ fn crete_list_array(nulls: TestCaseNulls, num_rows: TestCaseNumRows) -> RecordBa
144144
RecordBatch::try_new(schema, vec![Arc::new(array)]).unwrap()
145145
}
146146

147-
//------------------------------------------------------------------------------
148-
// Benchmark Definition
149-
//------------------------------------------------------------------------------
150-
151147
fn bench_json_encoding(c: &mut Criterion) {
152148
// Define all test cases
153149
let mut cases = vec![];

0 commit comments

Comments
 (0)