Skip to content

Commit

Permalink
tweak bench
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Mar 10, 2025
1 parent ab7717b commit 4ad39c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arrow-json/benches/encode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ fn crete_list_array(nulls: TestCaseNulls, num_rows: TestCaseNumRows) -> RecordBa
RecordBatch::try_new(schema, vec![Arc::new(array)]).unwrap()
}

//------------------------------------------------------------------------------
// Benchmark Definition
//------------------------------------------------------------------------------

fn bench_json_encoding(c: &mut Criterion) {
// Define all test cases
let mut cases = vec![];
Expand Down

0 comments on commit 4ad39c3

Please sign in to comment.