Skip to content

Commit

Permalink
Updated benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
slavenf committed Mar 2, 2024
1 parent 3643715 commit 7ce8ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/seg_vec_emplace_at_end.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void emplace_at_end(ankerl::nanobench::Bench& bench, int num_elements)

int main()
{
constexpr int num_elements = 10'000'000;
constexpr int num_elements = 100'000'000;

ankerl::nanobench::Bench bench;
bench.title("emplace @ end() (" + std::to_string(num_elements) + " elements)");
Expand Down

0 comments on commit 7ce8ae6

Please sign in to comment.