Skip to content

Commit

Permalink
Address performance clang-tidy complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericMadScientist committed Apr 13, 2023
1 parent 48a2ab4 commit ef88629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/processed_unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1605,6 +1605,7 @@ BOOST_AUTO_TEST_CASE(zero_phrase_acts_are_handled)
BOOST_AUTO_TEST_CASE(average_multiplier_rounds_down)
{
std::vector<Note> notes;
notes.reserve(11);
for (auto i = 0; i < 11; ++i) {
notes.push_back(make_note(i));
}
Expand Down

0 comments on commit ef88629

Please sign in to comment.