Skip to content

Commit

Permalink
Adjust benchmark input size
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack committed Aug 29, 2024
1 parent c7cd218 commit 2713345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bloom_filter/bloom_filter_bench.cu
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ struct BlockWords {
static constexpr auto value = S;
};

static constexpr auto BF_N = defaults::N * 5;
static constexpr auto BF_N = defaults::N * 2;

NVBENCH_BENCH_TYPES(bloom_filter_add,
NVBENCH_TYPE_AXES(defaults::KEY_TYPE_RANGE,
Expand Down

0 comments on commit 2713345

Please sign in to comment.