Skip to content

Commit

Permalink
Update arrow-ipc/benches/ipc_reader.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Feb 7, 2025
1 parent 8bc23a1 commit 6cd7e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-ipc/benches/ipc_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use std::sync::Arc;
use tempfile::tempdir;

fn criterion_benchmark(c: &mut Criterion) {
let mut group = c.benchmark_group("arrow_ipc_stream_writer");
let mut group = c.benchmark_group("arrow_ipc_reader");

group.bench_function("StreamReader/read_10", |b| {
let batch = create_batch(8192, true);
Expand Down

0 comments on commit 6cd7e5d

Please sign in to comment.