diff --git a/test/benchmark_main.cpp b/test/benchmark_main.cpp index 412581b..42007c9 100644 --- a/test/benchmark_main.cpp +++ b/test/benchmark_main.cpp @@ -21,7 +21,9 @@ int main() { mstch::map{{"name", std::string{"Sam"}}, {"body", std::string{"Thanks for this post!"}}}, mstch::map{{"name", std::string{"Heather"}}, {"body", std::string{"Thanks for this post!"}}}, mstch::map{{"name", std::string{"Kathy"}}, {"body", std::string{"Thanks for this post!"}}}, - mstch::map{{"name", std::string{"George"}}, {"body", std::string{"Thanks for this post!"}}}}}}; + mstch::map{{"name", std::string{"George"}}, {"body", std::string{"Thanks for this post!"}}} + }} + }; std::vector times; for (int j = 0; j < 10; j++) {