Updated formatter bench
This commit is contained in:
parent
c27a4ee61f
commit
1ac46bacfe
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user