Commit 1ac46bac authored by gabime's avatar gabime

Updated formatter bench

parent c27a4ee6
...@@ -29,7 +29,7 @@ void bench_formatter(benchmark::State &state, std::string pattern) ...@@ -29,7 +29,7 @@ void bench_formatter(benchmark::State &state, std::string pattern)
void bench_formatters() void bench_formatters()
{ {
// basic patterns(single flag) // basic patterns(single flag)
std::string all_flags = "+vtPnlLaAbBcCYDmdHIMSefFprRTXzEisg@l%"; std::string all_flags = "+vtPnlLaAbBcCYDmdHIMSefFprRTXzEisg@luioO%";
std::vector<std::string> basic_patterns; std::vector<std::string> basic_patterns;
for (auto &flag : all_flags) for (auto &flag : all_flags)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment