Skip to content

Commit

Permalink
Update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Sep 10, 2024
1 parent 9c7dcdb commit 9281e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/acero/aggregate_benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ static void BenchmarkRowSegmenter(benchmark::State& state, Args&&...) {

std::vector<std::string> row_segmenter_argnames = {"Rows", "Segments", "SegmentKeys"};
std::vector<std::vector<int64_t>> row_segmenter_args = {
{1 * 1024 * 1024}, benchmark::CreateRange(1, 4096, 16), {0, 1, 2, 3}};
{32 * 1024}, benchmark::CreateRange(1, 256, 4), benchmark::CreateDenseRange(0, 3, 1)};

BENCHMARK(BenchmarkRowSegmenter)
->ArgNames(row_segmenter_argnames)
Expand Down

0 comments on commit 9281e6a

Please sign in to comment.